summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-09-09 13:29:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-09-09 13:29:13 +0000
commitc204eb0ff8773588c4ddf3c712ee90bbad900917 (patch)
tree5023d091c0852fcf9ceb9075d84322d5cbe51480 /share/man
parent3b1296e0133fa3343370fb3ba6504ba591aceb1c (diff)
no comma after last entry in NAME;
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/srpl_rc_init.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/srpl_rc_init.9 b/share/man/man9/srpl_rc_init.9
index 189fb959e22..89373ab75cd 100644
--- a/share/man/man9/srpl_rc_init.9
+++ b/share/man/man9/srpl_rc_init.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: srpl_rc_init.9,v 1.2 2015/09/09 11:47:47 dlg Exp $
+.\" $OpenBSD: srpl_rc_init.9,v 1.3 2015/09/09 13:29:12 jmc Exp $
.\"
.\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org>
.\"
@@ -30,7 +30,7 @@
.Nm SRPL_FOREACH_LOCKED ,
.Nm SRPL_INSERT_HEAD_LOCKED ,
.Nm SRPL_REMOVE_LOCKED ,
-.Nm SRPL_RC_INITIALIZER ,
+.Nm SRPL_RC_INITIALIZER
.Nd singly-linked shared reference pointer list
.Sh SYNOPSIS
.In sys/srp.h