Hinweis auf GuardExit() eingebaut.

Change-Id: I4434892175e491c23e8690e54037d491f28960ae
diff --git a/doc/lfun/AddExit b/doc/lfun/AddExit
index a070682..9942ef3 100644
--- a/doc/lfun/AddExit
+++ b/doc/lfun/AddExit
@@ -82,10 +82,10 @@
      }
 
 SIEHE AUCH:
-     AddSpecialExit(), GetExits()
+     AddSpecialExit(), GetExits(),
      RemoveExit(), RemoveSpecialExit(),
+     GuardExit(),
      H_HOOK_EXIT_USE, P_EXITS, P_HIDE_EXITS, /std/room/exits.c
      ausgaenge
 
-31.01.2015, Zesstra
-
+Letzte Aenderung: 22.12.2016, Bugfix
diff --git a/doc/lfun/AddSpecialExit b/doc/lfun/AddSpecialExit
index de7e5b8..b6b54bb 100644
--- a/doc/lfun/AddSpecialExit
+++ b/doc/lfun/AddSpecialExit
@@ -49,9 +49,10 @@
      }
 
 SIEHE AUCH:
-     AddExit(), GetExits()
-     RemoveExit(), RemoveSpecialExit()
+     AddExit(), GetExits(),
+     RemoveExit(), RemoveSpecialExit(),
+     GuardExit(),
      H_HOOK_EXIT_USE, P_EXITS, P_HIDE_EXITS, /std/room/exits.c
      ausgaenge
 
-31.01.2015, Zesstra
+Letzte Aenderung: 22.12.2016, Bugfix
diff --git a/doc/lfun/GetExits b/doc/lfun/GetExits
index d2f004e..03b9306 100644
--- a/doc/lfun/GetExits
+++ b/doc/lfun/GetExits
@@ -17,7 +17,10 @@
      String mit der Liste der sichtbaren Ausgaenge.
 
 SIEHE AUCH:
-     AddExit(), AddSpecialExit(), /std/room/exits.c
+     AddExit(), AddSpecialExit(), GetExits(),
+     RemoveExit(), RemoveSpecialExit(),
+     GuardExit(),
+     H_HOOK_EXIT_USE, P_EXITS, P_HIDE_EXITS, /std/room/exits.c
+     ausgaenge
 
-----------------------------------------------------------------------------
-Last modified: Wed May 8 10:18:47 1996 by Wargon
+Letzte Aenderung: 22.12.2016, Bugfix