From 936455ecbcc375e4092058d61d44d17754bec1ba Mon Sep 17 00:00:00 2001 From: yamt <yamt@NetBSD.org> Date: Sun, 14 Mar 2004 23:05:09 +0000 Subject: [PATCH] "Upcall handlers should be registered" -> "An upcall handler ..." as only one handler can be registered. --- lib/libc/sys/sa_enable.2 | 4 ++-- lib/libc/sys/sa_setconcurrency.2 | 4 ++-- lib/libc/sys/sa_stacks.2 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libc/sys/sa_enable.2 b/lib/libc/sys/sa_enable.2 index 892f3dafd7f0..c125d71746e7 100644 --- a/lib/libc/sys/sa_enable.2 +++ b/lib/libc/sys/sa_enable.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: sa_enable.2,v 1.3 2004/03/14 20:57:49 wiz Exp $ +.\" $NetBSD: sa_enable.2,v 1.4 2004/03/14 23:05:09 yamt Exp $ .\" .\" Copyright (c)2004 YAMAMOTO Takashi, .\" All rights reserved. @@ -44,7 +44,7 @@ .Fn sa_enable is used to enable scheduler activation. .Pp -Upcall handlers and upcall stacks should be registered with +An upcall handler and upcall stacks should be registered with .Fn sa_register and .Fn sa_stacks diff --git a/lib/libc/sys/sa_setconcurrency.2 b/lib/libc/sys/sa_setconcurrency.2 index b80336d99314..700daae62852 100644 --- a/lib/libc/sys/sa_setconcurrency.2 +++ b/lib/libc/sys/sa_setconcurrency.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: sa_setconcurrency.2,v 1.2 2004/03/14 10:20:43 snj Exp $ +.\" $NetBSD: sa_setconcurrency.2,v 1.3 2004/03/14 23:05:09 yamt Exp $ .\" .\" Copyright (c)2004 YAMAMOTO Takashi, .\" All rights reserved. @@ -54,7 +54,7 @@ However, won't try to allocate more virtual processors than there are physical processors on the system. .Pp -Upcall handlers should be registered by +An upcall handler should be registered by .Fn sa_register beforehand. .\" ------------------------------------------------------------ diff --git a/lib/libc/sys/sa_stacks.2 b/lib/libc/sys/sa_stacks.2 index 27be9ed39c4b..1d51275b45b1 100644 --- a/lib/libc/sys/sa_stacks.2 +++ b/lib/libc/sys/sa_stacks.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: sa_stacks.2,v 1.3 2004/03/14 20:57:49 wiz Exp $ +.\" $NetBSD: sa_stacks.2,v 1.4 2004/03/14 23:05:09 yamt Exp $ .\" .\" Copyright (c)2004 YAMAMOTO Takashi, .\" All rights reserved. @@ -51,7 +51,7 @@ is an array of of .Vt stack_t . .Pp -Upcall handlers should be registered by +An upcall handler should be registered by .Fn sa_register beforehand. .\" ------------------------------------------------------------