Module Name:    src
Committed By:   wiz
Date:           Thu Feb 16 13:51:08 UTC 2017

Modified Files:
        src/sbin/ifconfig: ifconfig.8

Log Message:
New sentence, new line.
Remove superfluous Oc and merge line to make it less likely to happen again.
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sbin/ifconfig/ifconfig.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/ifconfig/ifconfig.8
diff -u src/sbin/ifconfig/ifconfig.8:1.113 src/sbin/ifconfig/ifconfig.8:1.114
--- src/sbin/ifconfig/ifconfig.8:1.113	Thu Feb 16 08:32:21 2017
+++ src/sbin/ifconfig/ifconfig.8	Thu Feb 16 13:51:08 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ifconfig.8,v 1.113 2017/02/16 08:32:21 knakahara Exp $
+.\"	$NetBSD: ifconfig.8,v 1.114 2017/02/16 13:51:08 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -509,8 +509,7 @@ flag may be used to display long SSIDs.
 also causes received information elements to be displayed symbolically.
 The interface must be up before any scanning operation.
 Only the super-user can use this command.
-.It Cm tunnel Ar src_addr Ns Oo Ar ,src_port Oc Ar dest_addr Ns Oo Ar ,dest_port
-.Oc
+.It Cm tunnel Ar src_addr Ns Oo Ar ,src_port Oc Ar dest_addr Ns Oo Ar ,dest_port Oc
 .Pq IP tunnel devices only
 Configure the physical source and destination address for IP tunnel
 interfaces, including
@@ -535,21 +534,20 @@ Unconfigure the physical source and dest
 interfaces previously configured with
 .Cm tunnel .
 .It Cm session Ar local_session Ar remote_session
-.Oc
 .Pq L2TPv3 devices only
 Configure local session id and remote session id for L2TPv3
-interface. The length of session id is 4 bytes.
+interface.
+The length of session id is 4 bytes.
 .It Cm deletesession
 Unconfigure the local session id and remote session id for
 L2TPv3 interface previously configured with
 .Cm session .
 .It Cm cookie Ar local_cookie_length Ar local_cookie  Ar remote_cookie_length Ar remote_cookie
-.Oc
 .Pq L2TPv3 devices only
 Configure local cookie and remote cookie for L2TPv3 interface.
 The cookie length must be 4 or 8 bytes.
-Generally, cookies are mangaed by daemon. So, this command would
-be used for test or debug only.
+Generally, cookies are managed by daemon.
+So, this command would be used for test or debug only.
 .It Cm deletecookie
 Unconfigure the local cookie and remote cookie for L2TPv3
 interface previously configured with

Reply via email to