diff options
author | brian <brian@cvs.openbsd.org> | 1997-12-21 02:34:22 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1997-12-21 02:34:22 +0000 |
commit | 9bf4119d083087ab2ef501e3082c00b6532ea7f4 (patch) | |
tree | 8c54ef6f3daa07604c45879a89c00ded9837b391 /usr.sbin/ppp | |
parent | ef6b2fdc3e2b6c6f9e241238b13c693af86b670d (diff) |
Mention that leading whitespace is ignored when identifying comments.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/ppp.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp.8 b/usr.sbin/ppp/ppp.8 index cc4184dad14..7641e7faab3 100644 --- a/usr.sbin/ppp/ppp.8 +++ b/usr.sbin/ppp/ppp.8 @@ -1,4 +1,4 @@ -.\" $Id: ppp.8,v 1.8 1997/12/21 01:06:06 deraadt Exp $ +.\" $Id: ppp.8,v 1.9 1997/12/21 02:34:21 brian Exp $ .Dd 20 September 1995 .Os OpenBSD .Dt PPP 8 @@ -329,7 +329,8 @@ Each line contains one comment, inclusion, label or command: .It A line starting with a .Pq Dq # -character is treated as a comment line. +character is treated as a comment line. Leading whitespace are ignored +when identifying comment lines. .It An inclusion is a line beginning with the word .Sq !include . |