From 4ce91cbef917ccbe2f5040f3d676d36e329953a6 Mon Sep 17 00:00:00 2001 From: jca Date: Wed, 17 Apr 2024 10:19:17 +0000 Subject: [PATCH] Fixup comment Spotted by caspar@ earlier --- bin/pax/options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pax/options.c b/bin/pax/options.c index 54c6b3050ec..663aea207f4 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options.c,v 1.112 2024/04/16 23:09:35 jca Exp $ */ +/* $OpenBSD: options.c,v 1.113 2024/04/17 10:19:17 jca Exp $ */ /* $NetBSD: options.c,v 1.6 1996/03/26 23:54:18 mrg Exp $ */ /*- @@ -241,7 +241,7 @@ FSUB fsub[] = { # define F_TAR 5 /* default write format when called as tar: ustar */ # define DEFLT 5 /* default write format when called as pax: ustar */ #else -# define F_TAR 10 /* default write format when called as tar: ustar */ +# define F_TAR 10 /* default write format when called as tar: pax */ # define DEFLT 10 /* default write format when called as pax: pax */ #endif -- 2.20.1