Module Name:    src
Committed By:   rillig
Date:           Sun Jan 12 20:16:34 UTC 2025

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

Log Message:
kprintf.9: fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/share/man/man9/kprintf.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/kprintf.9
diff -u src/share/man/man9/kprintf.9:1.40 src/share/man/man9/kprintf.9:1.41
--- src/share/man/man9/kprintf.9:1.40	Wed Mar 10 13:27:51 2021
+++ src/share/man/man9/kprintf.9	Sun Jan 12 20:16:34 2025
@@ -1,4 +1,4 @@
-.\"     $NetBSD: kprintf.9,v 1.40 2021/03/10 13:27:51 simonb Exp $
+.\"     $NetBSD: kprintf.9,v 1.41 2025/01/12 20:16:34 rillig Exp $
 .\"
 .\" Copyright (c) 1998, 2002, 2007, 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -288,7 +288,7 @@ and
 .Fn vsnprintf
 functions return the number of characters that would have been placed
 in the buffer
-.Fa buf .
+.Fa buf ,
 if there was enough space in the buffer, not including the trailing
 .Dv NUL
 character used to terminate output strings like the user-space functions

Reply via email to