From owner-cvs-all@FreeBSD.ORG Sun Dec 12 23:53:51 2004 Return-Path: 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 2743316A4CE; Sun, 12 Dec 2004 23:53:51 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16F2643D2F; Sun, 12 Dec 2004 23:53:51 +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 iBCNroaP086299; Sun, 12 Dec 2004 23:53:50 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBCNroVH086298; Sun, 12 Dec 2004 23:53:50 GMT (envelope-from marius) Message-Id: <200412122353.iBCNroVH086298@repoman.freebsd.org> From: Marius Strobl Date: Sun, 12 Dec 2004 23:53:50 +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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 23:53:51 -0000 marius 2004-12-12 23:53:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) usr.bin/whois whois.1 whois.c Log: MFC whois.c: 1.42: Add a -k flag for querying whois.krnic.net (the National Internet Development Agency of Korea) which hold details of IP address allocations within Korea. MFC whois.1: 1.33: Add a -k flag for querying whois.krnic.net (the National Internet Development Agency of Korea) which hold details of IP address allocations within Korea. 1.34: Bump document date. Short MFC interval to get this into RELENG_4 before the freeze for FreeBSD 4.11. MFC ok'ed by: ceri Revision Changes Path 1.15.2.11 +8 -2 src/usr.bin/whois/whois.1 1.15.2.13 +6 -2 src/usr.bin/whois/whois.c