From owner-cvs-src@FreeBSD.ORG Sun Dec 12 23:02:45 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 52CCF16A4CE; Sun, 12 Dec 2004 23:02:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4058A43D2F; Sun, 12 Dec 2004 23:02:45 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBCN2jw1081086; Sun, 12 Dec 2004 23:02:45 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCN2j0G081085; Sun, 12 Dec 2004 23:02:45 GMT (envelope-from marius) Message-Id: <200412122302.iBCN2j0G081085@repoman.freebsd.org> From: Marius Strobl Date: Sun, 12 Dec 2004 23:02:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/usr.bin/whois whois.1 whois.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 23:02:45 -0000 marius 2004-12-12 23:02:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/whois whois.1 whois.c Log: MFC whois.c: 1.29: Mark a function as __printflike(). 1.30: Leave the `copyright' variable exposed, since the main purpose of it is to put a copyright in the object file. 1.35: Add support for identifying NORID (norwegian top level registry) handles. 1.38: Add whois.iana.org to the whois(1) utility, under the -I option. 1.39: Add whois.abuse.net to whois(1). 1.40: Add -b to usage. 1.41: Add special case for the german whois nameserver. MFC whois.1: 1.29: mdoc(7) police: markup polishing. 1.30: Add whois.iana.org to the whois(1) utility, under the -I option. 1.31: Date bump. 1.32: Add whois.abuse.net to whois(1). Revision Changes Path 1.15.2.10 +12 -4 src/usr.bin/whois/whois.1 1.15.2.12 +26 -6 src/usr.bin/whois/whois.c