fix some typos in bos_setrestricted
authorThorsten Alteholz <openafs@alteholz.de>
Wed, 30 Jan 2013 19:11:04 +0000 (20:11 +0100)
committerDerrick Brashear <shadow@your-file-system.com>
Fri, 1 Feb 2013 22:29:24 +0000 (14:29 -0800)
the real name of the command is: 'bos setrestricted'
it is sufficient to name 'bos install' only once

Change-Id: Ic68f7cb55466e1c92c34eeda37c0a64a11b7e4d8
Reviewed-on: http://gerrit.openafs.org/8990
Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

doc/man-pages/pod8/bos_setrestricted.pod

index 353edf8..1c11477 100644 (file)
@@ -15,12 +15,12 @@ B<bos setrestricted> S<<< B<-server> <I<machine name>> >>> S<<< B<-mode> 1 >>>
 
 =head1 DESCRIPTION
 
-The B<bos restricted> command places the server in restricted mode. This
+The B<bos setrestricted> command places the server in restricted mode. This
 mode increases the security of the bos server by removing access to a
 number of bos commands that are only used whilst configuring a system.
 
 When a server is in restricted mode, access to B<bos_exec>, B<bos uninstall>,
-B<bos install>, B<bos create>, B<bos install>, B<bos delete>, B<bos prune>
+B<bos install>, B<bos create>, B<bos delete>, B<bos prune>
 is denied, and the use of B<bos getlog> is limited.
 
 =head1 CAUTIONS