Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sbin/ifconfig Pull up 1.41 -> 1.42 (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/dcc4695be6b4
branches:  netbsd-1-5
changeset: 489101:dcc4695be6b4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Aug 13 17:52:42 2000 +0000

description:
Pull up 1.41 -> 1.42 (approved by thorpej):
        add two letters in strategically important places, and replace
        one ifconfig by .Nm

diffstat:

 sbin/ifconfig/ifconfig.8 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r b2f809c180bd -r dcc4695be6b4 sbin/ifconfig/ifconfig.8
--- a/sbin/ifconfig/ifconfig.8  Sun Aug 13 17:29:41 2000 +0000
+++ b/sbin/ifconfig/ifconfig.8  Sun Aug 13 17:52:42 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ifconfig.8,v 1.32.4.6 2000/07/21 18:59:14 onoe Exp $
+.\"    $NetBSD: ifconfig.8,v 1.32.4.7 2000/08/13 17:52:42 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -302,7 +302,7 @@
 .Ar id
 can either be any text string up to 32 characters in length,
 or a series of hexadecimal digits up to 64 digits.
-The empty string allows the inteface to connect to any available
+The empty string allows the interface to connect to any available
 access points.
 .It Cm nwkey Ar key
 (IEEE 802.11 devices only)
@@ -382,7 +382,8 @@
 displays the current configuration for a network interface
 when no optional parameters are supplied.
 If a protocol family is specified,
-Ifconfig will report only the details specific to that protocol
+.Nm
+will report only the details specific to that protocol
 family.
 .Pp
 If the
@@ -442,7 +443,7 @@
 .Pp
 Only the super-user may modify the configuration of a network interface.
 .Sh DIAGNOSTICS
-Messages indicating the specified interface does not exit, the
+Messages indicating the specified interface does not exist, the
 requested address is unknown, or the user is not privileged and
 tried to alter an interface's configuration.
 .Sh SEE ALSO



Home | Main Index | Thread Index | Old Index