From owner-svn-src-head@FreeBSD.ORG Thu Nov 27 19:05:25 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14E041065670; Thu, 27 Nov 2008 19:05:25 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 83B108FC08; Thu, 27 Nov 2008 19:05:24 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (localhost.localdomain [127.0.0.1]) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id mARJ5LK1021091 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 27 Nov 2008 21:05:21 +0200 Received: (from keramida@localhost) by igloo.linux.gr (8.14.3/8.14.3/Submit) id mARJ5L9c021090; Thu, 27 Nov 2008 21:05:21 +0200 X-Authentication-Warning: igloo.linux.gr: keramida set sender to keramida@freebsd.org using -f Date: Thu, 27 Nov 2008 21:05:21 +0200 From: Giorgos Keramidas To: Robert Watson , keramida@freebsd.org Message-ID: <20081127190520.GA19542@igloo.linux.gr> References: <200811270842.mAR8gwi3080974@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200811270842.mAR8gwi3080974@svn.freebsd.org> X-MailScanner-ID: mARJ5LK1021091 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 5, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r185362 - head/share/man/man9 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2008 19:05:25 -0000 On 2008-11-27 08:42, Robert Watson wrote: > Author: rwatson > Date: Thu Nov 27 08:42:58 2008 > New Revision: 185362 > URL: http://svn.freebsd.org/changeset/base/185362 > > Log: > Revert r184509: don't encourage the use of sysexits.h with err() and > errx(),, as there seems to be a general preference against this > practice. Thanks :) The err.3 manpage needs fixing too then, because it contains EXAMPLES with sysexits.h codes. I'm currently restoring my laptop from backups, so I am a bit reluctant to trust its installation of subversion-freebsd until I have checked that the restore was successful. If you don't get around to fixing the err.3 examples until I'm fully online, I can do it :)