Cosmetic: Be specific about using TABs in syslog.conf.

This commit is contained in:
brian 1997-10-05 10:29:32 +00:00
parent 0594f38deb
commit c627948926
2 changed files with 10 additions and 4 deletions

View File

@ -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:

View File

@ -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: