Browse Source

Another couple of commas in the wrong place, ok jmc

OPENBSD_5_8
nicm 9 years ago
parent
commit
fadf08888f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/stdlib/strtol.3

+ 3
- 3
src/lib/libc/stdlib/strtol.3 View File

@ -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


Loading…
Cancel
Save