Module Name: src
Committed By: rillig
Date: Tue Sep 10 04:43:39 UTC 2024
Modified Files:
src/lib/libc/locale: wcsftime.3 wcsrtombs.3
src/lib/libc/net: getnameinfo.3
Log Message:
libc: new function parameter, new line
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/locale/wcsftime.3
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/locale/wcsrtombs.3
cvs rdiff -u -r1.44 -r1.45 src/lib/libc/net/getnameinfo.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/locale/wcsftime.3
diff -u src/lib/libc/locale/wcsftime.3:1.3 src/lib/libc/locale/wcsftime.3:1.4
--- src/lib/libc/locale/wcsftime.3:1.3 Thu Apr 14 05:50:49 2011
+++ src/lib/libc/locale/wcsftime.3 Tue Sep 10 04:43:39 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: wcsftime.3,v 1.3 2011/04/14 05:50:49 jruoho Exp $
+.\" $NetBSD: wcsftime.3,v 1.4 2024/09/10 04:43:39 rillig Exp $
.\"
.\" Copyright (c) 2002 Tim J. Robbins
.\" All rights reserved.
@@ -38,8 +38,10 @@
.In wchar.h
.Ft size_t
.Fo wcsftime
-.Fa "wchar_t * restrict wcs" "size_t maxsize"
-.Fa "const wchar_t * restrict format" "const struct tm * restrict timeptr"
+.Fa "wchar_t * restrict wcs"
+.Fa "size_t maxsize"
+.Fa "const wchar_t * restrict format"
+.Fa "const struct tm * restrict timeptr"
.Fc
.Sh DESCRIPTION
The
Index: src/lib/libc/locale/wcsrtombs.3
diff -u src/lib/libc/locale/wcsrtombs.3:1.16 src/lib/libc/locale/wcsrtombs.3:1.17
--- src/lib/libc/locale/wcsrtombs.3:1.16 Mon Sep 9 18:55:26 2024
+++ src/lib/libc/locale/wcsrtombs.3 Tue Sep 10 04:43:39 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: wcsrtombs.3,v 1.16 2024/09/09 18:55:26 wiz Exp $
+.\" $NetBSD: wcsrtombs.3,v 1.17 2024/09/10 04:43:39 rillig Exp $
.\"
.\" Copyright (c)2002 Citrus Project,
.\" All rights reserved.
@@ -45,7 +45,8 @@
.Fo wcsrtombs
.Fa "char * restrict s"
.Fa "const wchar_t ** restrict pwcs"
-.Fa "size_t n" "mbstate_t * restrict ps"
+.Fa "size_t n"
+.Fa "mbstate_t * restrict ps"
.Fc
.
.Ft size_t
Index: src/lib/libc/net/getnameinfo.3
diff -u src/lib/libc/net/getnameinfo.3:1.44 src/lib/libc/net/getnameinfo.3:1.45
--- src/lib/libc/net/getnameinfo.3:1.44 Fri Feb 16 22:50:33 2024
+++ src/lib/libc/net/getnameinfo.3 Tue Sep 10 04:43:39 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: getnameinfo.3,v 1.44 2024/02/16 22:50:33 uwe Exp $
+.\" $NetBSD: getnameinfo.3,v 1.45 2024/09/10 04:43:39 rillig Exp $
.\" $KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $
.\" $OpenBSD: getnameinfo.3,v 1.36 2004/12/21 09:48:20 jmc Exp $
.\"
@@ -34,7 +34,8 @@
.Fa "char * restrict host"
.Fa "socklen_t hostlen"
.Fa "char * restrict serv"
-.Fa "socklen_t servlen" "int flags"
+.Fa "socklen_t servlen"
+.Fa "int flags"
.Fc
.
.Sh DESCRIPTION