Skip to content

Commit

Permalink
pax: Add missing 'for' in comment.
Browse files Browse the repository at this point in the history
Event: Advanced UNIX Programming Course (Fall23) at NTHU.
Reviewed by: imp
Pull Request: #941
  • Loading branch information
johnson6841 authored and bsdimp committed Dec 26, 2023
1 parent ebb1fe4 commit f0d6447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pax/pax.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f0d6447

Please sign in to comment.