Module Name: src
Committed By: wiz
Date: Sun May 13 15:49:43 UTC 2012
Modified Files:
src/share/man/man5: netconfig.5
Log Message:
New sentence, new line; serial comma; remove extra space.
>From Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man5/netconfig.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man5/netconfig.5
diff -u src/share/man/man5/netconfig.5:1.7 src/share/man/man5/netconfig.5:1.8
--- src/share/man/man5/netconfig.5:1.7 Wed Mar 11 13:50:39 2009
+++ src/share/man/man5/netconfig.5 Sun May 13 15:49:43 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: netconfig.5,v 1.7 2009/03/11 13:50:39 joerg Exp $
+.\" $NetBSD: netconfig.5,v 1.8 2012/05/13 15:49:43 wiz Exp $
.Dd November 17, 2000
.Dt NETCONFIG 5
.Os
@@ -12,7 +12,8 @@ The
.Nm
file defines a list of
.Dq transport names ,
-describing their semantics and protocol. In
+describing their semantics and protocol.
+In
.Nx ,
this file is only used by the RPC library code.
.Pp
@@ -37,7 +38,7 @@ Connection-oriented, ordered transport.
A raw connection.
.El
.It Em flags
-This field is either blank (specified by
+This field is either blank (specified by
.Dq \&- ) ,
or contains a
.Dq v ,
@@ -45,7 +46,8 @@ meaning visible to the
.Xr getnetconfig 3
function.
.It Em family
-The protocol family of the transport. This is currently one of:
+The protocol family of the transport.
+This is currently one of:
.Bl -tag -width loopback -offset indent
.It Sy inet6
The IPv6
@@ -61,9 +63,10 @@ The
protocol family.
.El
.It Em protoname
-The name of the protocol used for this transport. Can currently be either
+The name of the protocol used for this transport.
+Can currently be either
.Nm udp ,
-.Nm tcp
+.Nm tcp ,
or empty.
.It Em device
This field is always empty in
@@ -75,7 +78,8 @@ This field is always empty in
.Pp
The order of entries in this file will determine which transport will
be preferred by the RPC library code, given a match on a specified
-network type. For example, if a sample network config file would
+network type.
+For example, if a sample network config file would
look like this:
.Pp
.Bd -literal -offset indent