From: caspar Date: Mon, 15 Apr 2024 22:07:08 +0000 (+0000) Subject: Amend previous: improve comment X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=85d4a8a2161a4e57c444a0486ca1fb08bee060e1;p=openbsd Amend previous: improve comment --- diff --git a/bin/pax/options.c b/bin/pax/options.c index 0fac851bca0..d8b1c09951f 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.108 2024/04/15 17:33:10 jca Exp $ */ +/* $OpenBSD: options.c,v 1.109 2024/04/15 22:07:08 caspar Exp $ */ /* $NetBSD: options.c,v 1.6 1996/03/26 23:54:18 mrg Exp $ */ /*- @@ -239,9 +239,9 @@ FSUB fsub[] = { #define F_OTAR 4 /* format when called as tar -o */ #define F_TAR 5 /* format when called as tar */ #ifdef SMALL -# define DEFLT 5 /* format when called as pax: ustar */ +# define DEFLT 5 /* default write format when called as pax: ustar */ #else -# define DEFLT 10 /* format when called as pax: pax */ +# define DEFLT 10 /* default write format when called as pax: pax */ #endif /*