Date: Sat, 31 Dec 2005 13:50:06 GMT From: Daniel Gerzo <danger@rulez.sk> To: freebsd-doc@FreeBSD.org Subject: Re: docs/85103: sh(1) manpage doesn't contain the word "comment", etc. Message-ID: <200512311350.jBVDo6Qb082507@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/85103; it has been noted by GNATS. From: Daniel Gerzo <danger@rulez.sk> To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/85103: sh(1) manpage doesn't contain the word "comment", etc. Date: Sat, 31 Dec 2005 14:44:10 +0100 --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, Here is diff. -- Sincerely, Daniel Gerzo --DocE+STaALJfprDB Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sh.1.diff" --- sh.1.orig Fri Dec 30 23:28:16 2005 +++ sh.1 Sat Dec 31 00:14:13 2005 @@ -358,6 +358,12 @@ .It Li <& Ta Li >& Ta Li <<- Ta Li >| .El .El +.Pp +.Ql # +introduces a comment if used at the beginning of the word. +Everything after the +.Ql # +up to the nearest newline is ignored. .Ss Quoting Quoting is used to remove the special meaning of certain characters or words to the shell, such as operators, whitespace, keywords, --DocE+STaALJfprDB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512311350.jBVDo6Qb082507>