diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-04 16:14:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-03-04 16:14:59 +0000 |
commit | d2230d0c327a84c14104d20f9f9aa3f5e2e33163 (patch) | |
tree | 00a91f550dbee685e9466d34bafaa98aefab8122 /usr.bin/renice/renice.8 | |
parent | 6446c2d85ae88c0c6afa31f09bc02f44f5d9fcb2 (diff) |
catch things like "renice --19 6706" as an error, use warn/warnx and update sccs ids to 4.4lite while we are at it
Diffstat (limited to 'usr.bin/renice/renice.8')
-rw-r--r-- | usr.bin/renice/renice.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/renice/renice.8 b/usr.bin/renice/renice.8 index 76ed2bdb778..f6bbcbe8640 100644 --- a/usr.bin/renice/renice.8 +++ b/usr.bin/renice/renice.8 @@ -1,6 +1,6 @@ -.\" $OpenBSD: renice.8,v 1.5 1998/09/27 16:57:51 aaron Exp $ -.\" Copyright (c) 1983, 1991 The Regents of the University of California. -.\" All rights reserved. +.\" $OpenBSD: renice.8,v 1.6 1999/03/04 16:14:58 millert Exp $ +.\" Copyright (c) 1983, 1991, 1993 +.\" The Regents of the University of California. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -30,9 +30,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" from: @(#)renice.8 6.5 (Berkeley) 3/16/91 +.\" from: @(#)renice.8 8.1 (Berkeley) 6/9/93 .\" -.Dd March 16, 1991 +.Dd June 9, 1993 .Dt RENICE 8 .Os BSD 4 .Sh NAME |