mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
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
This commit is contained in:
parent
ebb1fe4006
commit
f0d6447c0b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user