git: 0a9b374ecc85 - main - chown: see also chmod.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Aug 2022 18:21:56 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=0a9b374ecc85d483a52c2bfad548b1bbda496be3
commit 0a9b374ecc85d483a52c2bfad548b1bbda496be3
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-08-24 18:21:39 +0000
chown: see also chmod.
Sponsored by: Klara, Inc.
MFC after: 1 week
---
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 ,