From 4ecda2ed63f7ad915e7ef90f2934c48aebb05b3e Mon Sep 17 00:00:00 2001 From: xtraeme Date: Fri, 25 Jan 2008 00:05:35 +0000 Subject: [PATCH] Fixed two warnings: - Missing .El directive. - Fix .Bl width argument. Not being wizd yet, but I try... --- usr.sbin/schedctl/schedctl.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.sbin/schedctl/schedctl.8 b/usr.sbin/schedctl/schedctl.8 index f9c908546e99..0d96ffd7fb0b 100644 --- a/usr.sbin/schedctl/schedctl.8 +++ b/usr.sbin/schedctl/schedctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: schedctl.8,v 1.1 2008/01/24 19:34:06 rmind Exp $ +.\" $NetBSD: schedctl.8,v 1.2 2008/01/25 00:05:35 xtraeme Exp $ .\" .\" Copyright (c) 2008 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -69,7 +69,7 @@ Processors are defined as numbers (starting from zero) and separated by commas. Value of -1 is used to unset the affinity. .It Fl C Ar class Scheduling class (policy) might be: -.Bl -tag -width 0: SCHED_OTHER +.Bl -tag -width SCHEDOTHERXX .It Dv 0: SCHED_OTHER Time-sharing (TS) scheduling policy. The default policy in @@ -86,6 +86,7 @@ For all scheduling classes, priority might be set to any value in the range from (0) to .Dv SCHED_PRI_MAX (63). +.El .Pp .Sh EXAMPLES Show scheduling information about process whose ID is '123':