From c37a14697df291f641b4fa5a32826054d92210b0 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Mon, 10 Oct 2011 17:19:13 -0500 Subject: [PATCH] docs: Refer to dafs binaries by their real names (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 Reviewed-by: Derrick Brashear --- doc/man-pages/pod8/dafileserver.pod.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man-pages/pod8/dafileserver.pod.in b/doc/man-pages/pod8/dafileserver.pod.in index 5545b5805..41b1e4afb 100644 --- a/doc/man-pages/pod8/dafileserver.pod.in +++ b/doc/man-pages/pod8/dafileserver.pod.in @@ -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 -- 2.39.5