From 1df9282985949b38313f05640d9afd05948f45c4 Mon Sep 17 00:00:00 2001 From: Steven Jenkins Date: Mon, 18 May 2009 21:28:26 +0000 Subject: [PATCH] man-page-vsys-20090518 LICENSE BSD FIXES 124793 Add man page for vsys. --- doc/man-pages/README | 1 - doc/man-pages/pod8/vsys.pod | 51 +++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 doc/man-pages/pod8/vsys.pod diff --git a/doc/man-pages/README b/doc/man-pages/README index 0e1baf11c..70e8e3e8d 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 000000000..1716b53e6 --- /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. -- 2.39.5