diff options
author | 1998-06-08 06:39:59 +0000 | |
---|---|---|
committer | 1998-06-08 06:39:59 +0000 | |
commit | 4240d072c7b11ae3c257b731c59f2561616bf65a (patch) | |
tree | 3bb347b84a56be7ac5f98a3235dd86e2fa03d912 | |
parent | Move `md_copy_kernel' to earlier in the file to prevent warning (diff) | |
download | wireguard-openbsd-4240d072c7b11ae3c257b731c59f2561616bf65a.tar.xz wireguard-openbsd-4240d072c7b11ae3c257b731c59f2561616bf65a.zip |
typo
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index a5e81e4764e..4c46a1b69ea 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.9 1998/03/17 08:10:19 deraadt Exp $ +.\" $OpenBSD: ifconfig.8,v 1.10 1998/06/08 06:39:59 deraadt Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -312,7 +312,7 @@ Assign the Appletalk network 39108 and server node 128 with a network range of 39107-39109 to interface fxp0 on a phase 2 AppleTalk network. .El .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 |