From owner-freebsd-doc@FreeBSD.ORG Sat Dec 31 13:50:07 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D9C916A41F for ; Sat, 31 Dec 2005 13:50:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE92343D4C for ; Sat, 31 Dec 2005 13:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBVDo6cl082508 for ; Sat, 31 Dec 2005 13:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBVDo6Qb082507; Sat, 31 Dec 2005 13:50:06 GMT (envelope-from gnats) Date: Sat, 31 Dec 2005 13:50:06 GMT Message-Id: <200512311350.jBVDo6Qb082507@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Daniel Gerzo Cc: Subject: Re: docs/85103: sh(1) manpage doesn't contain the word "comment", etc. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Gerzo List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2005 13:50:07 -0000 The following reply was made to PR docs/85103; it has been noted by GNATS. From: Daniel Gerzo 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--