Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2002 23:11:43 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Dima Dorfman <dd@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/etc rc
Message-ID:  <20021012225619.K16856-100000@gamplex.bde.org>
In-Reply-To: <200210120721.g9C7LJgs083349@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 12 Oct 2002, Dima Dorfman wrote:

> dd          2002/10/12 00:21:19 PDT
>
>   Modified files:
>     etc                  rc
>   Log:
>   Aesthetics: Most (all?) other messages output at boot time have
>   trailing periods, so why shouldn't this one?
>
>   Revision  Changes    Path
>   1.322     +1 -1      src/etc/rc

Um, most don't.  Most are output by device drivers.  It is usually a
style bug for kernel messages to have a trailing period, and this bug
is missing in most devices drivers.  About half of the messages in
/etc/rc follow similar rules.  The exceptions are mostly to terminate
lists (echo '.').

The rules seem to be that error messages are not normally terminated
(note that ones printed by err() are never terminated), and that
multi-sentence paragraphs should be fully punctuated (terminating the
sentences is necessary for all except the last one in a paragraph, and
not terminating the last one looks strange).  Terminating lists is a
bit like terminating paragraphs.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021012225619.K16856-100000>