grammar fix previous;
authorjmc <jmc@openbsd.org>
Sun, 29 Dec 2013 18:46:09 +0000 (18:46 +0000)
committerjmc <jmc@openbsd.org>
Sun, 29 Dec 2013 18:46:09 +0000 (18:46 +0000)
share/man/man9/printf.9

index fb5c0d9..0f2bb83 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: printf.9,v 1.20 2013/12/29 03:15:03 guenther Exp $
+.\"    $OpenBSD: printf.9,v 1.21 2013/12/29 18:46:09 jmc Exp $
 .\"     $NetBSD: kprintf.9,v 1.6 1999/03/16 00:40:47 garbled Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -113,7 +113,7 @@ The functions
 .Fn db_printf
 and
 .Fn db_vprintf
-sends formatted strings to the ddb console, and are only used to implement
+send formatted strings to the ddb console, and are only used to implement
 .Xr ddb 4 .
 .Pp
 Since each of these kernel functions is a variant of its user space