summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtol.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/strtol.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/strtol.3')
-rw-r--r--src/lib/libc/stdlib/strtol.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/strtol.3 b/src/lib/libc/stdlib/strtol.3
index fdc02b20b8..afdb84f19b 100644
--- a/src/lib/libc/stdlib/strtol.3
+++ b/src/lib/libc/stdlib/strtol.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: strtol.3,v 1.8 2000/04/20 13:50:03 aaron Exp $ 36.\" $OpenBSD: strtol.3,v 1.9 2000/08/09 15:51:21 aaron Exp $
37.\" 37.\"
38.Dd June 25, 1992 38.Dd June 25, 1992
39.Dt STRTOL 3 39.Dt STRTOL 3
40.Os 40.Os
41.Sh NAME 41.Sh NAME
42.Nm strtol, strtoq 42.Nm strtol ,
43.Nm strtoq
43.Nd convert string value to a long or quad_t integer 44.Nd convert string value to a long or quad_t integer
44.Sh SYNOPSIS 45.Sh SYNOPSIS
45.Fd #include <stdlib.h> 46.Fd #include <stdlib.h>