New sentence, new line.
Remove superfluous Oc and merge line to make it less likely to happen again. Fix typo.
This commit is contained in:
parent
b1d41f724d
commit
d0da83b571
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ifconfig.8,v 1.113 2017/02/16 08:32:21 knakahara Exp $
|
||||
.\" $NetBSD: ifconfig.8,v 1.114 2017/02/16 13:51:08 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1983, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -509,8 +509,7 @@ flag may be used to display long SSIDs.
|
||||
also causes received information elements to be displayed symbolically.
|
||||
The interface must be up before any scanning operation.
|
||||
Only the super-user can use this command.
|
||||
.It Cm tunnel Ar src_addr Ns Oo Ar ,src_port Oc Ar dest_addr Ns Oo Ar ,dest_port
|
||||
.Oc
|
||||
.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
|
||||
@ -535,21 +534,20 @@ Unconfigure the physical source and destination address for IP tunnel
|
||||
interfaces previously configured with
|
||||
.Cm tunnel .
|
||||
.It Cm session Ar local_session Ar remote_session
|
||||
.Oc
|
||||
.Pq L2TPv3 devices only
|
||||
Configure local session id and remote session id for L2TPv3
|
||||
interface. The length of session id is 4 bytes.
|
||||
interface.
|
||||
The length of session id is 4 bytes.
|
||||
.It Cm deletesession
|
||||
Unconfigure the local session id and remote session id for
|
||||
L2TPv3 interface previously configured with
|
||||
.Cm session .
|
||||
.It Cm cookie Ar local_cookie_length Ar local_cookie Ar remote_cookie_length Ar remote_cookie
|
||||
.Oc
|
||||
.Pq L2TPv3 devices only
|
||||
Configure local cookie and remote cookie for L2TPv3 interface.
|
||||
The cookie length must be 4 or 8 bytes.
|
||||
Generally, cookies are mangaed by daemon. So, this command would
|
||||
be used for test or debug only.
|
||||
Generally, cookies are managed by daemon.
|
||||
So, this command would be used for test or debug only.
|
||||
.It Cm deletecookie
|
||||
Unconfigure the local cookie and remote cookie for L2TPv3
|
||||
interface previously configured with
|
||||
|
Loading…
Reference in New Issue
Block a user