Fix a grammar nit.

PR:		27520
Submitted by:	Michael Lucas <mwlucas@blackhelicopters.org>
This commit is contained in:
Dima Dorfman 2001-05-22 00:29:42 +00:00
parent c4f96c5f83
commit 21fa152ffa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76948

View File

@ -65,7 +65,7 @@ The general parsing rules are:
.It
Spaces and empty lines are ignored.
.It
A # sign will mark the remaining of the line as a comment.
A # sign will mark the remainder of the line as a comment.
.It
Only one setting can be present on each line.
.El