Automatisch erzeugte Manpages.
Damit nicht jeder sphinx auf dem Rechner haben muss,
behalten wir bis auf weiteres die aus den .rst
erzeugten Manpoages auch im Repo.
Change-Id: Id556c0d11cf5f79659d8350952ce1c014d81ea44
diff --git a/doc/lfun/RemoveKnownPotion b/doc/lfun/RemoveKnownPotion
index 5b1418c..f7af610 100644
--- a/doc/lfun/RemoveKnownPotion
+++ b/doc/lfun/RemoveKnownPotion
@@ -1,25 +1,45 @@
+
RemoveKnownPotion()
+*******************
-FUNKTION:
- int RemoveKnownPotion(int nr)
-DEFINIERT IN:
- /std/player/potion.c
+FUNKTION
+========
-ARGUMENTE:
- int nr Nummer eines ZTs
+ int RemoveKnownPotion(int nr)
-BESCHREIBUNG:
- Entfernt einen bekannten ZT aus einen Spieler. Nur vom Orakel rufbar.
-RUeCKGABEWERT:
- 1 Erfolg
- -1 fehlende Berechtigung
- -2 Nummer nicht eingetragen
+DEFINIERT IN
+============
-SIEHE AUCH:
- Sonstiges: zaubertraenke, /secure/potionmaster.c, /room/orakel.c
- Verwandt: FindPotion(), AddKnownPotion(), InList()
- Props: P_POTIONROOMS, P_KNOWN_POTIONROOMS
+ /std/player/potion.c
+
+
+ARGUMENTE
+=========
+
+ int nr Nummer eines ZTs
+
+
+BESCHREIBUNG
+============
+
+ Entfernt einen bekannten ZT aus einen Spieler. Nur vom Orakel rufbar.
+
+
+RUeCKGABEWERT
+=============
+
+ 1 Erfolg
+ -1 fehlende Berechtigung
+ -2 Nummer nicht eingetragen
+
+
+SIEHE AUCH
+==========
+
+ Sonstiges: zaubertraenke, /secure/potionmaster.c, /room/orakel.c
+ Verwandt: FindPotion(), AddKnownPotion(), InList()
+ Props: P_POTIONROOMS, P_KNOWN_POTIONROOMS
6.Feb 2016 Gloinson