docs: Refer to dafs binaries by their real names
authorSimon Wilkinson <sxw@your-file-system.com>
Mon, 10 Oct 2011 22:19:13 +0000 (17:19 -0500)
committerDerrick Brashear <shadow@dementix.org>
Sun, 23 Oct 2011 18:29:35 +0000 (11:29 -0700)
(Most of) the dafs binaries are called da(something). Update the
example in the dafileserver documentation so that we call the binaries
by the names that they are actually installed with on the system.

Change-Id: I05906758aa2b00ea7bc7f9be10414c8ad1a5a11a
Reviewed-on: http://gerrit.openafs.org/5654
Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementix.org>

doc/man-pages/pod8/dafileserver.pod.in

index 5545b58..41b1e4a 100644 (file)
@@ -101,10 +101,10 @@ size, and allows volumes to exceed their quota by 10%. Type the command on
 a single line:
 
    % bos create -server fs2.abc.com -instance dafs -type dafs \
-                -cmd "/usr/afs/bin/fileserver -pctspare 10 -L" \
-                /usr/afs/bin/volserver \
+                -cmd "/usr/afs/bin/dafileserver -pctspare 10 -L" \
+                /usr/afs/bin/davolserver \
                 /usr/afs/bin/salvageserver \
-                /usr/afs/bin/salvager
+                /usr/afs/bin/dasalvager
 
 =head1 TROUBLESHOOTING