From owner-cvs-usrbin Fri Aug 29 04:56:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA29092 for cvs-usrbin-outgoing; Fri, 29 Aug 1997 04:56:05 -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 EAA28968; Fri, 29 Aug 1997 04:54:04 -0700 (PDT) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA25373; Fri, 29 Aug 1997 04:52:53 -0700 (PDT) Date: Fri, 29 Aug 1997 04:52:53 -0700 (PDT) Message-Id: <199708291152.EAA25373@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/29 04:52:53 PDT Modified files: usr.bin/ypmatch ypmatch.1 ypmatch.c Log: Use err(3). Add Xreferences. Delay the compute of default domain. Obtained from: OpenBSD Revision Changes Path 1.6 +6 -3 src/usr.bin/ypmatch/ypmatch.1 1.5 +17 -21 src/usr.bin/ypmatch/ypmatch.c