mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
7dc8a7ddc2
The section 3 man pages are missing in the AdminRef document, so add section 3 to the Makefile and perl script which generates the AdminRef doc. Currently, the only man page in section 3 is the AFS::ukernel, so only one page is missing. Change-Id: I3c7401f2eeafa505b9de4545b9d9c4b5cfd617e2 Reviewed-on: https://gerrit.openafs.org/15828 Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com>
81 lines
1.8 KiB
XML
81 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY version SYSTEM "version.xml">
|
|
<!ENTITY preface SYSTEM "preface.xml">
|
|
<!ENTITY sect1 SYSTEM "sect1.xml">
|
|
<!ENTITY sect3 SYSTEM "sect3.xml">
|
|
<!ENTITY sect5 SYSTEM "sect5.xml">
|
|
<!ENTITY sect8 SYSTEM "sect8.xml">
|
|
<!ENTITY % entities SYSTEM "entities.dtd">
|
|
%entities;
|
|
]>
|
|
|
|
<book>
|
|
<bookinfo>
|
|
<title>OpenAFS Administration Reference</title>
|
|
|
|
<mediaobject role="cover">
|
|
<imageobject>
|
|
<imagedata fileref="auarf000.png" />
|
|
</imageobject>
|
|
</mediaobject>
|
|
|
|
<copyright>
|
|
<year>2000</year>
|
|
|
|
<holder>IBM Corporation. All Rights Reserved</holder>
|
|
</copyright>
|
|
|
|
<revhistory>
|
|
&version;
|
|
|
|
<revision>
|
|
<revnumber>3.6</revnumber>
|
|
|
|
<date>April 2000</date>
|
|
|
|
<revremark>First IBM Edition, Document Number GC09-4563-00</revremark>
|
|
</revision>
|
|
</revhistory>
|
|
|
|
<abstract>
|
|
<para>
|
|
This reference manual details the syntax of each OpenAFS command
|
|
and is intended for the experienced AFS administrator, programmer,
|
|
or user.
|
|
</para>
|
|
|
|
<para>
|
|
In general, this document does not explain when to use a command
|
|
or its place in the sequence of commands that make up a
|
|
complete procedure. For that type of information, refer to the
|
|
<emphasis>OpenAFS Administration Guide</emphasis>.
|
|
</para>
|
|
</abstract>
|
|
</bookinfo>
|
|
|
|
&preface;
|
|
|
|
<reference>
|
|
<title>AFS Commands</title>
|
|
§1;
|
|
</reference>
|
|
|
|
<reference>
|
|
<title>AFS Library Reference</title>
|
|
§3;
|
|
</reference>
|
|
|
|
<reference>
|
|
<title>AFS System Files</title>
|
|
§5;
|
|
</reference>
|
|
|
|
<reference>
|
|
<title>AFS System Commands</title>
|
|
§8;
|
|
</reference>
|
|
<index></index>
|
|
</book>
|