diff options
author | 2015-09-09 13:29:12 +0000 | |
---|---|---|
committer | 2015-09-09 13:29:12 +0000 | |
commit | b10ba3409d395610867472ef409b9f28ef656b9e (patch) | |
tree | f698c4883b14769048b2bfde2c934c7950aaf71a | |
parent | Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats. (diff) | |
download | wireguard-openbsd-b10ba3409d395610867472ef409b9f28ef656b9e.tar.xz wireguard-openbsd-b10ba3409d395610867472ef409b9f28ef656b9e.zip |
no comma after last entry in NAME;
-rw-r--r-- | share/man/man9/srpl_rc_init.9 | 4 |
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 |