]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
fix some typos in bos_setrestricted
authorThorsten Alteholz <openafs@alteholz.de>
Wed, 30 Jan 2013 19:11:04 +0000 (20:11 +0100)
committerStephan Wiesand <stephan.wiesand@desy.de>
Fri, 22 Mar 2013 14:44:37 +0000 (07:44 -0700)
the real name of the command is: 'bos setrestricted'
it is sufficient to name 'bos install' only once

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>
(cherry picked from commit 69f634503482f899e4d422b16100636905c72ea8)

Change-Id: I7ab452cb2cf5e836341f7fc66dacd317cf65ed58
Reviewed-on: http://gerrit.openafs.org/9521
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
doc/man-pages/pod8/bos_setrestricted.pod

index 353edf853ef89d03dcd9ee75a9a5fe84462d31fc..1c114778fbe1c89c8c1ac24ee6fded763c3e6a5b 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