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/catch_msg b/doc/lfun/catch_msg
index 3bf09c9..42d1950 100644
--- a/doc/lfun/catch_msg
+++ b/doc/lfun/catch_msg
@@ -1,15 +1,26 @@
+
catch_msg()
+***********
-SYNOPSIS:
- void catch_msg(mixed *arr, object obj)
-DESCRIPTION:
- When say(), tell_object() or tell_room() are used with an array
- as message, the array will be passed to catch_message() in all living
- objects that can hear it, instead of writing to the user resp.
- sending to catch_tell(). This can be used to implement
- communication protocols between livings. The second denotes
- the object that has sent the message.
+SYNOPSIS
+========
-SEE ALSO:
- say(E), tell_room(E), tell_object(E), catch_tell(L)
+ void catch_msg(mixed *arr, object obj)
+
+
+DESCRIPTION
+===========
+
+ When say(), tell_object() or tell_room() are used with an array
+ as message, the array will be passed to catch_message() in all living
+ objects that can hear it, instead of writing to the user resp.
+ sending to catch_tell(). This can be used to implement
+ communication protocols between livings. The second denotes
+ the object that has sent the message.
+
+
+SEE ALSO
+========
+
+ say(E), tell_room(E), tell_object(E), catch_tell(L)