summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorclaudio <>2026-08-05 08:23:13 +0000
committerclaudio <>2026-08-05 08:23:13 +0000
commit03a2843ac21ff788e1636b6194cb167225a9409b (patch)
tree815095c4396a561d75a3b8d35bb5bb73f2614479 /src/lib
parentc18bd81071bf0807e1bd40d7e2dd34293f50bc50 (diff)
downloadopenbsd-03a2843ac21ff788e1636b6194cb167225a9409b.tar.gz
openbsd-03a2843ac21ff788e1636b6194cb167225a9409b.tar.bz2
openbsd-03a2843ac21ff788e1636b6194cb167225a9409b.zip
Add missing Dv macro for NI_NUMERICSERV and NI_DGRAM
OK tb@
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/getnameinfo.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/getnameinfo.3 b/src/lib/libc/net/getnameinfo.3
index 4e97b5d07b..d71df07ddd 100644
--- a/src/lib/libc/net/getnameinfo.3
+++ b/src/lib/libc/net/getnameinfo.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getnameinfo.3,v 1.49 2022/09/11 06:38:10 jmc Exp $ 1.\" $OpenBSD: getnameinfo.3,v 1.50 2026/08/05 08:23:13 claudio Exp $
2.\" $KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $ 2.\" $KAME: getnameinfo.3,v 1.37 2005/01/05 03:23:05 itojun Exp $
3.\" 3.\"
4.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") 4.\" Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
@@ -16,7 +16,7 @@
16.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 16.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17.\" PERFORMANCE OF THIS SOFTWARE. 17.\" PERFORMANCE OF THIS SOFTWARE.
18.\" 18.\"
19.Dd $Mdocdate: September 11 2022 $ 19.Dd $Mdocdate: August 5 2026 $
20.Dt GETNAMEINFO 3 20.Dt GETNAMEINFO 3
21.Os 21.Os
22.Sh NAME 22.Sh NAME
@@ -99,9 +99,9 @@ If the host name cannot be found in DNS and this flag is set,
99a non-zero error code is returned. 99a non-zero error code is returned.
100If the host name is not found and the flag is not set, the 100If the host name is not found and the flag is not set, the
101address is returned in numeric form. 101address is returned in numeric form.
102.It NI_NUMERICSERV 102.It Dv NI_NUMERICSERV
103The service name is returned as a digit string representing the port number. 103The service name is returned as a digit string representing the port number.
104.It NI_DGRAM 104.It Dv NI_DGRAM
105Specifies that the service being looked up is a datagram 105Specifies that the service being looked up is a datagram
106service, and causes 106service, and causes
107.Xr getservbyport 3 107.Xr getservbyport 3