summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2022-01-25 19:38:32 +0000
committerAndy Fiddaman <omnios@citrus-it.co.uk>2022-01-25 20:50:53 +0000
commit25cdfc4f8d373444e56178d1053ca53f1c3ea928 (patch)
tree3ee86455435193addfdd2619cf8bc945bdc87ef4 /usr/src/man/man3c
parentab3f6e90e6b1d8edee27c66beb8e53bc6033fb2a (diff)
downloadillumos-joyent-25cdfc4f8d373444e56178d1053ca53f1c3ea928.tar.gz
14428 formatting issues in memory(3c) man page
Reviewed by: Andy Fiddaman <andy@omnios.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r--usr/src/man/man3c/memory.3c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/man/man3c/memory.3c b/usr/src/man/man3c/memory.3c
index 5a11990914..5d4628a709 100644
--- a/usr/src/man/man3c/memory.3c
+++ b/usr/src/man/man3c/memory.3c
@@ -19,7 +19,7 @@
.\" fields enclosed by brackets "[]" replaced with your own identifying
.\" information: Portions Copyright [yyyy] [name of copyright owner]
.\"
-.Dd August 6, 2021
+.Dd January 25, 2022
.Dt MEMORY 3C
.Os
.Sh NAME
@@ -44,7 +44,7 @@
.Fc
.Ft "void *"
.Fo memchr
-.Fa "void *s",
+.Fa "void *s"
.Fa "int c"
.Fa "size_t n"
.Fc
@@ -75,14 +75,14 @@
.Fc
.Ft "void *"
.Fo memrchr
-.Fa "void *s",
+.Fa "void *s"
.Fa "int c"
.Fa "size_t n"
.Fc
.Ft "void *"
.Fo memset
.Fa "void *s"
-.Fa int c
+.Fa "int c"
.Fa "size_t n"
.Fc
.Sh DESCRIPTION