Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 2023 17:48:27 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: f0d6447c0b77 - main - pax: Add missing 'for' in comment.
Message-ID:  <202312261748.3BQHmR6b080593@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

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

commit f0d6447c0b771cec9a8b47b1f829ec78f7e58ee4
Author:     Zhan-Wei <david5061@gapp.nthu.edu.tw>
AuthorDate: 2023-12-26 17:08:58 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312261748.3BQHmR6b080593>