diff options
author | 2014-01-21 22:33:19 +0000 | |
---|---|---|
committer | 2014-01-21 22:33:19 +0000 | |
commit | 4ad8cdb8704eb14d0d13d42e5adc71bacdc0c3e9 (patch) | |
tree | fa24756ad7a5a2267fd2e0fb5edc8a38b773ddb6 | |
parent | Mark fuse_opt_parse()'s third argument as a point to const, to match the (diff) | |
download | wireguard-openbsd-4ad8cdb8704eb14d0d13d42e5adc71bacdc0c3e9.tar.xz wireguard-openbsd-4ad8cdb8704eb14d0d13d42e5adc71bacdc0c3e9.zip |
document that specifying ":group" (without an owner) is an extension;
ok millert sobrado
-rw-r--r-- | bin/chmod/chown.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/chmod/chown.8 b/bin/chmod/chown.8 index 19b0974546e..0aedcdc41ea 100644 --- a/bin/chmod/chown.8 +++ b/bin/chmod/chown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chown.8,v 1.16 2014/01/21 15:17:25 jmc Exp $ +.\" $OpenBSD: chown.8,v 1.17 2014/01/21 22:33:19 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -149,6 +149,12 @@ utility is compliant with the .St -p1003.1-2008 specification. .Pp +The ability to specify +.Ar group +without +.Ar owner +is an extension to that specification. +.Pp Previous versions of the .Nm utility used the dot |