mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
STABLE14-man-page-style-20070805
Some style fixes and some additional style documentation in README. (cherry picked from commit e735ef962de3623f8fa11cca92d13151d62b5aaa)
This commit is contained in:
parent
2a7341ca28
commit
c4acf695ef
@ -123,7 +123,11 @@ Formatting Standards
|
||||
References to functions should be noted like function() with the
|
||||
trailing parens. The POD converters know how to format these sorts of
|
||||
references appropriately. References to other sections in the same page
|
||||
should be given as L<SECTION>.
|
||||
should be given as L<SECTION>. Man pages for all other AFS commands or
|
||||
file formats referenced in the page should be listed in the SYNOPSIS.
|
||||
List each reference on its own line for easier addition of other
|
||||
references later, but don't put blank lines between them. Don't forget
|
||||
the commas at the end of each line but the last.
|
||||
|
||||
Command and output examples should be indented three spaces. Commands
|
||||
entered by the user should be given on a line beginning with %. If the
|
||||
|
@ -39,17 +39,17 @@ This commands takes no options.
|
||||
|
||||
If encryption is enabled, the output is:
|
||||
|
||||
Security level is currently crypt (data security).
|
||||
Security level is currently crypt (data security).
|
||||
|
||||
If encryption if disabled, the output is:
|
||||
|
||||
Security level is currently clear.
|
||||
Security level is currently clear.
|
||||
|
||||
=head1 EXAMPLES
|
||||
|
||||
There is only one way to invoke B<fs getcrypt>:
|
||||
|
||||
% fs getcrypt
|
||||
% fs getcrypt
|
||||
|
||||
=back
|
||||
|
||||
|
@ -64,13 +64,13 @@ This command produces no output other than error messages.
|
||||
|
||||
There are only four ways to invoke B<fs setcrypt>. Either of:
|
||||
|
||||
% fs setcrypt -crypt on
|
||||
% fs setcrypt on
|
||||
% fs setcrypt -crypt on
|
||||
% fs setcrypt on
|
||||
|
||||
will enable encryption for authenticated connections and:
|
||||
|
||||
% fs setcrypt -crypt off
|
||||
% fs setcrypt off
|
||||
% fs setcrypt -crypt off
|
||||
% fs setcrypt off
|
||||
|
||||
will disable encryption.
|
||||
|
||||
|
@ -31,15 +31,15 @@ of the cell, and the second column is the alias that should be created.
|
||||
|
||||
The following F<CellAlias> file:
|
||||
|
||||
openafs.org openafs
|
||||
uncc.edu uncc
|
||||
openafs.org openafs
|
||||
uncc.edu uncc
|
||||
|
||||
results in the following symbolic links:
|
||||
|
||||
/afs/.openafs -> /afs/.openafs.org
|
||||
/afs/openafs -> /afs/openafs.org
|
||||
/afs/.uncc -> /afs/.uncc.edu
|
||||
/afs/uncc -> /afs/uncc.edu
|
||||
/afs/.openafs -> /afs/.openafs.org
|
||||
/afs/openafs -> /afs/openafs.org
|
||||
/afs/.uncc -> /afs/.uncc.edu
|
||||
/afs/uncc -> /afs/uncc.edu
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
|
@ -678,17 +678,17 @@ The B<afsd> command is normally included in the machine's AFS
|
||||
initialization file, rather than typed at the command shell prompt. For
|
||||
most disk caches, the appropriate form is
|
||||
|
||||
/usr/vice/etc/afsd
|
||||
% /usr/vice/etc/afsd
|
||||
|
||||
The following command is appropriate when enabling a machine to act as an
|
||||
NFS/AFS Translator machine serving more than five users.
|
||||
|
||||
/usr/vice/etc/afsd -daemons 4 -rmtsys
|
||||
% /usr/vice/etc/afsd -daemons 4 -rmtsys
|
||||
|
||||
The following command initializes a memory cache and sets chunk size to 16
|
||||
KB (2^14).
|
||||
|
||||
/usr/vice/etc/afsd -memcache -chunksize 14
|
||||
% /usr/vice/etc/afsd -memcache -chunksize 14
|
||||
|
||||
=head1 PRIVILEGE REQUIRED
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user