summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8.m4
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-01-29 01:35:06 +0000
committerbrian <brian@FreeBSD.org>2001-01-29 01:35:06 +0000
commita814a5c65302a3e23434ad3b038e8067f0162df9 (patch)
tree289e5d91b5f2196492ecc29311ba656cd44c5cb1 /usr.sbin/ppp/ppp.8.m4
parent5728ea1f1d0346a88fd4dd9f320ddf922cd13dad (diff)
downloadFreeBSD-src-a814a5c65302a3e23434ad3b038e8067f0162df9.zip
FreeBSD-src-a814a5c65302a3e23434ad3b038e8067f0162df9.tar.gz
Only remove socket files with ``set server open''.
Only show the mask in ``show bundle'' when it's been specified. Complain about unexpected arguments after ``set server {none,open,closed}'' Log re-open failures as warnings rather than phase messages. Fix some markup for the ``set server'' man page description.
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r--usr.sbin/ppp/ppp.8.m413
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 4d41a4d..34045f3 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -5148,7 +5148,10 @@ The optimum value is just over twice the MTU value.
If
.Ar value
is unspecified or zero, the default kernel controlled value is used.
-.It "set server|socket" Ar TcpPort|LocalName|none|open|closed Op password Op Ar mask
+.It "set server|socket" Ar TcpPort Ns No \&| Ns Xo
+.Ar LocalName Ns No |none|open|closed
+.Op password Op Ar mask
+.Xc
This command tells
.Nm
to listen on the given socket or
@@ -5156,17 +5159,17 @@ to listen on the given socket or
for incoming command connections.
.Pp
The word
-.Ar none
+.Dq none
instructs
.Nm
to close any existing socket and clear the socket configuration.
The word
-.Ar open
+.Dq open
instructs
.Nm
to attempt to re-open the port.
The word
-.Ar closed
+.Dq closed
instructs
.Nm
to close the open port.
@@ -5175,7 +5178,7 @@ If you wish to specify a local domain socket,
.Ar LocalName
must be specified as an absolute file name, otherwise it is assumed
to be the name or number of a TCP port.
-You must specify the octal umask to be used with a local domain socket.
+You may specify the octal umask to be used with a local domain socket.
Refer to
.Xr umask 2
for umask details.
OpenPOWER on IntegriCloud