diff options
author | 2018-07-19 19:16:36 +0000 | |
---|---|---|
committer | 2018-07-19 19:16:36 +0000 | |
commit | a73f07079798f880ecfa894edaec4d9a17319901 (patch) | |
tree | 973d04279242a1351b327662b2221e506ef09971 | |
parent | Enable kernel profiling on arm64 (diff) | |
download | wireguard-openbsd-a73f07079798f880ecfa894edaec4d9a17319901.tar.xz wireguard-openbsd-a73f07079798f880ecfa894edaec4d9a17319901.zip |
i found a nicer way to describe -join;
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 70116b632d1..fc7cdb6fc28 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.311 2018/07/13 09:06:58 kn Exp $ +.\" $OpenBSD: ifconfig.8,v 1.312 2018/07/19 19:16:36 jmc 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 $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: July 13 2018 $ +.Dd $Mdocdate: July 19 2018 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -948,9 +948,10 @@ or .Cm nwkey arguments should be specified on the same line. .It Cm -join Op Ar id -Remove all networks from the list of auto-join networks, +Remove all networks, or the network with NWID -.Ar id . +.Ar id , +from the list of auto-join networks. .It Cm nwflag Ar flag Set specified flag. The flag name can be either |