viced: make -vhashsize usable for non-DAFS 87/12287/4
authorBenjamin Kaduk <kaduk@mit.edu>
Sun, 15 May 2016 18:51:56 +0000 (13:51 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Tue, 5 Jul 2016 23:04:33 +0000 (19:04 -0400)
commit683acaed17da90455aab0cbb3d1539c51415b137
tree0963c3990fc269555513ab037a12747347558de0
parentd3b8a05d229a80100f40fca4dfdcd820313fcea8
viced: make -vhashsize usable for non-DAFS

The ability to set the size of the volume hash table was added
at the same time that DAFS was introduced, and got caught up
in the same preprocessor conditional.  However, -vhashsize can
be useful for the traditional fileserver as well (even though
we recommend DAFS over the traditional fileserver), so let it
be used in that case.

Update the man pages accordingly and fix some grammar while here.

Noted by Mark Vitale.

Change-Id: Ic3282c9d661d60cf36f9ffb197e723a3f71da167
Reviewed-on: https://gerrit.openafs.org/12287
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
doc/man-pages/pod8/dafileserver.pod.in
doc/man-pages/pod8/fragments/fileserver-options.pod
doc/man-pages/pod8/fragments/fileserver-synopsis.pod
src/viced/viced.c
src/vol/volume.h