From owner-svn-src-head@FreeBSD.ORG Sat Feb 1 12:30:00 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A3498D47; Sat, 1 Feb 2014 12:30:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90AB71988; Sat, 1 Feb 2014 12:30:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s11CU0gr057342; Sat, 1 Feb 2014 12:30:00 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s11CU0K1057341; Sat, 1 Feb 2014 12:30:00 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201402011230.s11CU0K1057341@svn.freebsd.org> From: Christian Brueffer Date: Sat, 1 Feb 2014 12:30:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r261349 - head/sbin/casperd X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 01 Feb 2014 12:30:00 -0000 Author: brueffer Date: Sat Feb 1 12:30:00 2014 New Revision: 261349 URL: http://svnweb.freebsd.org/changeset/base/261349 Log: Bring the exit status wording closer to what .Ex would produce. Fixes a typo in the process. MFC after: 1 week Modified: head/sbin/casperd/casperd.8 Modified: head/sbin/casperd/casperd.8 ============================================================================== --- head/sbin/casperd/casperd.8 Sat Feb 1 10:48:28 2014 (r261348) +++ head/sbin/casperd/casperd.8 Sat Feb 1 12:30:00 2014 (r261349) @@ -109,7 +109,10 @@ The default location of the PID file. .El .Sh EXIT STATUS -Exit status is 0 on success, and > 0 of an error occurs. +The +.Nm +daemon exits 0 on success, and >0 if an error occurs. +.Ex -std .Sh SEE ALSO .Xr cap_enter 2 , .Xr libcapsicum 3 ,