diff options
author | brian <brian@FreeBSD.org> | 1998-10-27 22:53:19 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-10-27 22:53:19 +0000 |
commit | 2b23dbce042044ec20c571600164b14b7d6d6543 (patch) | |
tree | bdeb7ad8bbc3f25a037e5cd93ac55ffbe235b6b2 /usr.sbin/ppp/ppp.8 | |
parent | 40a2b1778b61c894df92557398afb05e0fc9799c (diff) | |
download | FreeBSD-src-2b23dbce042044ec20c571600164b14b7d6d6543.zip FreeBSD-src-2b23dbce042044ec20c571600164b14b7d6d6543.tar.gz |
Add ``PROCESSID'' as a constant expanded when running
commands.
Diffstat (limited to 'usr.sbin/ppp/ppp.8')
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index 22aa170..ddd3cf0 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.129 1998/10/26 19:07:39 brian Exp $ +.\" $Id: ppp.8,v 1.130 1998/10/27 22:53:18 brian Exp $ .Dd 20 September 1995 .Os FreeBSD .Dt PPP 8 @@ -2381,6 +2381,8 @@ file. This is replaced with the IP number assigned to the local interface. .It Li PEER_ENDDISC This is replaced with the value of the peers endpoint discriminator. +.It Li PROCESSID +This is replaced with the current process id. .It Li USER This is replaced with the username that has been authenticated with PAP or CHAP. Normally, this variable is assigned only in -direct mode. This value |