diff options
author | Caspar Schutijser <caspar@cvs.openbsd.org> | 2024-04-15 22:07:09 +0000 |
---|---|---|
committer | Caspar Schutijser <caspar@cvs.openbsd.org> | 2024-04-15 22:07:09 +0000 |
commit | e6e5975c12576a2aa9783122cf94b6f1ca58cf4b (patch) | |
tree | 6702cab6a8ed41e8011d51454e1cdcb02f3ecab0 /bin | |
parent | f468e0c22f8aaf33335c60a1b000c0bfec083d8a (diff) |
Amend previous: improve comment
Diffstat (limited to 'bin')
-rw-r--r-- | bin/pax/options.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 /* |