History log of /freebsd-10.1-release/usr.sbin/rtprio/rtprio.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 241061 30-Sep-2012 eadler

Document the security.bsd.unprivileged_idprio in idprio(1) in addition
to rtprio(2).

Approved by: wblock
MFC after: 3 days


# 208027 13-May-2010 uqs

mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
bottom of the manpages and order them consistently.

GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.

Found by: mdocml lint run
Reviewed by: ru


# 140442 18-Jan-2005 ru

Sort sections.


# 140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


# 140295 15-Jan-2005 ru

Eliminate macro calls inside literal displays.


# 131500 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 95127 20-Apr-2002 charnier

Use `The .Nm utility'


# 79755 15-Jul-2001 dd

Remove whitespace at EOL.


# 71898 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 69027 22-Nov-2000 ru

mdoc(7) police: do not split author names in the AUTHORS section.


# 68965 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 68716 14-Nov-2000 ru

Use Fx macro wherever possible.


# 57673 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


# 53769 27-Nov-1999 charnier

Use DIAGNOSTICS instead of incorrect section name


# 50479 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 50000 18-Aug-1999 chris

Fix a bunch of broken cross-references


# 34809 23-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


# 34492 11-Mar-1998 jkh

Update man page to note that idleprio can't be used by normal
users either.


# 32062 28-Dec-1997 jraynard

Fix a couple of stray apostrophes.


# 30379 13-Oct-1997 charnier

Use err(3). Sync usage string and man page.


# 23476 07-Mar-1997 mpp

Oops, had a couple of extra parens in a couple of lines.


# 23475 07-Mar-1997 mpp

Clean this man page up. Don't use hardcoded font escape codes.
Other mdoc cleanup.


# 22997 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21880 19-Jan-1997 wosch

Sort cross references.


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 17786 22-Aug-1996 mpp

Use the .Fx macro where appropriate.


# 14038 11-Feb-1996 mpp

Correct a bunch of man page cross references and generally
try and silence "manck".

ncurses, rpc, and some of the gnu stuff are still a big mess, however.


# 13744 30-Jan-1996 mpp

Fix a bunch of spelling errors in a bunch of man pages.


# 3291 02-Oct-1994 dg

"idle priority" support. Based on code from Henrik Vestergaard Draboel,
but substantially rewritten by me.


# 3091 25-Sep-1994 jkh

Clean up typos in this manpage.


# 2447 01-Sep-1994 dg

rtprio(1) utility to modify realtime priority of a process.

Submitted by: Henrik Vestergaard Draboel