Module Name:    src
Committed By:   wiz
Date:           Sat Aug  1 09:50:43 UTC 2020

Modified Files:
        src/share/man/man9: kthread.9

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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/man9/kthread.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/kthread.9
diff -u src/share/man/man9/kthread.9:1.29 src/share/man/man9/kthread.9:1.30
--- src/share/man/man9/kthread.9:1.29	Sat Aug  1 02:04:55 2020
+++ src/share/man/man9/kthread.9	Sat Aug  1 09:50:42 2020
@@ -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 @@ units that are normally available to use
 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 @@ returns 0.
 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.

Reply via email to