Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 use Em instead of Ar (we're not describing co...



details:   https://anonhg.NetBSD.org/src/rev/8c0023e5663b
branches:  trunk
changeset: 499330:8c0023e5663b
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Nov 17 09:43:06 2000 +0000

description:
use Em instead of Ar (we're not describing command line arguments here...)

diffstat:

 share/man/man5/group.5     |  22 +++++++++++-----------
 share/man/man5/hosts.5     |  10 +++++-----
 share/man/man5/ifaliases.5 |  12 ++++++------
 share/man/man5/netconfig.5 |  18 +++++++++---------
 share/man/man5/networks.5  |  10 +++++-----
 5 files changed, 36 insertions(+), 36 deletions(-)

diffs (240 lines):

diff -r ae26e3d3c7dd -r 8c0023e5663b share/man/man5/group.5
--- a/share/man/man5/group.5    Fri Nov 17 06:51:35 2000 +0000
+++ b/share/man/man5/group.5    Fri Nov 17 09:43:06 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: group.5,v 1.10 2000/11/08 01:36:11 lukem Exp $
+.\"    $NetBSD: group.5,v 1.11 2000/11/17 09:43:06 lukem Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -34,7 +34,7 @@
 .\"
 .\"     @(#)group.5    8.3 (Berkeley) 4/19/94
 .\"
-.Dd November 8, 2000
+.Dd November 17, 2000
 .Dt GROUP 5
 .Os
 .Sh NAME
@@ -69,31 +69,31 @@
 .Pp
 These fields are as follows:
 .Bl -tag -width password -offset indent -compact
-.It Ar group
+.It Em group
 Name of the group.
-.It Ar passwd
+.It Em passwd
 Group's
 .Em encrypted
 password.
-.It Ar gid
+.It Em gid
 The group's decimal ID.
-.It Ar member
+.It Em member
 Group members.
 .El
 .Pp
 The
-.Ar group
+.Em group
 field is the group name used for granting file access to users
 who are members of the group.
 .Pp
 The
-.Ar gid
+.Em gid
 field is the number associated with the group name.
 They should both be unique across the system (and often
 across a group of systems) since they control file access.
 .Pp
 The
-.Ar passwd
+.Em passwd
 field
 is an optional
 .Em encrypted
@@ -102,9 +102,9 @@
 and an asterisk is normally placed in it rather than leaving it blank.
 .Pp
 The 
-.Ar member
+.Em member
 field contains the names of users granted the privileges of
-.Ar group .
+.Em group .
 The member names are separated by commas without spaces or newlines.
 A user is automatically in a group if that group was specified
 in their
diff -r ae26e3d3c7dd -r 8c0023e5663b share/man/man5/hosts.5
--- a/share/man/man5/hosts.5    Fri Nov 17 06:51:35 2000 +0000
+++ b/share/man/man5/hosts.5    Fri Nov 17 09:43:06 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: hosts.5,v 1.9 2000/11/08 01:36:11 lukem Exp $
+.\"    $NetBSD: hosts.5,v 1.10 2000/11/17 09:43:06 lukem Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)hosts.5    8.2 (Berkeley) 12/11/93
 .\"
-.Dd November 8, 2000
+.Dd November 17, 2000
 .Dt HOSTS 5
 .Os
 .Sh NAME
@@ -58,11 +58,11 @@
 .Pp
 These are:
 .Bl -tag -width hostname -compact -offset indent
-.It Ar address
+.It Em address
 Internet address
-.It Ar hostname
+.It Em hostname
 Official host name
-.It Ar alias
+.It Em alias
 Alias host name
 .El
 .Pp
diff -r ae26e3d3c7dd -r 8c0023e5663b share/man/man5/ifaliases.5
--- a/share/man/man5/ifaliases.5        Fri Nov 17 06:51:35 2000 +0000
+++ b/share/man/man5/ifaliases.5        Fri Nov 17 09:43:06 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ifaliases.5,v 1.10 2000/11/08 02:56:26 itojun Exp $
+.\"    $NetBSD: ifaliases.5,v 1.11 2000/11/17 09:43:06 lukem Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd November 8, 2000
+.Dd November 17, 2000
 .Dt IFALIASES 5
 .Os
 .Sh NAME
@@ -46,21 +46,21 @@
 .D1 address interface [netmask]
 .Pp
 The
-.Ar address
+.Em address
 is a network address of the alias.  This must be a number, or must be in
 .Pa /etc/hosts ,
 since the nameserver is not running at this point.
 .Pp
 The
-.Ar interface
+.Em interface
 is the network interface the alias will be configured on.
 .Pp
 The
-.Ar netmask
+.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 
-.Ar address .
+.Em address .
 .Sh FILES
 .Pa /etc/ifaliases ,
 .Pa /etc/rc.d/network
diff -r ae26e3d3c7dd -r 8c0023e5663b share/man/man5/netconfig.5
--- a/share/man/man5/netconfig.5        Fri Nov 17 06:51:35 2000 +0000
+++ b/share/man/man5/netconfig.5        Fri Nov 17 09:43:06 2000 +0000
@@ -1,6 +1,6 @@
-.\"    $NetBSD: netconfig.5,v 1.2 2000/11/08 13:18:28 lukem Exp $
+.\"    $NetBSD: netconfig.5,v 1.3 2000/11/17 09:43:06 lukem Exp $
 .
-.Dd November 9, 2000
+.Dd November 17, 2000
 .Dt NETCONFIG 5
 .Sh NAME
 .Nm netconfig
@@ -22,9 +22,9 @@
 Entries consist of the following fields:
 .Pp
 .Bl -tag -width network_id
-.It Ar network_id
+.It Em network_id
 The name of the transport described.
-.It Ar semantics
+.It Em semantics
 Describes the semantics of the transport. This can be one of:
 .Bl -tag -width tpi_cots_ord -offset indent
 .It Sy tpi_clts
@@ -36,7 +36,7 @@
 .It Sy tpi_raw
 A raw connection.
 .El
-.It Ar flags
+.It Em flags
 This field is  either blank (specified by
 .Dq \&- ) ,
 or contains a
@@ -44,7 +44,7 @@
 meaning visible to the
 .Xr getnetconfig 3
 function.
-.It Ar family
+.It Em family
 The protocol family of the transport. This is currently one of:
 .Bl -tag -width loopback -offset indent
 .It Sy inet6
@@ -60,15 +60,15 @@
 .Dv PF_LOCAL
 protocol family.
 .El
-.It Ar protoname
+.It Em protoname
 The name of the protocol used for this transport. Can currently be either
 .Nm udp ,
 .Nm tcp 
 or empty.
-.It Ar device
+.It Em device
 This field is always empty in
 .Nx .
-.It Ar libraries
+.It Em libraries
 This field is always empty in
 .Nx .
 .El
diff -r ae26e3d3c7dd -r 8c0023e5663b share/man/man5/networks.5
--- a/share/man/man5/networks.5 Fri Nov 17 06:51:35 2000 +0000
+++ b/share/man/man5/networks.5 Fri Nov 17 09:43:06 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: networks.5,v 1.10 2000/11/08 13:27:44 lukem Exp $
+.\"    $NetBSD: networks.5,v 1.11 2000/11/17 09:43:54 lukem Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)networks.5 8.1 (Berkeley) 6/5/93
 .\"
-.Dd November 9, 2000
+.Dd November 17, 2000
 .Dt NETWORKS 5
 .Os
 .Sh NAME
@@ -74,11 +74,11 @@
 .Pp
 These are:
 .Bl -tag -width network -offset indent -compact
-.It Ar name
+.It Em name
 Official network name
-.It Ar network
+.It Em network
 IP network number
-.It Ar alias
+.It Em alias
 Network alias
 .El
 .Pp



Home | Main Index | Thread Index | Old Index