Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Fix date and punctuation.



details:   https://anonhg.NetBSD.org/src/rev/7debef7607f5
branches:  trunk
changeset: 508425:7debef7607f5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 11 18:31:23 2001 +0000

description:
Fix date and punctuation.

diffstat:

 share/man/man4/gre.4 |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (70 lines):

diff -r 4559ac499a00 -r 7debef7607f5 share/man/man4/gre.4
--- a/share/man/man4/gre.4      Wed Apr 11 18:27:10 2001 +0000
+++ b/share/man/man4/gre.4      Wed Apr 11 18:31:23 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: gre.4,v 1.13 2001/04/04 10:02:20 wiz Exp $
+.\" $NetBSD: gre.4,v 1.14 2001/04/11 18:31:23 wiz Exp $
 .\"
 .\" Copyright 1998 (c) The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd 13 September 1998
+.Dd September 13, 1998
 .Dt GRE 4
 .Os
 .Sh NAME
@@ -60,7 +60,7 @@
 .Pp
 This driver currently supports the following modes of operation:
 .Bl -tag -width abc
-.It GRE encapsulation (IP protocol number 47).
+.It GRE encapsulation (IP protocol number 47) .
 Encapsulated datagrams are
 prepended by a outer datagram and a GRE header. The GRE header specifies
 the type of the encapsulated datagram and thus allows for tunneling other
@@ -69,7 +69,7 @@
 mode of operation of the
 .Sy gre Ns Ar X
 interfaces.
-.It MOBILE encapsulation (IP protocol number 55).
+.It MOBILE encapsulation (IP protocol number 55) .
 Datagrams are
 encapsulated into IP, but with a shorter encapsulation. The original
 IP header is modified and the modifications are inserted between the
@@ -83,18 +83,18 @@
 and so on, as many as have given on the
 .Sy pseudo-device
 line in the system config file. Each interface supports a number of
-.Xr ioctl 2 Ns s,
+.Xr ioctl 2 Ns s ,
 such as:
 .Bl -tag -width aaa
-.It GRESADDRS:
+.It GRESADDRS :
 Set the IP address of the local tunnel end.
-.It GRESADDRD:
+.It GRESADDRD :
 Set the IP address of the remote tunnel end.
-.It GREGADDRS:
+.It GREGADDRS :
 Query the IP address that is set for the local tunnel end.
-.It GREGADDRD:
+.It GREGADDRD :
 Query the IP address that is set for the remote tunnel end.
-.It GRESPROTO:
+.It GRESPROTO :
 Set the operation mode to the specified IP protocol value. The
 protocol is passed to the interface in (struct ifreq)->ifr_flags.
 The operation mode can also
@@ -111,7 +111,7 @@
 positive and negative flags as e.g.
 .Ic ifconfig
 link0 -link1 -link2
-.It GREGPROTO:
+.It GREGPROTO :
 Query operation mode.
 .El
 .Pp



Home | Main Index | Thread Index | Old Index