summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ppp/ppp.87
-rw-r--r--usr.sbin/ppp/ppp.8.m47
2 files changed, 10 insertions, 4 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8
index 0b9cfd9..6d216a0 100644
--- a/usr.sbin/ppp/ppp.8
+++ b/usr.sbin/ppp/ppp.8
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.67 1997/09/22 23:59:15 brian Exp $
+.\" $Id: ppp.8,v 1.68 1997/09/25 00:52:36 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -192,7 +192,10 @@ To make output go to this file, put the following lines in the
file:
.Dl !ppp
-.Dl *.* /var/log/ppp.log
+.Dl *.*<TAB>/var/log/ppp.log
+
+Make sure you use actual TABs here. If you use spaces, the line will be
+silently ignored.
It is possible to have more than one ppp log file by creating a link
to the ppp executable:
diff --git a/usr.sbin/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp.8.m4
index 0b9cfd9..6d216a0 100644
--- a/usr.sbin/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp.8.m4
@@ -1,4 +1,4 @@
-.\" $Id: ppp.8,v 1.67 1997/09/22 23:59:15 brian Exp $
+.\" $Id: ppp.8,v 1.68 1997/09/25 00:52:36 brian Exp $
.Dd 20 September 1995
.Os FreeBSD
.Dt PPP 8
@@ -192,7 +192,10 @@ To make output go to this file, put the following lines in the
file:
.Dl !ppp
-.Dl *.* /var/log/ppp.log
+.Dl *.*<TAB>/var/log/ppp.log
+
+Make sure you use actual TABs here. If you use spaces, the line will be
+silently ignored.
It is possible to have more than one ppp log file by creating a link
to the ppp executable:
OpenPOWER on IntegriCloud