openafs/doc/xml/AdminRef/auarf000.xml
Michael Meffie 7dc8a7ddc2 doc: Add section 3 man pages to AdminRef
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>
2024-09-13 13:26:31 -04:00

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>
&sect1;
</reference>
<reference>
<title>AFS Library Reference</title>
&sect3;
</reference>
<reference>
<title>AFS System Files</title>
&sect5;
</reference>
<reference>
<title>AFS System Commands</title>
&sect8;
</reference>
<index></index>
</book>