From: Steven Jenkins Date: Mon, 18 May 2009 21:28:26 +0000 (+0000) Subject: man-page-vsys-20090518 X-Git-Tag: openafs-devel-1_5_61~313 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=1df9282985949b38313f05640d9afd05948f45c4 man-page-vsys-20090518 LICENSE BSD FIXES 124793 Add man page for vsys. --- diff --git a/doc/man-pages/README b/doc/man-pages/README index 0e1baf1..70e8e3e 100644 --- a/doc/man-pages/README +++ b/doc/man-pages/README @@ -235,7 +235,6 @@ Known Problems krb.conf pagsh.krb tokens.krb - vsys * Add -noresolve to the documentation of all the vos commands. diff --git a/doc/man-pages/pod8/vsys.pod b/doc/man-pages/pod8/vsys.pod new file mode 100644 index 0000000..1716b53 --- /dev/null +++ b/doc/man-pages/pod8/vsys.pod @@ -0,0 +1,51 @@ +=head1 NAME + +vsys - Make AFS system calls from the command line + +=head1 SYNOPSIS + +=for html +
+ +B > >+ + +=for html +
+ +=head1 DESCRIPTION + +B is a development tool to make AFS system calls from the command +line. > is the AFS system call to be invoked. >+ +are the values to pass to the system call. Knowledge of the AFS system +call layer is required to know valid call numbers and parameters. + +=head1 CAUTIONS + +B is intended for debugging AFS at a low level and is therefore +intended for AFS developers. System Administrators and AFS users should +use the higher-level interfaces provided by L, L, +L, and L instead. + +B provides a way to pass arbitrary data into the AFS system call +mechanism. Caution should be taken when using or providing this binary on +a system, as incorrect use as a privileged user could cause a system to +panic, hang, or perform an unsafe operation. + +=head1 PRIVILEGE REQUIRED + +The issuer must be logged in as the local superuser root. + +=head1 SEE ALSO + +L, +L, +L, +L, +L + +=head1 COPYRIGHT + +Copyright 2009 Steven Jenkins + +This documentation is covered by the BSD License as written in the +doc/LICENSE file. This man page was written by Steven Jenkins for OpenAFS.