diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-07-14 14:47:15 +0000 |
commit | 490d5836b5ab0c76675986696b1637fff97dfae2 (patch) | |
tree | 1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /usr.sbin/chown/chown.8 | |
parent | fb9f73c4dd34b5748d573f1eb7edad1b4e0a3666 (diff) |
The .Nm utility
Notes
Notes:
svn path=/head/; revision=99968
Diffstat (limited to 'usr.sbin/chown/chown.8')
-rw-r--r-- | usr.sbin/chown/chown.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8 index b10b59a402d3..1add3daf65be 100644 --- a/usr.sbin/chown/chown.8 +++ b/usr.sbin/chown/chown.8 @@ -56,8 +56,9 @@ .No : Ns Ar group .Ar .Sh DESCRIPTION -.Nm Chown -changes the user ID and/or the group ID of the specified files. +The +.Nm +utility changes the user ID and/or the group ID of the specified files. Symbolic links named by arguments are silently left unchanged unless .Fl h is used. @@ -150,11 +151,11 @@ option is non-standard and its use in scripts is not recommended. .Sh STANDARDS The .Nm -command is expected to be +utility is expected to be .St -p1003.2 compliant. .Sh HISTORY A .Nm -command appeared in +utility appeared in .At v1 . |