Remove trailing whitespace.

This commit is contained in:
wiz 2015-01-16 23:46:37 +00:00
parent daeff8a9d2
commit 8a99473073
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: strtol.3,v 1.27 2015/01/16 18:37:21 christos Exp $
.\" $NetBSD: strtol.3,v 1.28 2015/01/16 23:46:37 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -54,7 +54,7 @@
.Fn strtoll "const char * restrict nptr" "char ** restrict endptr" "int base"
.Pp
.In inttypes.h
.Ft intmax_t
.Ft intmax_t
.Fn strtoi "const char * restrict nptr" "char ** restrict endptr" "int base" "intmax_t lo" "intmax_t hi" "int *rerror"
.Ft intmax_t
.Fn strtoimax "const char * restrict nptr" "char ** restrict endptr" "int base"
@ -319,7 +319,7 @@ The given string was out of range; the value converted has been clamped.
.El
.Pp
In addition to the above errors
.Fn strtoi
.Fn strtoi
returns:
.Bl -tag -width Er
.It Bq Er ECANCELED

View File

@ -1,4 +1,4 @@
.\" $NetBSD: strtoul.3,v 1.26 2015/01/16 18:37:21 christos Exp $
.\" $NetBSD: strtoul.3,v 1.27 2015/01/16 23:46:37 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -54,7 +54,7 @@
.Fn strtoull "const char * restrict nptr" "char ** restrict endptr" "int base"
.Pp
.In inttypes.h
.Ft uintmax_t
.Ft uintmax_t
.Fn strtou "const char * restrict nptr" "char ** restrict endptr" "int base" "uintmax_t lo" "uintmax_t hi" "int *rerror"
.Ft uintmax_t
.Fn strtoumax "const char * restrict nptr" "char ** restrict endptr" "int base"