diff options
Diffstat (limited to 'lib/libc/sys/chmod.2')
-rw-r--r-- | lib/libc/sys/chmod.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/chmod.2 b/lib/libc/sys/chmod.2 index 6821f5df14a..3f601608842 100644 --- a/lib/libc/sys/chmod.2 +++ b/lib/libc/sys/chmod.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.2,v 1.22 2013/04/01 20:16:31 guenther Exp $ +.\" $OpenBSD: chmod.2,v 1.23 2013/07/17 05:42:11 schwarze Exp $ .\" $NetBSD: chmod.2,v 1.7 1995/02/27 12:32:06 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)chmod.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: April 1 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt CHMOD 2 .Os .Sh NAME @@ -269,7 +269,7 @@ system call first appeared in .At v1 ; .Fn fchmod in -.Bx 4.2 ; +.Bx 4.1c ; and .Fn fchmodat has been available since |