Module Name:    src
Committed By:   kefren
Date:           Sat Nov  9 13:10:35 UTC 2013

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

Log Message:
Bring tunnel src_addr and dst_addr on the same line


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 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.104 src/sbin/ifconfig/ifconfig.8:1.105
--- src/sbin/ifconfig/ifconfig.8:1.104	Sat Jan 28 15:01:44 2012
+++ src/sbin/ifconfig/ifconfig.8	Sat Nov  9 13:10:35 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ifconfig.8,v 1.104 2012/01/28 15:01:44 mbalmer Exp $
+.\"	$NetBSD: ifconfig.8,v 1.105 2013/11/09 13:10:35 kefren Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -504,8 +504,8 @@ flag may be used to display long SSIDs.
 .Fl v
 also causes received information elements to be displayed symbolically.
 Only the super-user can use this command.
-.It Cm tunnel Ar src_addr Ns Op Ar ,src_port
-.Ar dest_addr Ns Op Ar ,dest_port
+.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

Reply via email to