From owner-cvs-usrbin Sun Aug 31 23:09:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA08998 for cvs-usrbin-outgoing; Sun, 31 Aug 1997 23:09:42 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA08911; Sun, 31 Aug 1997 23:07:58 -0700 (PDT) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA02327; Sun, 31 Aug 1997 23:06:25 -0700 (PDT) Date: Sun, 31 Aug 1997 23:06:25 -0700 (PDT) Message-Id: <199709010606.XAA02327@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/ypmatch ypmatch.1 ypmatch.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/08/31 23:06:24 PDT Modified files: (Branch: RELENG_2_2) usr.bin/ypmatch ypmatch.1 ypmatch.c Log: MFC: Use err(3). Add references to others man pages. Wait for the user to supply the domain before computing a default one. Revision Changes Path 1.3.2.1 +6 -3 src/usr.bin/ypmatch/ypmatch.1 1.2.6.1 +18 -20 src/usr.bin/ypmatch/ypmatch.c