The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=f0d6447c0b771cec9a8b47b1f829ec78f7e58ee4

commit f0d6447c0b771cec9a8b47b1f829ec78f7e58ee4
Author:     Zhan-Wei <[email protected]>
AuthorDate: 2023-12-26 17:08:58 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2023-12-26 17:24:24 +0000

    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
---
 bin/pax/pax.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */

Reply via email to