aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhan-Wei <david5061@gapp.nthu.edu.tw>2023-12-26 17:08:58 +0000
committerWarner Losh <imp@FreeBSD.org>2023-12-26 17:24:24 +0000
commitf0d6447c0b771cec9a8b47b1f829ec78f7e58ee4 (patch)
tree9f42c4554e7760b03a14dace47152f703c72a13c
parentebb1fe40061500ccbdae3c804bf6bd2b9ea0a9c8 (diff)
downloadsrc-f0d6447c0b771cec9a8b47b1f829ec78f7e58ee4.tar.gz
src-f0d6447c0b771cec9a8b47b1f829ec78f7e58ee4.zip
pax: Add missing 'for' in comment.
Event: Advanced UNIX Programming Course (Fall23) at NTHU. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/941
-rw-r--r--bin/pax/pax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/pax.c b/bin/pax/pax.c
index 70611e54be95..e8e758f16650 100644
--- a/bin/pax/pax.c
+++ b/bin/pax/pax.c
@@ -69,7 +69,7 @@ int nflag; /* select first archive member match */
int tflag; /* restore access time after read */
int uflag; /* ignore older modification time files */
int vflag; /* produce verbose output */
-int Dflag; /* same as uflag except inode change time */
+int Dflag; /* same as uflag except for inode change time */
int Hflag; /* follow command line symlinks (write only) */
int Lflag; /* follow symlinks when writing */
int Oflag; /* limit to single volume */