diff options
author | 2014-11-19 23:58:07 +0000 | |
---|---|---|
committer | 2014-11-19 23:58:07 +0000 | |
commit | d0ace845acf42d971c74f8a9374bcc994d2b8526 (patch) | |
tree | 5a29a299a0ac68e7a11dfa1bd88566e1a2c0a478 | |
parent | less worse escapes for \ from ingo. im sure there's a much nicer way to (diff) | |
download | wireguard-openbsd-d0ace845acf42d971c74f8a9374bcc994d2b8526.tar.xz wireguard-openbsd-d0ace845acf42d971c74f8a9374bcc994d2b8526.zip |
fix erroneous capitalisation of a word in the middle of a sentence.
from schwarze again
-rw-r--r-- | lib/libevent/evbuffer_new.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libevent/evbuffer_new.3 b/lib/libevent/evbuffer_new.3 index d35f30751da..c679b4787da 100644 --- a/lib/libevent/evbuffer_new.3 +++ b/lib/libevent/evbuffer_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: evbuffer_new.3,v 1.5 2014/11/19 23:57:23 dlg Exp $ +.\" $OpenBSD: evbuffer_new.3,v 1.6 2014/11/19 23:58:07 dlg Exp $ .\" .\" Copyright (c) 2014 David Gwynne <dlg@openbsd.org> .\" @@ -197,7 +197,7 @@ A new line character. .El .Sh RETURN VALUES .Fn evbuffer_new -returns a pointer to a newly allocated buffer On success, +returns a pointer to a newly allocated buffer on success, or .Dv NULL on failure and sets errno to indicate the failure. |