From 95fa452e6179310e3060652d362f0232ca45e2d0 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Wed, 9 Aug 2000 15:51:21 +0000 Subject: For man pages that describe multiple functions, split the .Nm arguments onto separate lines in the NAME section. --- src/lib/libc/stdlib/strtoul.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/stdlib/strtoul.3') 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 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtoul.3,v 1.7 2000/04/20 13:50:03 aaron Exp $ +.\" $OpenBSD: strtoul.3,v 1.8 2000/08/09 15:51:21 aaron Exp $ .\" .Dd June 25, 1992 .Dt STRTOUL 3 .Os .Sh NAME -.Nm strtoul, strtouq +.Nm strtoul , +.Nm strtouq .Nd convert a string to an unsigned long or uquad_t integer .Sh SYNOPSIS .Fd #include -- cgit v1.2.3-55-g6feb