Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man5 New sentence, new line; serial comma; remove ...
details: https://anonhg.NetBSD.org/src/rev/a4dcaad0a929
branches: trunk
changeset: 779253:a4dcaad0a929
user: wiz <wiz%NetBSD.org@localhost>
date: Sun May 13 15:49:43 2012 +0000
description:
New sentence, new line; serial comma; remove extra space.
>From Bug Hunting.
diffstat:
share/man/man5/netconfig.5 | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diffs (61 lines):
diff -r 41a95dc5274a -r a4dcaad0a929 share/man/man5/netconfig.5
--- a/share/man/man5/netconfig.5 Sun May 13 15:48:50 2012 +0000
+++ b/share/man/man5/netconfig.5 Sun May 13 15:49:43 2012 +0000
@@ -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 @@
.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 @@
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 @@
.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 @@
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 @@
.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
Home |
Main Index |
Thread Index |
Old Index