diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-18 10:14:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-07-18 10:14:51 +0000 |
commit | 36697312deef3a478248f46055b72f47517ddea9 (patch) | |
tree | f1e85a165a8237f88c34279a0cfdf35c7f62581d /lib/libc/gen/nice.3 | |
parent | 35de9023185909ed21dc6a8b748a6568f3138910 (diff) |
HISTORY; tweaks and ok sobrado@ jmc@
Diffstat (limited to 'lib/libc/gen/nice.3')
-rw-r--r-- | lib/libc/gen/nice.3 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3 index aa6ff97a54f..6139878764c 100644 --- a/lib/libc/gen/nice.3 +++ b/lib/libc/gen/nice.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nice.3,v 1.17 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: nice.3,v 1.18 2013/07/18 10:14:48 schwarze Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 18 2013 $ .Dt NICE 3 .Os .Sh NAME @@ -84,5 +84,9 @@ has the same failure conditions as .Sh HISTORY A .Fn nice -system call appeared in -.At v6 . +system call first appeared in +.At v3 . +It has accepted an +.Fa incr +argument since +.At v4 . |