mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make an example command correct and copyable to terminal.
Submitted by: ru
This commit is contained in:
parent
f6883559be
commit
78b6fc8d2d
1 changed files with 3 additions and 1 deletions
|
|
@ -224,7 +224,9 @@ form of this message is
|
|||
For example, the following command will configure the node to initiate
|
||||
the next session in the proprietary 3Com mode:
|
||||
.Pp
|
||||
.Dl ngctl msg fxp0:orphans pppoe_setmode "3Com"
|
||||
.Bd -literal -offset indent
|
||||
ngctl msg fxp0:orphans pppoe_setmode '"3Com"'
|
||||
.Ed
|
||||
.El
|
||||
.Sh SHUTDOWN
|
||||
This node shuts down upon receipt of a
|
||||
|
|
|
|||
Loading…
Reference in a new issue