summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ppp.8.m4
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-06-30 03:03:38 +0000
committerbrian <brian@FreeBSD.org>1997-06-30 03:03:38 +0000
commitef60b19dcaace9c184fff55869ae9f9a7a110d31 (patch)
treeee15160bdfecab36ae85204a2b33cf221517e1ab /usr.sbin/ppp/ppp.8.m4
parent0a91728bd30aa3a8c095b9aaccd62ee440e4f096 (diff)
downloadFreeBSD-src-ef60b19dcaace9c184fff55869ae9f9a7a110d31.zip
FreeBSD-src-ef60b19dcaace9c184fff55869ae9f9a7a110d31.tar.gz
Allow specification of a umask for local socket
creation in "set server" command.
Diffstat (limited to 'usr.sbin/ppp/ppp.8.m4')
-rw-r--r--usr.sbin/ppp/ppp.8.m48
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 8f01215..94b19d9 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.41 1997/06/20 23:43:34 brian Exp $
+.\" $Id: ppp.8,v 1.42 1997/06/25 19:30:03 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -1664,7 +1664,7 @@ is taken before starting at the first number again. A value of
.Dq random
may be used here too.
-.It set server|socket TcpPort|LocalName|none
+.It set server|socket TcpPort|LocalName|none [mask]
Normally, when not in interactive mode,
.Nm
listens to a tcp socket for incoming command connections. The
@@ -1679,7 +1679,9 @@ Using this command, you can specify your own port number, a
local domain socket (specified as an absolute file name), or
you can tell
.Nm
-not to accept any command connections. See also the use of
+not to accept any command connections. If a local domain socket
+is specified, you may also specify an octal mask that should be
+set before creating the socket. See also the use of
the
.Dv USR1
signal.
OpenPOWER on IntegriCloud