diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-03-30 06:44:45 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-03-30 06:44:45 +0000 |
commit | 7353b406b71ee1701c5834d2c70eeba482f2abb6 (patch) | |
tree | 3753939a683be9566110c7871591f4095cb55a4e /lib/libc/sys/umask.2 | |
parent | e81aee4ff1f613b05626bc1aed55232335030d62 (diff) |
Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but
some other fixes included...
*at() function ERRORS description suggested by matthew@
ok deraadt@
Diffstat (limited to 'lib/libc/sys/umask.2')
-rw-r--r-- | lib/libc/sys/umask.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/umask.2 b/lib/libc/sys/umask.2 index 83402e503eb..ea3805a3faf 100644 --- a/lib/libc/sys/umask.2 +++ b/lib/libc/sys/umask.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umask.2,v 1.8 2007/05/31 19:19:34 jmc Exp $ +.\" $OpenBSD: umask.2,v 1.9 2013/03/30 06:44:44 guenther Exp $ .\" $NetBSD: umask.2,v 1.6 1995/02/27 12:39:06 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)umask.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 30 2013 $ .Dt UMASK 2 .Os .Sh NAME @@ -78,5 +78,5 @@ function is always successful. .Sh STANDARDS The .Fn umask -function call is expected to conform to -.St -p1003.1-88 . +function conforms to +.St -p1003.1-2008 . |