From owner-cvs-usrsbin Thu Nov 6 19:21:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA04377 for cvs-usrsbin-outgoing; Thu, 6 Nov 1997 19:21:15 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA04368; Thu, 6 Nov 1997 19:21:11 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xTeyd-0001sC-00; Thu, 6 Nov 1997 20:20:55 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.7/8.8.3) with ESMTP id UAA04026; Thu, 6 Nov 1997 20:20:49 -0700 (MST) Message-Id: <199711070320.UAA04026@harmony.village.org> To: Nate Williams Subject: Re: cvs commit: src/usr.sbin/apm apm.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-usrsbin@freebsd.org In-reply-to: Your message of "Thu, 06 Nov 1997 20:16:14 MST." <199711070316.UAA26542@rocky.mt.sri.com> References: <199711070316.UAA26542@rocky.mt.sri.com> <199711062355.PAA01561@freefall.freebsd.org> Date: Thu, 06 Nov 1997 20:20:48 -0700 From: Warner Losh Sender: owner-cvs-usrsbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199711070316.UAA26542@rocky.mt.sri.com> Nate Williams writes: : Forgive me for being naive, but what's the different between the '*' and : the '*x' commands. The man-page is less than helpful. warn will print the errno (as a string), while warnx won't: In the case of the err(), verr(), warn(), and vwarn() functions, the error message string affiliated with the current value of the global variable errno is output. Warner