diff options
author | 2015-09-09 11:47:47 +0000 | |
---|---|---|
committer | 2015-09-09 11:47:47 +0000 | |
commit | 85f00eb7f0a5bb36dd82cfc97ff6e9579c257192 (patch) | |
tree | 3bce2d28f217fdf2a252640dfd323ef56cb43af4 | |
parent | implement a singly linked list built with SRPs. (diff) | |
download | wireguard-openbsd-85f00eb7f0a5bb36dd82cfc97ff6e9579c257192.tar.xz wireguard-openbsd-85f00eb7f0a5bb36dd82cfc97ff6e9579c257192.zip |
millert@ noticed an extra period.
-rw-r--r-- | share/man/man9/srpl_rc_init.9 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man9/srpl_rc_init.9 b/share/man/man9/srpl_rc_init.9 index 77a7726c003..189fb959e22 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.1 2015/09/09 11:21:51 dlg Exp $ +.\" $OpenBSD: srpl_rc_init.9,v 1.2 2015/09/09 11:47:47 dlg Exp $ .\" .\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org> .\" @@ -100,7 +100,6 @@ elements in the list. The insertion or removal of an element in an SRP list will increment the reference counts on elements within the list via calls to .Fa ref . -. As these references are released by the SRP infrastructure, the reference counts will be decremented by calls to .Fa unref . |