Skip to content
Snippets Groups Projects
Commit b7873dbb authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Note line length limit.

parent d35d3b20
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,10 @@ than once, the last appearance in the
file is used).
.LP
If a line begins with white space, it is considered a continuation
of the previous line. Blank lines and comment lines beginning with
of the previous line. No physical line should be over 2000 bytes
long.
.LP
Blank lines and comment lines beginning with
a `#' character are ignored. Note: continuation lines are unwrapped
before comment processing is applied.
.LP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment