diff --git a/doc/man-pages/pod5/BosConfig.pod b/doc/man-pages/pod5/BosConfig.pod index b991bd3258..e17278901d 100644 --- a/doc/man-pages/pod5/BosConfig.pod +++ b/doc/man-pages/pod5/BosConfig.pod @@ -169,8 +169,6 @@ performs automatic process restarts. =item * The B command to place the BOS Server in restricted mode. -Since there is no command to revert this, setting the C -parameter back to 0 is only possible with an editor. =item * diff --git a/doc/man-pages/pod8/bos_setrestricted.pod b/doc/man-pages/pod8/bos_setrestricted.pod index 82fc886444..1880f4d6ed 100644 --- a/doc/man-pages/pod8/bos_setrestricted.pod +++ b/doc/man-pages/pod8/bos_setrestricted.pod @@ -7,7 +7,7 @@ bos_setrestricted - place a server in restricted mode =for html
-B S<<< B<-server> > >>> S<<< B<-mode> 1 >>> +B S<<< B<-server> > >>> S<<< B<-mode> (0 | 1) >>> S<<< [B<-cell> >] >>> [B<-noauth>] [B<-localauth>] [B<-help>] =for html @@ -27,9 +27,9 @@ is denied, and the use of B is limited. Once a server has been placed in restricted mode, it may not be opened up again using a remote command. That is, B has no method -of setting an unrestricted mode. Once a server is restricted, it can only -be opened up again by sending it a SIGFPE, which must be done as root on -the local machine. +of placing the server in unrestricted mode. Once a server is restricted, +it can only be opened up again by sending it a SIGFPE, which must be done +as root on the local machine. =head1 OPTIONS @@ -42,10 +42,10 @@ Indicates the server machine to restrict. =item B<-mode> > Indicates whether to turn restricted mode off or on. Pass a 1 to turn -restricted mode on, and pass a 0 to turn restricted mode off. However, since -you cannot turn off restricted mode remotely on a server where restricted mode -is already on, trying to turn off restricted mode will always either fail, or -do nothing. So the only option that makes sense here is 1. +restricted mode on, and pass a 0 to turn restricted mode off. The latter +will only work if the server is already running in unrestricted mode, and +thus won't do anything immediately, but can be used to change the +corresponding entry in L. =item B<-cell> >