From owner-cvs-src@FreeBSD.ORG Sat Feb 14 01:46:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BC6616A4CE; Sat, 14 Feb 2004 01:46:24 -0800 (PST) Received: from admin.x.com (unknown [210.172.132.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3640A43D2F; Sat, 14 Feb 2004 01:46:24 -0800 (PST) (envelope-from roam@freebsd.org) Received: from mail pickup service by admin.x.com with Microsoft SMTPSVC; Sat, 14 Feb 2004 18:46:23 +0900 Received: from mxforward02.ms.interq.net ([172.16.5.28]) by ex2kmail01.x.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 13 Feb 2004 18:29:48 +0900 Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) i1D9WE02020167 for ; Fri, 13 Feb 2004 18:32:16 +0900 (JST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id BC3E255CFF; Fri, 13 Feb 2004 01:31:58 -0800 (PST) (envelope-from owner-cvs-all@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 0301316A4D7; Fri, 13 Feb 2004 01:31:58 -0800 (PST) Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF6FD16A4CE; Fri, 13 Feb 2004 01:26:54 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A26BA43D3F; Fri, 13 Feb 2004 01:26:54 -0800 (PST) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1D9QsGe081588; Fri, 13 Feb 2004 01:26:54 -0800 (PST) (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1D9QsNv081587; Fri, 13 Feb 2004 01:26:54 -0800 (PST) (envelope-from roam) Message-Id: <200402130926.i1D9QsNv081587@repoman.freebsd.org> From: Peter Pentchev Date: Fri, 13 Feb 2004 01:26:54 -0800 (PST) To: src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org X-FreeBSD-CVS-Branch: HEAD X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-cvs-all@freebsd.org Errors-To: owner-cvs-all@freebsd.org X-OriginalArrivalTime: 13 Feb 2004 09:29:48.0960 (UTC) FILETIME=[ECEA8A00:01C3F213] Subject: cvs commit: src/libexec/bootpd bootpd.c X-BeenThere: cvs-src@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 09:46:24 -0000 roam 2004/02/13 01:26:54 PST FreeBSD src repository (doc,ports committer) Modified files: libexec/bootpd bootpd.c Log: Add the '-h hostname' to usage(), too. While I'm here, sync the usage() synopsis with the manual page synopsis: make the [-i | -s] explicit and sort the options alphabetically. Reminded by: ru MFC after: 3 days Revision Changes Path 1.22 +3 -1 src/libexec/bootpd/bootpd.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"