summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtoul.3
diff options
context:
space:
mode:
authoraaron <>2000-08-09 15:51:21 +0000
committeraaron <>2000-08-09 15:51:21 +0000
commit95fa452e6179310e3060652d362f0232ca45e2d0 (patch)
tree6d27a9c67390f8908f1de9b4d51e013a57399bc2 /src/lib/libc/stdlib/strtoul.3
parentd39cb4835476495b3c6d4f840d6caab201f1926c (diff)
downloadopenbsd-95fa452e6179310e3060652d362f0232ca45e2d0.tar.gz
openbsd-95fa452e6179310e3060652d362f0232ca45e2d0.tar.bz2
openbsd-95fa452e6179310e3060652d362f0232ca45e2d0.zip
For man pages that describe multiple functions, split the .Nm arguments
onto separate lines in the NAME section.
Diffstat (limited to 'src/lib/libc/stdlib/strtoul.3')
-rw-r--r--src/lib/libc/stdlib/strtoul.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3
index e090253566..991f811386 100644
--- a/src/lib/libc/stdlib/strtoul.3
+++ b/src/lib/libc/stdlib/strtoul.3
@@ -33,13 +33,14 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: strtoul.3,v 1.7 2000/04/20 13:50:03 aaron Exp $ 36.\" $OpenBSD: strtoul.3,v 1.8 2000/08/09 15:51:21 aaron Exp $
37.\" 37.\"
38.Dd June 25, 1992 38.Dd June 25, 1992
39.Dt STRTOUL 3 39.Dt STRTOUL 3
40.Os 40.Os
41.Sh NAME 41.Sh NAME
42.Nm strtoul, strtouq 42.Nm strtoul ,
43.Nm strtouq
43.Nd convert a string to an unsigned long or uquad_t integer 44.Nd convert a string to an unsigned long or uquad_t integer
44.Sh SYNOPSIS 45.Sh SYNOPSIS
45.Fd #include <stdlib.h> 46.Fd #include <stdlib.h>