Source-Changes-HG archive

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

[src/trunk]: src/sbin/ifconfig Fix the format of ifconfig linkstr; it takes a...



details:   https://anonhg.NetBSD.org/src/rev/13627ef19ed3
branches:  trunk
changeset: 445847:13627ef19ed3
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Nov 15 04:37:20 2018 +0000

description:
Fix the format of ifconfig linkstr; it takes an argument

diffstat:

 sbin/ifconfig/ifconfig.8 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2080ec8de975 -r 13627ef19ed3 sbin/ifconfig/ifconfig.8
--- a/sbin/ifconfig/ifconfig.8  Thu Nov 15 04:36:46 2018 +0000
+++ b/sbin/ifconfig/ifconfig.8  Thu Nov 15 04:37:20 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ifconfig.8,v 1.115 2018/07/31 20:54:18 sevan Exp $
+.\"    $NetBSD: ifconfig.8,v 1.116 2018/11/15 04:37:20 ozaki-r Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)ifconfig.8 8.4 (Berkeley) 6/1/94
 .\"
-.Dd July 31, 2018
+.Dd November 15, 2018
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -528,7 +528,7 @@
 for more information.
 .It Fl link[0-2]
 Disable special processing at the link level with the specified interface.
-.It Cm linkstr
+.It Cm linkstr Ar str
 Set a link-level string parameter for the interface.
 This functionality varies from interface to interface.
 Refer to the man page for the specific driver



Home | Main Index | Thread Index | Old Index