git: d15dbed0deea - stable/13 - chown: see also chmod.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Nov 2022 12:35:49 UTC
The branch stable/13 has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=d15dbed0deea460d6ae9ce48d74593e7a440bfed
commit d15dbed0deea460d6ae9ce48d74593e7a440bfed
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2022-08-24 18:20:58 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2022-11-02 09:37:48 +0000
chown: see also chmod.
Sponsored by: Klara, Inc.
MFC after: 1 week
(cherry picked from commit 0a9b374ecc85d483a52c2bfad548b1bbda496be3)
---
usr.sbin/chown/chown.8 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8
index 0bf549bb86d8..39c67ef4bfef 100644
--- a/usr.sbin/chown/chown.8
+++ b/usr.sbin/chown/chown.8
@@ -28,7 +28,7 @@
.\" @(#)chown.8 8.3 (Berkeley) 3/31/94
.\" $FreeBSD$
.\"
-.Dd January 7, 2017
+.Dd August 24, 2022
.Dt CHOWN 8
.Os
.Sh NAME
@@ -165,6 +165,7 @@ and
options are non-standard and their use in scripts is not recommended.
.Sh SEE ALSO
.Xr chgrp 1 ,
+.Xr chmod 1 ,
.Xr find 1 ,
.Xr chown 2 ,
.Xr fts 3 ,