Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 use "Op Ar count" rather than hardcoded number



details:   https://anonhg.NetBSD.org/src/rev/ca85a17a208e
branches:  trunk
changeset: 485115:ca85a17a208e
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Apr 19 09:42:24 2000 +0000

description:
use "Op Ar count" rather than hardcoded number

diffstat:

 share/man/man4/faith.4 |  6 +++---
 share/man/man4/gif.4   |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 194ffe6ba5c9 -r ca85a17a208e share/man/man4/faith.4
--- a/share/man/man4/faith.4    Wed Apr 19 08:44:31 2000 +0000
+++ b/share/man/man4/faith.4    Wed Apr 19 09:42:24 2000 +0000
@@ -1,5 +1,5 @@
-.\"    $NetBSD: faith.4,v 1.4 2000/04/19 05:31:29 itojun Exp $
-.\"    $KAME: faith.4,v 1.3 2000/04/14 09:09:50 itojun Exp $
+.\"    $NetBSD: faith.4,v 1.5 2000/04/19 09:42:24 itojun Exp $
+.\"    $KAME: faith.4,v 1.4 2000/04/19 09:39:42 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
 .\" All rights reserved.
@@ -36,7 +36,7 @@
 .Nd
 .Tn IPv6-to-IPv4 TCP relay capturing network device
 .Sh SYNOPSIS
-.Cd "pseudo-device faith 1"
+.Cd "pseudo-device faith" Op Ar count
 .Sh DESCRIPTION
 The
 .Nm
diff -r 194ffe6ba5c9 -r ca85a17a208e share/man/man4/gif.4
--- a/share/man/man4/gif.4      Wed Apr 19 08:44:31 2000 +0000
+++ b/share/man/man4/gif.4      Wed Apr 19 09:42:24 2000 +0000
@@ -1,5 +1,5 @@
-.\"    $NetBSD: gif.4,v 1.7 2000/04/19 06:31:49 itojun Exp $
-.\"    $KAME: gif.4,v 1.13 2000/04/17 12:09:30 itojun Exp $
+.\"    $NetBSD: gif.4,v 1.8 2000/04/19 09:42:24 itojun Exp $
+.\"    $KAME: gif.4,v 1.15 2000/04/19 09:39:42 itojun Exp $
 .\"
 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
 .\" All rights reserved.
@@ -36,7 +36,7 @@
 .Nd
 .Tn Generic tunnel network device
 .Sh SYNOPSIS
-.Cd "pseudo-device gif 4"
+.Cd "pseudo-device gif" Op Ar count
 .Sh DESCRIPTION
 The
 .Nm
@@ -148,7 +148,7 @@
 .Ss ECN friendly behavior
 .Nm
 can be configured to be ECN friendly, as described in
-.Dv draft-ipsec-ecn-00.txt .
+.Dv draft-ietf-ipsec-ecn-02.txt .
 This is turned off by default, and can be turned on by
 .Dv IFF_LINK1
 interface flag.



Home | Main Index | Thread Index | Old Index