diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-04-14 22:16:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2015-04-14 22:16:04 +0000 |
commit | 3adf75da856ada5513c365305443c48533937a8c (patch) | |
tree | b6e71003c81ced32780fca306da11c46da98134f /lib | |
parent | e8b15440861eea41b6983d1d634ca7b4e1d4feea (diff) |
Another couple of commas in the wrong place, ok jmc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/strtol.3 | 6 | ||||
-rw-r--r-- | lib/libevent/event.3 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdlib/strtol.3 b/lib/libc/stdlib/strtol.3 index dc88b77bc8d..92774d082c7 100644 --- a/lib/libc/stdlib/strtol.3 +++ b/lib/libc/stdlib/strtol.3 @@ -29,16 +29,16 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtol.3,v 1.26 2014/11/30 21:21:59 schwarze Exp $ +.\" $OpenBSD: strtol.3,v 1.27 2015/04/14 22:16:03 nicm Exp $ .\" -.Dd $Mdocdate: November 30 2014 $ +.Dd $Mdocdate: April 14 2015 $ .Dt STRTOL 3 .Os .Sh NAME .Nm strtol , .Nm strtoll , .Nm strtoimax , -.Nm strtoq , +.Nm strtoq .Nd convert string value to a long, long long or intmax_t integer .Sh SYNOPSIS .In limits.h diff --git a/lib/libevent/event.3 b/lib/libevent/event.3 index a0b7b2c7269..0a4f8e2e553 100644 --- a/lib/libevent/event.3 +++ b/lib/libevent/event.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: event.3,v 1.49 2015/04/14 21:34:45 nicm Exp $ +.\" $OpenBSD: event.3,v 1.50 2015/04/14 22:16:03 nicm Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -49,7 +49,7 @@ .Nm event_loopexit , .Nm event_loopbreak , .Nm event_asr_run , -.Nm event_asr_abort, +.Nm event_asr_abort , .Nm event_priority_init , .Nm event_priority_set , .Nm event_base_dispatch , |