Make it clear that commands within labels must be indented to be

recognized.

PR:		26293
Reviewed by:	brian
This commit is contained in:
Dima Dorfman 2001-04-05 01:25:42 +00:00
parent e078cd7418
commit 25d0cc3b4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75207

View File

@ -11,7 +11,9 @@
# This file is separated into sections. Each section is named with
# a label starting in column 0 and followed directly by a ``:''. The
# section continues until the next section. Blank lines and lines
# beginning with ``#'' are ignored.
# beginning with ``#'' are ignored. All commands inside sections that do
# not begin with ``!'' (e.g., ``!include'') *must* be indented by at least
# one space or tab or they will not be recognized!
#
# Lines beginning with "!include" will ``include'' another file. You
# may want to ``!include ~/.ppp.conf'' for backwards compatibility.