diff options
author | mpp <mpp@FreeBSD.org> | 1996-02-11 22:38:05 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-02-11 22:38:05 +0000 |
commit | 3aeb7f1d49074a8872660d87d96bd1ba0e41d3e5 (patch) | |
tree | 88dc95b3030f35aa0317c9879f6efa7e9605d2d5 /usr.sbin/rtprio | |
parent | a3a752bd16c86a841f9dbe7ed1efdfbbae49f627 (diff) | |
download | FreeBSD-src-3aeb7f1d49074a8872660d87d96bd1ba0e41d3e5.zip FreeBSD-src-3aeb7f1d49074a8872660d87d96bd1ba0e41d3e5.tar.gz |
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.
Diffstat (limited to 'usr.sbin/rtprio')
-rw-r--r-- | usr.sbin/rtprio/rtprio.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/rtprio/rtprio.1 b/usr.sbin/rtprio/rtprio.1 index cf6be4a..efde241 100644 --- a/usr.sbin/rtprio/rtprio.1 +++ b/usr.sbin/rtprio/rtprio.1 @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rtprio.1,v 1.3 1994/10/02 04:48:19 davidg Exp $ +.\" $Id: rtprio.1,v 1.4 1996/01/30 13:50:29 mpp Exp $ .\" .Dd July 23, 1994 .Dt RTPRIO 1 @@ -165,7 +165,8 @@ To make depend while not disturbing other machine usage: .Xr rtprio 2 , .Xr nice 1 , .Xr ps 1 , -.Xr nice 2 , +.Xr setpriority 2 , +.Xr nice 3 , .Xr renice 8 .Sh HISTORY The |