diff options
Diffstat (limited to 'lib/libc/sys/chown.2')
-rw-r--r-- | lib/libc/sys/chown.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/chown.2 b/lib/libc/sys/chown.2 index 0f20c7d6225..95a4234f39e 100644 --- a/lib/libc/sys/chown.2 +++ b/lib/libc/sys/chown.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chown.2,v 1.5 1999/05/16 19:55:20 alex Exp $ +.\" $OpenBSD: chown.2,v 1.6 1999/06/05 04:16:07 aaron Exp $ .\" $NetBSD: chown.2,v 1.10 1995/10/12 15:40:47 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 @@ -86,11 +86,11 @@ is particularly useful when used in conjunction with the file locking primitives (see .Xr flock 2 ) . .Pp -One of the owner or group id's -may be left unchanged by specifying it as -1. +One of the owner or group IDs +may be left unchanged by specifying it as \-1. .Sh RETURN VALUES Zero is returned if the operation was successful; --1 is returned if an error occurs, with a more specific +\-1 is returned if an error occurs, with a more specific error code being placed in the global variable .Va errno . .Sh ERRORS |