summaryrefslogtreecommitdiff
path: root/share/man/man5
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-11-29 15:47:26 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-11-29 15:47:26 +0000
commite78e38b53d3b73ab5e8d3e1aca415b1ec56f9877 (patch)
treea80483a638948610cfe5602a8f805ca2d269b093 /share/man/man5
parentb488000e207e5256a37aed34ea0ae5b0cd76c615 (diff)
kill superfluous .Nm macro arguments
Diffstat (limited to 'share/man/man5')
-rw-r--r--share/man/man5/core.54
-rw-r--r--share/man/man5/dir.55
-rw-r--r--share/man/man5/disktab.54
-rw-r--r--share/man/man5/ethers.58
-rw-r--r--share/man/man5/group.54
-rw-r--r--share/man/man5/hosts.54
-rw-r--r--share/man/man5/hosts.equiv.57
-rw-r--r--share/man/man5/netgroup.514
-rw-r--r--share/man/man5/networks.54
-rw-r--r--share/man/man5/passwd.54
-rw-r--r--share/man/man5/printcap.510
-rw-r--r--share/man/man5/protocols.54
-rw-r--r--share/man/man5/resolv.conf.56
-rw-r--r--share/man/man5/rpc.54
-rw-r--r--share/man/man5/services.54
-rw-r--r--share/man/man5/shells.54
-rw-r--r--share/man/man5/stab.54
-rw-r--r--share/man/man5/sysctl.conf.56
-rw-r--r--share/man/man5/utmp.516
19 files changed, 56 insertions, 60 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5
index 0362d6e8fcb..e23c89df6b2 100644
--- a/share/man/man5/core.5
+++ b/share/man/man5/core.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: core.5,v 1.3 1998/11/26 04:25:58 aaron Exp $
+.\" $OpenBSD: core.5,v 1.4 1998/11/29 15:47:23 aaron Exp $
.\" $NetBSD: core.5,v 1.4 1994/11/30 19:31:11 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -107,6 +107,6 @@ is given by the constant
.Xr sigaction 2
.Sh HISTORY
A
-.Nm core
+.Nm
file format appeared in
.At v6 .
diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5
index bf1e8f0fba6..b4cd4067bd1 100644
--- a/share/man/man5/dir.5
+++ b/share/man/man5/dir.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dir.5,v 1.4 1998/11/26 04:25:58 aaron Exp $
+.\" $OpenBSD: dir.5,v 1.5 1998/11/29 15:47:23 aaron Exp $
.\" $NetBSD: dir.5,v 1.5 1995/03/28 17:30:20 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -38,8 +38,7 @@
.Dt DIR 5
.Os BSD 4.2
.Sh NAME
-.Nm dir ,
-.Nm dirent
+.Nm dir , dirent
.Nd directory file format
.Sh SYNOPSIS
.Fd #include <sys/types.h>
diff --git a/share/man/man5/disktab.5 b/share/man/man5/disktab.5
index 899223e543f..3b1d3b25b4b 100644
--- a/share/man/man5/disktab.5
+++ b/share/man/man5/disktab.5
@@ -42,7 +42,7 @@
.Sh SYNOPSIS
.Fd #include <disktab.h>
.Sh DESCRIPTION
-.Nm disktab
+.Nm
is a simple database which describes disk geometries and
disk partition characteristics.
It is used
@@ -54,7 +54,7 @@ The format is patterned
after the
.Xr termcap 5
terminal database. Entries in
-.Nm disktab
+.Nm
consist of a number of colon
.Pq Sq \&:
separated fields. The
diff --git a/share/man/man5/ethers.5 b/share/man/man5/ethers.5
index 740e48b1d10..ae034007fa2 100644
--- a/share/man/man5/ethers.5
+++ b/share/man/man5/ethers.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ethers.5,v 1.7 1998/11/26 04:25:58 aaron Exp $
+.\" $OpenBSD: ethers.5,v 1.8 1998/11/29 15:47:23 aaron Exp $
.\" $NetBSD: ethers.5,v 1.2 1994/11/30 19:31:16 jtc Exp $
.\"
.\" Written by Roland McGrath <roland@frob.com>. Public domain.
@@ -11,7 +11,7 @@
.Nd Ethernet host name data base
.Sh DESCRIPTION
The
-.Nm ethers
+.Nm
file maps Ethernet addresses to host names.
Lines consist of an address and a host name, separated by any number of blanks and/or tab characters.
A
@@ -25,7 +25,7 @@ colons. The functions described in
can read and produce this format.
.Pp
The
-.Nm ethers
+.Nm
file has support for YP functionality.
.Sh FILES
.Bl -tag -width /etc/ethers -compact
@@ -44,6 +44,6 @@ are limited to
characters (currently 1024). Longer lines will be ignored.
.Sh HISTORY
The
-.Nm ethers
+.Nm
file format was adopted from SunOS and appeared in
NetBSD 0.9b.
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5
index 9cdf172ceff..ca0eae43ca9 100644
--- a/share/man/man5/group.5
+++ b/share/man/man5/group.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: group.5,v 1.2 1998/11/26 04:25:58 aaron Exp $
+.\" $OpenBSD: group.5,v 1.3 1998/11/29 15:47:23 aaron Exp $
.\" $NetBSD: group.5,v 1.4 1995/07/28 06:41:39 phil Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -140,7 +140,7 @@ file itself, or included via YP, will be used.
The
.Xr passwd 1
command does not change the
-.Nm group
+.Nm
passwords.
.Sh HISTORY
A
diff --git a/share/man/man5/hosts.5 b/share/man/man5/hosts.5
index c058c79449c..02d2a566149 100644
--- a/share/man/man5/hosts.5
+++ b/share/man/man5/hosts.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts.5,v 1.5 1998/11/26 04:25:58 aaron Exp $
+.\" $OpenBSD: hosts.5,v 1.6 1998/11/29 15:47:24 aaron Exp $
.\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -42,7 +42,7 @@
.Nd host name data base
.Sh DESCRIPTION
The
-.Nm hosts
+.Nm
file contains information regarding
the known hosts on the network.
For each host a single line should be present
diff --git a/share/man/man5/hosts.equiv.5 b/share/man/man5/hosts.equiv.5
index 822648f012a..760fc3194ee 100644
--- a/share/man/man5/hosts.equiv.5
+++ b/share/man/man5/hosts.equiv.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts.equiv.5,v 1.2 1998/11/26 04:25:58 aaron Exp $
+.\" $OpenBSD: hosts.equiv.5,v 1.3 1998/11/29 15:47:24 aaron Exp $
.\"
.\" Copyright (c) 1997 Todd Vierling
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -39,12 +39,11 @@
.Dt HOSTS.EQUIV 5
.Os
.Sh NAME
-.Nm hosts.equiv ,
-.Nm .rhosts
+.Nm hosts.equiv , .rhosts
.Nd trusted remote hosts and host-user pairs
.Sh DESCRIPTION
The
-.Nm hosts.equiv
+.Nm
and
.Nm .rhosts
files list hosts and users which are
diff --git a/share/man/man5/netgroup.5 b/share/man/man5/netgroup.5
index 84826cf1cca..b879f3bb3d3 100644
--- a/share/man/man5/netgroup.5
+++ b/share/man/man5/netgroup.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: netgroup.5,v 1.3 1998/11/26 04:25:59 aaron Exp $
+.\" $OpenBSD: netgroup.5,v 1.4 1998/11/29 15:47:24 aaron Exp $
.\" $NetBSD: netgroup.5,v 1.3 1995/03/18 14:58:34 cgd Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -41,10 +41,10 @@
.Nm netgroup
.Nd defines network groups
.Sh SYNOPSIS
-.Nm netgroup
+.Nm
.Sh DESCRIPTION
The
-.Nm netgroup
+.Nm
file
specifies
.Dq netgroups ,
@@ -80,20 +80,20 @@ character may be used at the end of a line to specify line continuation.
The functions specified in
.Xr getnetgrent 3
should normally be used to access the
-.Nm netgroup
+.Nm
database.
.Pp
These functions operate on the
.Xr db
version of the
-.Nm netgroup
+.Nm
.Pq Pa netgroup.db
file which can be generated using
.Xr netgroup_mkdb .
If that file is not present, and the system supports NIS, then the
-.Nm netgroup
+.Nm
NIS maps are used. The NIS maps are also used if the
-.Nm netgroup
+.Nm
file contains a
.Dq +
entry.
diff --git a/share/man/man5/networks.5 b/share/man/man5/networks.5
index b8ef5e0f3cc..263d6da1352 100644
--- a/share/man/man5/networks.5
+++ b/share/man/man5/networks.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: networks.5,v 1.6 1998/11/26 04:25:59 aaron Exp $
+.\" $OpenBSD: networks.5,v 1.7 1998/11/29 15:47:24 aaron Exp $
.\" $NetBSD: networks.5,v 1.3 1994/11/30 19:31:23 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -77,7 +77,7 @@ Network names may contain any printable character other than a field
delimiter, newline, or comment character.
.Pp
The
-.Nm networks
+.Nm
file is largely obsoleted by the network information facilities of the
name server in the following way:
.Pp
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5
index e9657151161..10ee0ef6b02 100644
--- a/share/man/man5/passwd.5
+++ b/share/man/man5/passwd.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: passwd.5,v 1.10 1998/11/26 04:25:59 aaron Exp $
+.\" $OpenBSD: passwd.5,v 1.11 1998/11/29 15:47:24 aaron Exp $
.\" $NetBSD: passwd.5,v 1.4 1995/07/28 06:46:05 phil Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
@@ -43,7 +43,7 @@
.Nd format of the password file
.Sh DESCRIPTION
The
-.Nm passwd
+.Nm
files are files consisting of newline separated records, one per user,
containing ten colon
.Pq Sq \&:
diff --git a/share/man/man5/printcap.5 b/share/man/man5/printcap.5
index 87c2e8c3a09..bf965233e1b 100644
--- a/share/man/man5/printcap.5
+++ b/share/man/man5/printcap.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printcap.5,v 1.5 1998/11/26 04:25:59 aaron Exp $
+.\" $OpenBSD: printcap.5,v 1.6 1998/11/29 15:47:24 aaron Exp $
.\" $NetBSD: printcap.5,v 1.7 1998/02/20 12:24:50 hubertf Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -41,15 +41,15 @@
.Nm printcap
.Nd printer capability data base
.Sh SYNOPSIS
-.Nm printcap
+.Nm
.Sh DESCRIPTION
The
-.Nm printcap
+.Nm
file is a simplified version of the
.Xr termcap 5
data base
used to describe line printers. The spooling system accesses the
-.Nm printcap
+.Nm
file every time it is used, allowing dynamic
addition and deletion of printers. Each entry in the data base
is used to describe one printer. This data base may not be
@@ -200,7 +200,7 @@ The
function
is passed from the
.Cm af
-.Nm printcap
+.Nm
entry.
.Pp
If no
diff --git a/share/man/man5/protocols.5 b/share/man/man5/protocols.5
index eb6af8b89c4..86d06c8035d 100644
--- a/share/man/man5/protocols.5
+++ b/share/man/man5/protocols.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: protocols.5,v 1.3 1998/11/26 04:25:59 aaron Exp $
+.\" $OpenBSD: protocols.5,v 1.4 1998/11/29 15:47:24 aaron Exp $
.\" $NetBSD: protocols.5,v 1.3 1994/11/30 19:31:27 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -42,7 +42,7 @@
.Nd protocol name data base
.Sh DESCRIPTION
The
-.Nm protocols
+.Nm
file contains information regarding the known protocols used in the
.Tn DARPA
Internet. For each protocol a single line should be present
diff --git a/share/man/man5/resolv.conf.5 b/share/man/man5/resolv.conf.5
index d965ec9d6d9..cb4be3c9490 100644
--- a/share/man/man5/resolv.conf.5
+++ b/share/man/man5/resolv.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: resolv.conf.5,v 1.7 1998/11/26 04:25:59 aaron Exp $
+.\" $OpenBSD: resolv.conf.5,v 1.8 1998/11/29 15:47:24 aaron Exp $
.\" $NetBSD: resolv.conf.5,v 1.7 1996/03/06 18:22:16 scottr Exp $
.\"
.\" Copyright (c) 1986, 1991 The Regents of the University of California.
@@ -42,7 +42,7 @@
.Nd resolver configuration file
.Sh DESCRIPTION
The
-.Nm resolv.conf
+.Nm
file specifies how the
.Xr resolver 3
routines in the C library
@@ -228,6 +228,6 @@ the keyword, separated by whitespace.
.Re
.Sh HISTORY
The
-.Nm resolv.conf
+.Nm
file format appeared in
.Bx 4.3 .
diff --git a/share/man/man5/rpc.5 b/share/man/man5/rpc.5
index 169d20ed93d..257c6afac92 100644
--- a/share/man/man5/rpc.5
+++ b/share/man/man5/rpc.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rpc.5,v 1.2 1998/11/26 04:25:59 aaron Exp $
+.\" $OpenBSD: rpc.5,v 1.3 1998/11/29 15:47:25 aaron Exp $
.\" $NetBSD: rpc.5,v 1.2 1994/11/30 19:31:30 jtc Exp $
.\" @(#)rpc.5 2.2 88/08/03 4.0 RPCSRC; from 1.4 87/11/27 SMI;
.\"
@@ -13,7 +13,7 @@
.Nd rpc program number data base
.Sh DESCRIPTION
The
-.Nm rpc
+.Nm
file contains user readable names that
can be used in place of rpc program numbers.
Each line has the following information:
diff --git a/share/man/man5/services.5 b/share/man/man5/services.5
index 1b52ccbbc7c..549d9f9c72b 100644
--- a/share/man/man5/services.5
+++ b/share/man/man5/services.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: services.5,v 1.3 1998/11/26 04:25:59 aaron Exp $
+.\" $OpenBSD: services.5,v 1.4 1998/11/29 15:47:25 aaron Exp $
.\" $NetBSD: services.5,v 1.3 1994/11/30 19:31:31 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -42,7 +42,7 @@
.Nd service name data base
.Sh DESCRIPTION
The
-.Nm services
+.Nm
file contains information regarding
the known services available in the
.Tn DARPA
diff --git a/share/man/man5/shells.5 b/share/man/man5/shells.5
index 016910fde1d..23b5458eb53 100644
--- a/share/man/man5/shells.5
+++ b/share/man/man5/shells.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: shells.5,v 1.2 1998/11/26 04:25:59 aaron Exp $
+.\" $OpenBSD: shells.5,v 1.3 1998/11/29 15:47:25 aaron Exp $
.\" $NetBSD: shells.5,v 1.3 1994/11/30 19:31:32 jtc Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
@@ -42,7 +42,7 @@
.Nd shell database
.Sh DESCRIPTION
The
-.Nm shells
+.Nm
file contains a list of the shells on the system.
For each shell a single line should be present, consisting of the
shell's path, relative to root.
diff --git a/share/man/man5/stab.5 b/share/man/man5/stab.5
index cdfc9677b05..72b06b7ca11 100644
--- a/share/man/man5/stab.5
+++ b/share/man/man5/stab.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stab.5,v 1.3 1998/11/26 04:25:59 aaron Exp $
+.\" $OpenBSD: stab.5,v 1.4 1998/11/29 15:47:25 aaron Exp $
.\" $NetBSD: stab.5,v 1.3 1994/11/30 19:31:33 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -223,6 +223,6 @@ compiled files:
More basic types are needed.
.Sh HISTORY
The
-.Nm stab
+.Nm
file appeared in
.Bx 4.0 .
diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5
index f1398120973..10b2b226c1c 100644
--- a/share/man/man5/sysctl.conf.5
+++ b/share/man/man5/sysctl.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.conf.5,v 1.3 1998/11/26 04:25:59 aaron Exp $
+.\" $OpenBSD: sysctl.conf.5,v 1.4 1998/11/29 15:47:25 aaron Exp $
.\"
.\" Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -32,7 +32,7 @@
.Nm sysctl.conf
.Nd sysctl variables to set at bootup
.Sh DESCRIPTION
-.Nm sysctl.conf
+.Nm
contains a list of
.Xr sysctl 8
variable assignments that is read on bootup by
@@ -65,6 +65,6 @@ ddb.panic=0
.Xr sysctl 8
.Sh HISTORY
A
-.Nm sysctl.conf
+.Nm
file first appeared in
.Ox 2.3 .
diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5
index 86cded1d9da..4b378798ba7 100644
--- a/share/man/man5/utmp.5
+++ b/share/man/man5/utmp.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: utmp.5,v 1.7 1998/11/26 04:26:00 aaron Exp $
+.\" $OpenBSD: utmp.5,v 1.8 1998/11/29 15:47:25 aaron Exp $
.\" $NetBSD: utmp.5,v 1.5 1994/11/30 19:31:35 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -38,9 +38,7 @@
.Dt UTMP 5
.Os BSD 4
.Sh NAME
-.Nm utmp ,
-.Nm wtmp ,
-.Nm lastlog
+.Nm utmp , wtmp , lastlog
.Nd login records
.Sh SYNOPSIS
.Fd #include <utmp.h>
@@ -49,7 +47,7 @@ The file
.Aq Pa utmp.h
declares the structures used to record information about current
users in the
-.Nm utmp
+.Nm
file, logins and logouts in the
.Nm wtmp
file, and last logins in the
@@ -114,14 +112,14 @@ record is written,
.\" .Xr libutil 3
.\" routine
the
-.Nm utmp
+.Nm
file is opened and the
.Fa utmp
record for the user inserted.
This record remains there until
the user logs out at which time it is deleted.
The
-.Nm utmp
+.Nm
file is used by the programs
.Xr rwho 1 ,
.Xr users 1 ,
@@ -191,7 +189,7 @@ character indicates the new time.
.Bl -tag -width /var/log/lastlog -compact
.It Pa /var/run/utmp
the
-.Nm utmp
+.Nm
file
.It Pa /var/log/wtmp
the
@@ -210,7 +208,7 @@ file
.Xr init 8
.Sh HISTORY
A
-.Nm utmp
+.Nm
and
.Nm wtmp
file format appeared in