Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix typo in macro and merge to error descript...



details:   https://anonhg.NetBSD.org/src/rev/64487beed854
branches:  trunk
changeset: 936654:64487beed854
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Aug 01 09:50:42 2020 +0000

description:
Fix typo in macro and merge to error descriptions for the same error

diffstat:

 share/man/man9/kthread.9 |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 7b04237e5c0a -r 64487beed854 share/man/man9/kthread.9
--- a/share/man/man9/kthread.9  Sat Aug 01 09:30:17 2020 +0000
+++ b/share/man/man9/kthread.9  Sat Aug 01 09:50:42 2020 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: kthread.9,v 1.29 2020/08/01 02:04:55 riastradh Exp $
+.\"     $NetBSD: kthread.9,v 1.30 2020/08/01 09:50:42 wiz Exp $
 .\"
 .\" Copyright (c) 2000, 2007, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,7 +63,7 @@
 kthreads between
 .Fn kthread_fpu_enter
 and
-.fn kthread_fpu_exit .
+.Fn kthread_fpu_exit .
 .Sh FUNCTIONS
 .Bl -tag -width compact
 .It Fn kthread_create "pri" "flags" "ci" "func" "arg" "newlp" "fmt" "..."
@@ -201,9 +201,8 @@
 Otherwise, the following error values are returned:
 .Bl -tag -width [EAGAIN]
 .It Bq Er EAGAIN
-The limit on the total number of system processes would be exceeded.
-.It Bq Er EAGAIN
-The limit
+The limit on the total number of system processes would be exceeded;
+or the limit
 .Dv RLIMIT_NPROC
 on the total number of processes under execution by this
 user id would be exceeded.



Home | Main Index | Thread Index | Old Index