mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
85bb872e3d
a bit convoluted but this generates docbook from the pod documentation and from that pdf, epub and mobi versions. we are using variablelist.as.block since that looks prettier on smaller devices/screen. Change-Id: I5cd51ef10448373960a0aeed15212bbcf6f44039 Change-Id: Ib222dbfa30e3af644b1dbc6738df1d39cc33c92f Reviewed-on: http://gerrit.openafs.org/5255 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
75 lines
1.7 KiB
XML
75 lines
1.7 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 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 System Files</title>
|
|
§5;
|
|
</reference>
|
|
|
|
<reference>
|
|
<title>AFS System Commands</title>
|
|
§8;
|
|
</reference>
|
|
<index></index>
|
|
</book>
|