Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man5 Whitespace/punctuation fixes.
details: https://anonhg.NetBSD.org/src/rev/79a9290e4d93
branches: trunk
changeset: 514662:79a9290e4d93
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Sep 08 01:29:04 2001 +0000
description:
Whitespace/punctuation fixes.
diffstat:
share/man/man5/a.out.5 | 4 ++--
share/man/man5/disktab.5 | 6 +++---
share/man/man5/fs.5 | 6 +++---
share/man/man5/fstab.5 | 32 ++++++++++++++++----------------
share/man/man5/hesiod.conf.5 | 4 ++--
share/man/man5/hosts.5 | 6 +++---
share/man/man5/ifaliases.5 | 4 ++--
share/man/man5/ifconfig.if.5 | 6 +++---
share/man/man5/ld.so.conf.5 | 4 ++--
share/man/man5/login.conf.5 | 8 ++++----
share/man/man5/netconfig.5 | 4 ++--
share/man/man5/networks.5 | 4 ++--
share/man/man5/nsswitch.conf.5 | 22 +++++++++++-----------
share/man/man5/passwd.5 | 14 +++++++-------
share/man/man5/rc.conf.5 | 32 ++++++++++++++++----------------
share/man/man5/resolv.conf.5 | 6 +++---
share/man/man5/rpc.5 | 6 +++---
share/man/man5/security.conf.5 | 4 ++--
share/man/man5/services.5 | 4 ++--
share/man/man5/ttyaction.5 | 6 +++---
20 files changed, 91 insertions(+), 91 deletions(-)
diffs (truncated from 733 to 300 lines):
diff -r 977a34ff533a -r 79a9290e4d93 share/man/man5/a.out.5
--- a/share/man/man5/a.out.5 Sat Sep 08 01:28:23 2001 +0000
+++ b/share/man/man5/a.out.5 Sat Sep 08 01:29:04 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: a.out.5,v 1.14 2001/06/19 12:34:26 wiz Exp $
+.\" $NetBSD: a.out.5,v 1.15 2001/09/08 01:29:04 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -110,7 +110,7 @@
.Dv N_GETMID() , and
.Dv N_GETMAGIC() ,
and set by the macro
-.Dv N_SETMAGIC().
+.Dv N_SETMAGIC() .
.Pp
The macro
.Dv N_GETFLAG()
diff -r 977a34ff533a -r 79a9290e4d93 share/man/man5/disktab.5
--- a/share/man/man5/disktab.5 Sat Sep 08 01:28:23 2001 +0000
+++ b/share/man/man5/disktab.5 Sat Sep 08 01:29:04 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: disktab.5,v 1.7 2000/11/07 06:43:27 lukem Exp $
+.\" $NetBSD: disktab.5,v 1.8 2001/09/08 01:29:04 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -53,13 +53,13 @@
The format is patterned
after the
.Xr termcap 5
-terminal data base. Entries in
+terminal data base. Entries in
.Nm
consist of a number of `:' separated fields. The
first entry for each disk gives the names which are
known for the disk, separated by `|' characters. The
last name given should be a long name fully identifying
-the disk.
+the disk.
.Pp
The following list indicates the normal values
stored for each disk entry.
diff -r 977a34ff533a -r 79a9290e4d93 share/man/man5/fs.5
--- a/share/man/man5/fs.5 Sat Sep 08 01:28:23 2001 +0000
+++ b/share/man/man5/fs.5 Sat Sep 08 01:29:04 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fs.5,v 1.10 2001/07/27 01:18:33 lukem Exp $
+.\" $NetBSD: fs.5,v 1.11 2001/09/08 01:29:05 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -149,7 +149,7 @@
int16_t fs_opostbl[16][8]; /* old rotation block list head */
int32_t fs_sparecon[49]; /* reserved for future constants */
int32_t fs_fscktime; /* last time fsck(8)ed */
- int32_t fs_contigsumsize; /* size of cluster summary array */
+ int32_t fs_contigsumsize; /* size of cluster summary array */
int32_t fs_maxsymlinklen; /* max len of internal symlink */
int32_t fs_inodefmt; /* format of on-disk inodes */
u_int64_t fs_maxfilesize; /* maximum file size */
@@ -293,7 +293,7 @@
the super-block for this name.
The limit on the amount of summary information per file system
is defined by
-.Dv MAXCSBUFS.
+.Dv MAXCSBUFS .
For a 4096 byte block size, it is currently parameterized for a
maximum of two million cylinders.
.Pp
diff -r 977a34ff533a -r 79a9290e4d93 share/man/man5/fstab.5
--- a/share/man/man5/fstab.5 Sat Sep 08 01:28:23 2001 +0000
+++ b/share/man/man5/fstab.5 Sat Sep 08 01:29:04 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fstab.5,v 1.22 2001/04/25 16:34:46 cjones Exp $
+.\" $NetBSD: fstab.5,v 1.23 2001/09/08 01:29:05 wiz Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -51,7 +51,7 @@
and maintain this file.
Each filesystem is described on a separate line;
fields on each line are separated by tabs or spaces. Lines beginning
-with
+with
.Dq #
are comments.
The order of records in
@@ -68,7 +68,7 @@
Each configuration line/record in
.Nm
has the format:
-.Dl fs_spec fs_file fs_vfstype fs_mntops fs_freq fs_passno
+.Dl fs_spec fs_file fs_vfstype fs_mntops fs_freq fs_passno
.Pp
The first field,
.Pq Fa fs_spec ,
@@ -79,17 +79,17 @@
the special file name is the block special file name,
and not the character special file name.
If a program needs the character special file name,
-the program must create it by appending a
+the program must create it by appending a
.Dq r
after the
-last
+last
.Dq /
in the special file name.
.Pp
The second field,
.Pq Fa fs_file ,
describes the mount point for the filesystem.
-For swap and dump partitions, this field should be specified as
+For swap and dump partitions, this field should be specified as
.Dq none .
.Pp
The third field,
@@ -130,7 +130,7 @@
.Tn MS-DOS
.Dq FAT filesystem
.It Em nfs
-a Sun Microsystems compatible
+a Sun Microsystems compatible
.Dq Network File System
.It Em ntfs
a filesystem used by
@@ -162,19 +162,19 @@
below) plus any additional options
appropriate to the filesystem type.
.Pp
-The option
+The option
.Dq auto
-can be used in the
+can be used in the
.Dq noauto
form to cause
-a file system not to be mounted automatically (with
+a file system not to be mounted automatically (with
.Dq mount -a
,
or system boot time).
.Pp
-If the options
+If the options
.Dq userquota
-and/or
+and/or
.Dq groupquota
are specified,
the filesystem is automatically processed by the
@@ -207,9 +207,9 @@
field).
If
.Fa fs_type
-is
+is
.Dq rw
-or
+or
.Dq ro
then the filesystem whose name is given in the
.Fa fs_file
@@ -217,7 +217,7 @@
specified special file.
If
.Fa fs_type
-is
+is
.Dq sw
or
.Dq dp
@@ -236,7 +236,7 @@
are unused.
If
.Fa fs_type
-is specified as
+is specified as
.Dq xx
the entry is ignored.
This is useful to show disk partitions which are currently unused.
diff -r 977a34ff533a -r 79a9290e4d93 share/man/man5/hesiod.conf.5
--- a/share/man/man5/hesiod.conf.5 Sat Sep 08 01:28:23 2001 +0000
+++ b/share/man/man5/hesiod.conf.5 Sat Sep 08 01:29:04 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: hesiod.conf.5,v 1.3 2001/05/08 17:06:20 wiz Exp $
+.\" $NetBSD: hesiod.conf.5,v 1.4 2001/09/08 01:29:05 wiz Exp $
.\"
.\" from: #Id: hesiod.conf.5,v 1.1 1996/12/08 21:36:38 ghudson Exp #
.\"
@@ -37,7 +37,7 @@
.Bl -tag -width classes
.It Em lhs
Specifies the domain prefix used for Hesiod queries. In almost all
-cases, you should specify
+cases, you should specify
.Dq Em lhs Ns = Ns Ar .ns .
The default value if you do
not specify an lhs value is no domain prefix, which is not compatible
diff -r 977a34ff533a -r 79a9290e4d93 share/man/man5/hosts.5
--- a/share/man/man5/hosts.5 Sat Sep 08 01:28:23 2001 +0000
+++ b/share/man/man5/hosts.5 Sat Sep 08 01:29:04 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: hosts.5,v 1.11 2000/11/17 10:14:18 lukem Exp $
+.\" $NetBSD: hosts.5,v 1.12 2001/09/08 01:29:05 wiz Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -81,14 +81,14 @@
is not running.
For the name server, it is suggested that only a few addresses
be included in this file.
-These include address for the local interfaces that
+These include address for the local interfaces that
.Xr ifconfig 8
needs at boot time and a few machines on the local network.
.Pp
This file may be created from the official host
data base maintained at the Network Information Control
Center
-.Pq Tn NIC ,
+.Pq Tn NIC ,
though local changes may be required
to bring it up to date regarding unofficial aliases
and/or unknown hosts. As the data base maintained at
diff -r 977a34ff533a -r 79a9290e4d93 share/man/man5/ifaliases.5
--- a/share/man/man5/ifaliases.5 Sat Sep 08 01:28:23 2001 +0000
+++ b/share/man/man5/ifaliases.5 Sat Sep 08 01:29:04 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ifaliases.5,v 1.11 2000/11/17 09:43:06 lukem Exp $
+.\" $NetBSD: ifaliases.5,v 1.12 2001/09/08 01:29:05 wiz Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@@ -59,7 +59,7 @@
.Em netmask
is the netmask of the alias's network address. Although this is
optional, omitting the netmask is discouraged. Omission results in
-the use of the classful netmask associated with
+the use of the classful netmask associated with
.Em address .
.Sh FILES
.Pa /etc/ifaliases ,
diff -r 977a34ff533a -r 79a9290e4d93 share/man/man5/ifconfig.if.5
--- a/share/man/man5/ifconfig.if.5 Sat Sep 08 01:28:23 2001 +0000
+++ b/share/man/man5/ifconfig.if.5 Sat Sep 08 01:29:04 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ifconfig.if.5,v 1.2 2001/01/12 02:55:28 itojun Exp $
+.\" $NetBSD: ifconfig.if.5,v 1.3 2001/09/08 01:29:06 wiz Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@@ -46,7 +46,7 @@
The file will get evaluated only if the interface exists on the system.
Multiple lines can be placed in a file, and will be evaluated sequentially.
.Pp
-Normally, a line will be evaluated as command line arguments to
+Normally, a line will be evaluated as command line arguments to
.Xr ifconfig 8 .
.Dq Li ifconfig if
will be prepended on evaluation.
@@ -61,7 +61,7 @@
Shell variables declared in
.Pa /etc/rc.d/network
are accessible.
-The most useful variable is
+The most useful variable is
.Li $int ,
as it will be bound to the interface being configured with the file.
.Pp
diff -r 977a34ff533a -r 79a9290e4d93 share/man/man5/ld.so.conf.5
--- a/share/man/man5/ld.so.conf.5 Sat Sep 08 01:28:23 2001 +0000
+++ b/share/man/man5/ld.so.conf.5 Sat Sep 08 01:29:04 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ld.so.conf.5,v 1.13 1999/12/20 01:43:05 christos Exp $
+.\" $NetBSD: ld.so.conf.5,v 1.14 2001/09/08 01:29:06 wiz Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" All rights reserved.
@@ -40,7 +40,7 @@
.Dq /usr/lib
).
.Pp
-On
+On
.Xr a.out 5
systems, this file is scanned by
.Xr ldconfig 8
diff -r 977a34ff533a -r 79a9290e4d93 share/man/man5/login.conf.5
--- a/share/man/man5/login.conf.5 Sat Sep 08 01:28:23 2001 +0000
+++ b/share/man/man5/login.conf.5 Sat Sep 08 01:29:04 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: login.conf.5,v 1.10 2001/05/14 14:55:29 jdolecek Exp $
+.\" $NetBSD: login.conf.5,v 1.11 2001/09/08 01:29:06 wiz Exp $
.\"
.\" Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc.
.\" All rights reserved.
@@ -57,7 +57,7 @@
The class to be used is normally determined by the
Home |
Main Index |
Thread Index |
Old Index