summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-07-19 10:14:00 +0000
committerBrian Somers <brian@FreeBSD.org>2000-07-19 10:14:00 +0000
commitc8e376b582574f3239b967dbd27f11555abe36a3 (patch)
tree06aa0ec2a74eeb5fcddc8c6004ff975388c63947
parent572c5e2af78a08308ff3c46c6e1d2bc2a4df56fb (diff)
Notes
-rw-r--r--usr.sbin/ppp/ppp.819
-rw-r--r--usr.sbin/ppp/ppp.8.m419
2 files changed, 30 insertions, 8 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index 5136fa35832c..3a58f5810424 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -3244,6 +3244,13 @@ value.
See the
.Dq set authname
command below.
+.It Li COMPILATIONDATE
+This is replaced with the date on which
+.Nm
+was compiled.
+.It Li DNS0 No " & " Li DNS1
+These are replaced with the primary and secondary nameserver IP numbers.
+If nameservers are negotiated by IPCP, the values of these macros will change.
.It Li ENDDISC
This is replaced with the local endpoint discriminator value.
See the
@@ -3270,14 +3277,14 @@ This is replaced with the IP number assigned to the local interface.
This is replaced with the value of the peers endpoint discriminator.
.It Li PROCESSID
This is replaced with the current process id.
+.It Li VERSION
+This is replaced with the current version number of
+.Nm ppp .
.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 is available irrespective of whether utmp logging is enabled.
-.It Li DNS0 No " & " Li DNS1
-These are replaced with the primary and secondary nameserver IP numbers.
-If nameservers are negotiated by IPCP, the values of these macros will change.
.El
.Pp
These substitutions are also done by the
@@ -3409,7 +3416,11 @@ Identify the link to the peer using
.Ar text .
If
.Ar text
-is empty, link identification is disabled. Refer to the
+is empty, link identification is disabled.
+It is possible to use any of the words described for the
+.Ic bg
+command above.
+Refer to the
.Ic sendident
command for details of when
.Nm
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 5136fa35832c..3a58f5810424 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -3244,6 +3244,13 @@ value.
See the
.Dq set authname
command below.
+.It Li COMPILATIONDATE
+This is replaced with the date on which
+.Nm
+was compiled.
+.It Li DNS0 No " & " Li DNS1
+These are replaced with the primary and secondary nameserver IP numbers.
+If nameservers are negotiated by IPCP, the values of these macros will change.
.It Li ENDDISC
This is replaced with the local endpoint discriminator value.
See the
@@ -3270,14 +3277,14 @@ This is replaced with the IP number assigned to the local interface.
This is replaced with the value of the peers endpoint discriminator.
.It Li PROCESSID
This is replaced with the current process id.
+.It Li VERSION
+This is replaced with the current version number of
+.Nm ppp .
.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 is available irrespective of whether utmp logging is enabled.
-.It Li DNS0 No " & " Li DNS1
-These are replaced with the primary and secondary nameserver IP numbers.
-If nameservers are negotiated by IPCP, the values of these macros will change.
.El
.Pp
These substitutions are also done by the
@@ -3409,7 +3416,11 @@ Identify the link to the peer using
.Ar text .
If
.Ar text
-is empty, link identification is disabled. Refer to the
+is empty, link identification is disabled.
+It is possible to use any of the words described for the
+.Ic bg
+command above.
+Refer to the
.Ic sendident
command for details of when
.Nm