From owner-cvs-all Tue Sep 11 4:52:56 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AC4A37B409; Tue, 11 Sep 2001 04:52:50 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8BBqoS23402; Tue, 11 Sep 2001 04:52:50 -0700 (PDT) (envelope-from sos) Message-Id: <200109111152.f8BBqoS23402@freefall.freebsd.org> From: Søren Schmidt Date: Tue, 11 Sep 2001 04:52:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/burncd burncd.8 burncd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sos 2001/09/11 04:52:50 PDT Modified files: usr.sbin/burncd burncd.8 burncd.c Log: Fixes from Ruslan Ermilov: 1. FreeBSD should be spelled with "F" and "BSD" in capitals, even in comments. 2. Please don't use hard sentence breaks. Always start a new sentence from the new line. 3. Don't use `#' or `$' in EXAMPLES; this has been fixed recently in share/examples/mdoc/ templates. 4. Nuke the prog_name variable burncd.c, use getprogname(3). Revision Changes Path 1.15 +23 -34 src/usr.sbin/burncd/burncd.8 1.15 +9 -9 src/usr.sbin/burncd/burncd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message