Querverweise aktualisiert

Nicht alle Manpages hatten Verweise auf alle relevanten anderen
Manpages, die mit move() und dessen Meldungen zu tun hatten.
Zudem wurden einige Tippfehler beseitigt.

Change-Id: I8fc3d74cfdeb187d4e2fa76a975fec2a695f33c6
diff --git a/doc/lfun/move b/doc/lfun/move
index bd9d924..e2bc712 100644
--- a/doc/lfun/move
+++ b/doc/lfun/move
@@ -232,11 +232,17 @@
 SIEHE AUCH
 ==========
 
-   move_object(), remove(), setmin, setmmin, setmout, setmmout, review,
-   PreventInsert(), PreventLeave(), PreventInsertLiving(),
-   PreventLeaveLiving(), PreventMove(), NotifyInsert(), NotifyLeave(),
-   NotifyMove(), NotifyRemove(), init(), exit(),
-   P_NO_PLAYERS, P_PARA, /std/thing/moving.c, /std/living/moving.c
-   -----------------------------------------------------------------------
+   Seherkommandos
+       setmin, setmmin, setmout, setmmout, review
+   Verwandt:
+       move_object(), remove(), PreventInsert(), PreventLeave(),
+       PreventInsertLiving(), PreventLeaveLiving(), PreventMove(),
+       NotifyInsert(), NotifyLeave(), NotifyMove(), NotifyRemove(),
+       init(), exit()
+   Properties:
+       P_MSGIN, P_MSGOUT, P_MMSGIN, P_MMSGOUT, P_NO_PLAYERS, P_PARA,
+       P_NO_TPORT
+   Objekte:
+       /std/thing/moving.c, /std/living/moving.c
 
-2015-Jan-19, Arathorn
+2019-Aug-20, Arathorn