Change "manpage" and "man page" to "manual pages".
This commit is contained in:
parent
094cb68b40
commit
40274f387b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10316
11 changed files with 42 additions and 42 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.79 2001/08/11 20:27:42 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.80 2001/08/11 20:45:09 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="advanced-networking">
|
||||
|
@ -667,7 +667,7 @@ nfs_client_flags="-n 4"</programlisting>
|
|||
be shared. Each line in the file specifies a file system to be
|
||||
shared. There are a handful of options that can be used in this
|
||||
file but only a few will be mentioned here. You can find out
|
||||
about the rest in the &man.exports.5; man page.</para>
|
||||
about the rest in the &man.exports.5; manual page.</para>
|
||||
|
||||
<para>Here are a few example <filename>/etc/exports</filename>
|
||||
entries:</para>
|
||||
|
@ -754,7 +754,7 @@ nfs_client_flags="-n 4"</programlisting>
|
|||
|
||||
<programlisting>server:/home /mnt nfs rw 0 0</programlisting>
|
||||
|
||||
<para>Read the &man.fstab.5; man page for more options.</para>
|
||||
<para>Read the &man.fstab.5; manual page for more options.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
@ -1937,7 +1937,7 @@ ISDN BRI line</literallayout>
|
|||
<para>When you have finished, it's time to initialize the NIS
|
||||
maps! FreeBSD includes a script named
|
||||
<command>ypinit</command> to do this for you
|
||||
(see its man page for more information). Note that this
|
||||
(see its manual page for more information). Note that this
|
||||
script is available on most Unix Operating Systems, but not on all.
|
||||
On Digital Unix/Compaq Tru64 Unix it is called
|
||||
<command>ypsetup</command>.
|
||||
|
@ -2973,7 +2973,7 @@ dhcp_flags=""</programlisting>
|
|||
<filename>/etc/dhclient.conf</filename>. Typically the file
|
||||
contains only comments, the defaults being reasonably sane. This
|
||||
configuration file is described by the &man.dhclient.conf.5;
|
||||
man page.</para>
|
||||
manual page.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem><para><filename>/sbin/dhclient</filename></para>
|
||||
|
@ -3306,7 +3306,7 @@ dhcp_flags=""</programlisting>
|
|||
|
||||
<programlisting>// $FreeBSD$
|
||||
//
|
||||
// Refer to the named(8) man page for details. If you are ever going
|
||||
// Refer to the named(8) manual page for details. If you are ever going
|
||||
// to setup a primary server, make sure you've understood the hairy
|
||||
// details of how DNS is working. Even with simple mistakes, you can
|
||||
// break connectivity for affected parties, or cause huge amount of
|
||||
|
@ -3864,7 +3864,7 @@ www IN CNAME @</programlisting>
|
|||
<sect2>
|
||||
<title>Further Reading</title>
|
||||
<para>
|
||||
BIND/named man pages: &man.ndc.8; &man.named.8; &man.named.conf.5;
|
||||
BIND/named manual pages: &man.ndc.8; &man.named.8; &man.named.conf.5;
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -4561,7 +4561,7 @@ server-program-arguments</programlisting>
|
|||
limitations on certain daemons.</para>
|
||||
|
||||
<para>By default, TCP wrapping is turned on. Consult the
|
||||
&man.hosts.access.5; man page for more information on placing
|
||||
&man.hosts.access.5; manual page for more information on placing
|
||||
TCP restrictions on various <application>inetd</application>
|
||||
invoked daemons.</para>
|
||||
</sect2>
|
||||
|
@ -4581,7 +4581,7 @@ server-program-arguments</programlisting>
|
|||
(ident, identd) network services, and is configurable to a certain
|
||||
degree.</para>
|
||||
|
||||
<para>Consult the &man.inetd.8; man page for more in-depth
|
||||
<para>Consult the &man.inetd.8; manual page for more in-depth
|
||||
information.</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.38 2001/08/10 22:58:10 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/basics/chapter.sgml,v 1.39 2001/08/11 20:39:17 jim Exp $
|
||||
-->
|
||||
|
||||
<chapter id="basics">
|
||||
|
@ -166,7 +166,7 @@
|
|||
|
||||
<para>Since FreeBSD uses its file systems to determine many
|
||||
fundamental system operations, the hierarchy of the file system is
|
||||
extremely important. Due to the fact that the &man.hier.7; man page
|
||||
extremely important. Due to the fact that the &man.hier.7; manual page
|
||||
provides a complete description of the directory structure, it will
|
||||
not be duplicated here. Please read &man.hier.7; for more
|
||||
information.</para>
|
||||
|
@ -751,10 +751,10 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
|||
|
||||
<sect2 id="basics-man">
|
||||
<title>Manual Pages</title>
|
||||
<indexterm><primary>man pages</primary></indexterm>
|
||||
<indexterm><primary>manual pages</primary></indexterm>
|
||||
|
||||
<para>The most comprehensive documentation on FreeBSD is in the form
|
||||
of man pages. Nearly every program on the system comes with a
|
||||
of manual pages. Nearly every program on the system comes with a
|
||||
short reference manual explaining the basic operation and various
|
||||
arguments. These manuals can be viewed with the man command. Use
|
||||
of the man command is simple:</para>
|
||||
|
@ -856,7 +856,7 @@ Swap: 256M Total, 38M Used, 217M Free, 15% Inuse
|
|||
<indexterm><primary>Free Software Foundation</primary></indexterm>
|
||||
|
||||
<para>FreeBSD includes many applications and utilities produced by
|
||||
the Free Software Foundation (FSF). In addition to man pages,
|
||||
the Free Software Foundation (FSF). In addition to manual pages,
|
||||
these programs come with more extensive hypertext documents called
|
||||
<literal>info</literal> files which can be viewed with the
|
||||
<command>info</command> command or, if you installed
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.48 2001/08/11 19:45:57 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.49 2001/08/11 21:25:52 dd Exp $
|
||||
-->
|
||||
|
||||
<chapter id="disks">
|
||||
|
@ -869,7 +869,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
the file system with the names <filename>quota.user</filename> and
|
||||
<filename>quota.group</filename> for user and group quotas
|
||||
respectively. See &man.fstab.5; for more
|
||||
information. Even though the &man.fstab.5; man page says that
|
||||
information. Even though the &man.fstab.5; manual page says that
|
||||
you can specify
|
||||
an alternate location for the quota files, this is not recommended
|
||||
because the various quota utilities do not seem to handle this
|
||||
|
@ -885,7 +885,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
<para>In the normal course of operations you should not be required
|
||||
to run the <command>quotacheck</command>,
|
||||
<command>quotaon</command>, or <command>quotaoff</command>
|
||||
commands manually. However, you may want to read their man pages
|
||||
commands manually. However, you may want to read their manual pages
|
||||
just to be familiar with their operation.</para>
|
||||
</sect2>
|
||||
|
||||
|
@ -1184,7 +1184,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
<para>There are many other options you can use with
|
||||
<command>mkisofs</command> to fine-tune its behavior. In particular:
|
||||
modifications to an ISO 9660 layout and the creation of Joilet
|
||||
and HFS discs. See the &man.mkisofs.8; man page for details.</para>
|
||||
and HFS discs. See the &man.mkisofs.8; manual page for details.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="burncd">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.58 2001/08/09 23:42:31 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.59 2001/08/10 16:18:59 bmah Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kernelconfig">
|
||||
|
@ -508,7 +508,7 @@ cpu EV5</programlisting>
|
|||
then you can only have 36 simultaneous processes, including the 18
|
||||
or so that the system starts up at boot time, and the 15 or so you
|
||||
will probably create when you start the X Window System. Even a
|
||||
simple task like reading a man page will start up nine processes to
|
||||
simple task like reading a manual page will start up nine processes to
|
||||
filter, decompress, and view it. Setting
|
||||
<literal>maxusers</literal> to 64 will allow you to have up to 1044
|
||||
simultaneous processes, which should be enough for nearly all uses.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v 1.142 2001/08/10 22:58:15 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/mirrors/chapter.sgml,v 1.143 2001/08/11 19:02:48 jdp Exp $
|
||||
-->
|
||||
|
||||
<appendix id="mirrors">
|
||||
|
@ -1297,7 +1297,7 @@
|
|||
latest versions of the files on that line of development. If
|
||||
you wish to receive some past version, you can do so by
|
||||
specifying a date with the <option>-D date</option> flag.
|
||||
See the &man.cvs.1; man page for more details.</para>
|
||||
See the &man.cvs.1; manual page for more details.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
@ -1478,7 +1478,7 @@
|
|||
You can actually use the <command>ctm_rmail</command> program
|
||||
directly from a entry in <filename>/etc/aliases</filename> if
|
||||
you want to have the process run in a fully automated fashion.
|
||||
Check the <command>ctm_rmail</command> man page for more
|
||||
Check the <command>ctm_rmail</command> manual page for more
|
||||
details.</para>
|
||||
|
||||
<note>
|
||||
|
@ -2373,7 +2373,7 @@ src-all</programlisting>
|
|||
to download files that they will never use. For more
|
||||
information on <emphasis>refuse files</emphasis> and other neat
|
||||
features of <application>CVSup</application>, please view its
|
||||
man page.</para>
|
||||
manual page.</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.12 2001/08/09 22:50:10 logo Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.13 2001/08/09 23:42:35 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="sound">
|
||||
|
@ -143,7 +143,7 @@
|
|||
<programlisting>device sbc0 at isa? port0x220 irq 5 drq 1 flags 0x15</programlisting>
|
||||
|
||||
<para>to your kernel. Those are the default settings. You may
|
||||
need to change the IRQ, etc. See the &man.sbc.4; man page for
|
||||
need to change the IRQ, etc. See the &man.sbc.4; manual page for
|
||||
more information.</para>
|
||||
|
||||
<note>
|
||||
|
@ -175,7 +175,7 @@
|
|||
<programlisting>device gus0 at isa? port 0x220 irq 5 drq 1 flags 0x13</programlisting>
|
||||
|
||||
<para>to your kernel. You may need to change the IRQ, etc. See
|
||||
the &man.gusc.4; man page for more information.</para>
|
||||
the &man.gusc.4; manual page for more information.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.134 2001/08/09 23:42:33 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ports/chapter.sgml,v 1.135 2001/08/10 22:58:16 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ports">
|
||||
|
@ -904,7 +904,7 @@ Receiving lsof_4.57D.freebsd.tar.gz (439860 bytes): 100%
|
|||
|
||||
<para>If you do not fancy typing all that in every time you
|
||||
install a port, it is a good idea to put these variables
|
||||
into your environment. Read the man page for your shell for
|
||||
into your environment. Read the manual page for your shell for
|
||||
instructions on doing so.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.45 2001/08/10 21:28:59 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/ppp-and-slip/chapter.sgml,v 1.46 2001/08/10 22:58:16 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="ppp-and-slip">
|
||||
|
@ -254,7 +254,7 @@ tun3: flags=8010<POINTOPOINT,MULTICAST> mtu 1500</screen>
|
|||
<devicename>tun</devicename> device in it and cannot recompile
|
||||
the kernel, all is not lost. You should be able to dynamically
|
||||
load the code. Please refer to the appropriate
|
||||
&man.modload.8; and &man.lkm.4; man pages for further
|
||||
&man.modload.8; and &man.lkm.4; manual pages for further
|
||||
details.</para>
|
||||
</sect3>
|
||||
|
||||
|
@ -2348,7 +2348,7 @@ output ***\x0d, echo \x0aCONNECTED\x0a</programlisting>
|
|||
kermit (<command>fg</command> if you suspended it) and exit from
|
||||
it (<command>q</command>).</para>
|
||||
|
||||
<para>The <command>slattach</command> man page says you have
|
||||
<para>The <command>slattach</command> manual page says you have
|
||||
to use <command>ifconfig sl0 down</command>
|
||||
to mark the interface down, but this does not
|
||||
seem to make any difference for me.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.66 2001/08/09 23:42:34 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/security/chapter.sgml,v 1.67 2001/08/10 22:58:16 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
@ -11,7 +11,7 @@
|
|||
<firstname>Matthew</firstname>
|
||||
<surname>Dillon</surname>
|
||||
<contrib>Much of this chapter has been taken from the
|
||||
security(7) man page by </contrib>
|
||||
security(7) manual page by </contrib>
|
||||
</author>
|
||||
</authorgroup>
|
||||
</chapterinfo>
|
||||
|
@ -931,7 +931,7 @@ lrwxr-xr-x 1 root wheel 15 Mar 19 06:56 libcrypt_p.a -> libdescrypt_p.a</s
|
|||
<quote>passwd_format</quote> login capability in
|
||||
<filename>/etc/login.conf</filename>, which takes values of
|
||||
either <quote>des</quote> or <quote>md5</quote>. See the
|
||||
&man.login.conf.5; manpage for more information about login
|
||||
&man.login.conf.5; manual page for more information about login
|
||||
capabilities.</para>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
@ -1321,7 +1321,7 @@ ARC.NASA.GOV trident.arc.nasa.gov</screen>
|
|||
<quote>key distribution center</quote>. The words <literal>admin
|
||||
server</literal> following a hosts name means that host also
|
||||
provides an administrative database server. For further explanation
|
||||
of these terms, please consult the Kerberos man pages.</para>
|
||||
of these terms, please consult the Kerberos manual pages.</para>
|
||||
|
||||
<para>Now we have to add <hostid role="fqdn">grunt.grondar.za</hostid>
|
||||
to the <filename>GRONDAR.ZA</filename> realm and also add an entry to
|
||||
|
@ -2397,7 +2397,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen>
|
|||
|
||||
<para>You should enable your firewall from
|
||||
<filename>/etc/rc.conf.local</filename> or
|
||||
<filename>/etc/rc.conf</filename>. The associated man page explains
|
||||
<filename>/etc/rc.conf</filename>. The associated manual page explains
|
||||
which knobs to fiddle and lists some preset firewall configurations.
|
||||
If you do not use a preset configuration, <command>ipfw list</command>
|
||||
will output the current ruleset into a file that you can
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v 1.40 2001/08/09 23:42:34 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v 1.41 2001/08/10 22:58:17 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="serialcomms">
|
||||
|
@ -1570,7 +1570,7 @@ AT&B2&W</programlisting>
|
|||
<sect2>
|
||||
<title>My Stock Hayes Modem Is Not Supported, What Can I Do?</title>
|
||||
|
||||
<para>Actually, the man page for <command>tip</command> is out of date.
|
||||
<para>Actually, the manual page for <command>tip</command> is out of date.
|
||||
There is a generic Hayes dialer already built in. Just use
|
||||
<literal>at=hayes</literal> in your <filename>/etc/remote</filename>
|
||||
file.</para>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.12 2001/08/09 22:50:10 logo Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/sound/chapter.sgml,v 1.13 2001/08/09 23:42:35 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="sound">
|
||||
|
@ -143,7 +143,7 @@
|
|||
<programlisting>device sbc0 at isa? port0x220 irq 5 drq 1 flags 0x15</programlisting>
|
||||
|
||||
<para>to your kernel. Those are the default settings. You may
|
||||
need to change the IRQ, etc. See the &man.sbc.4; man page for
|
||||
need to change the IRQ, etc. See the &man.sbc.4; manual page for
|
||||
more information.</para>
|
||||
|
||||
<note>
|
||||
|
@ -175,7 +175,7 @@
|
|||
<programlisting>device gus0 at isa? port 0x220 irq 5 drq 1 flags 0x13</programlisting>
|
||||
|
||||
<para>to your kernel. You may need to change the IRQ, etc. See
|
||||
the &man.gusc.4; man page for more information.</para>
|
||||
the &man.gusc.4; manual page for more information.</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
Loading…
Reference in a new issue