diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-08 17:15:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-02-08 17:15:12 +0000 |
commit | 80c3d3f5d73d8ef04d5c987f5def65b5c90ada63 (patch) | |
tree | a42ae36c3b0a09c8bc3de63de27cfb2103db69f9 /bin/sleep | |
parent | d6b70e033b514b6cff957e114f6cdcd7c55ac954 (diff) |
bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;
Diffstat (limited to 'bin/sleep')
-rw-r--r-- | bin/sleep/sleep.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index 6766ebe77c1..51ee21c956a 100644 --- a/bin/sleep/sleep.1 +++ b/bin/sleep/sleep.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sleep.1,v 1.16 2007/05/31 19:19:15 jmc Exp $ +.\" $OpenBSD: sleep.1,v 1.17 2009/02/08 17:15:09 jmc Exp $ .\" $NetBSD: sleep.1,v 1.9 1995/07/25 19:37:43 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)sleep.1 8.3 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 8 2009 $ .Dt SLEEP 1 .Os .Sh NAME @@ -116,7 +116,7 @@ An error occurred. The .Nm utility is compliant with the -.St -p1003.1-2004 +.St -p1003.1-2008 specification. .Pp The handling of fractional arguments is provided as an extension to that |