mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Document that '#' starts a comment.
PR: 85103 Submitted by: garys Obtained from: pdksh manual Patch from: Daniel Gerzo (with changes by me)
This commit is contained in:
parent
0606b9944a
commit
7d1a55fc97
1 changed files with 7 additions and 0 deletions
|
|
@ -362,6 +362,13 @@ The following is a list of valid operators:
|
|||
.It Li <& Ta Li >& Ta Li <<- Ta Li >|
|
||||
.El
|
||||
.El
|
||||
.Pp
|
||||
The character
|
||||
.Ql #
|
||||
introduces a comment if used at the beginning of a word.
|
||||
The word starting with
|
||||
.Ql #
|
||||
and the rest of the line are ignored.
|
||||
.Ss Quoting
|
||||
Quoting is used to remove the special meaning of certain characters
|
||||
or words to the shell, such as operators, whitespace, keywords,
|
||||
|
|
|
|||
Loading…
Reference in a new issue