diff options
| author | schwarze <> | 2025-06-13 18:34:00 +0000 |
|---|---|---|
| committer | schwarze <> | 2025-06-13 18:34:00 +0000 |
| commit | 733099db79c3c2668c3ba1571684bd82b40ea7b0 (patch) | |
| tree | b89fb48431941cd306c4b2f6910aba884d76e554 /src/lib/libc/net/gai_strerror.3 | |
| parent | 88ea7e05d0419eb2d0343eddafbd339aceed1d68 (diff) | |
| download | openbsd-733099db79c3c2668c3ba1571684bd82b40ea7b0.tar.gz openbsd-733099db79c3c2668c3ba1571684bd82b40ea7b0.tar.bz2 openbsd-733099db79c3c2668c3ba1571684bd82b40ea7b0.zip | |
The mdoc(7) .Ft macro does not need quoting of its arguments, but about
10% of our manual pages using this macro employed useless quoting anyway.
Remove these quotes such that they do not incite fear, uncertainty,
and doubt in developers who happen to look at these pages.
jmc@ and tb@ agree with the direction.
Diffstat (limited to 'src/lib/libc/net/gai_strerror.3')
| -rw-r--r-- | src/lib/libc/net/gai_strerror.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/net/gai_strerror.3 b/src/lib/libc/net/gai_strerror.3 index d271f492c5..93d11aad09 100644 --- a/src/lib/libc/net/gai_strerror.3 +++ b/src/lib/libc/net/gai_strerror.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: gai_strerror.3,v 1.10 2017/05/03 01:58:33 deraadt Exp $ | 1 | .\" $OpenBSD: gai_strerror.3,v 1.11 2025/06/13 18:34:00 schwarze Exp $ |
| 2 | .\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 itojun Exp $ | 2 | .\" $KAME: gai_strerror.3,v 1.1 2005/01/05 03:04:47 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: May 3 2017 $ | 19 | .Dd $Mdocdate: June 13 2025 $ |
| 20 | .Dt GAI_STRERROR 3 | 20 | .Dt GAI_STRERROR 3 |
| 21 | .Os | 21 | .Os |
| 22 | .Sh NAME | 22 | .Sh NAME |
| @@ -26,7 +26,7 @@ | |||
| 26 | .In sys/types.h | 26 | .In sys/types.h |
| 27 | .In sys/socket.h | 27 | .In sys/socket.h |
| 28 | .In netdb.h | 28 | .In netdb.h |
| 29 | .Ft "const char *" | 29 | .Ft const char * |
| 30 | .Fn gai_strerror "int ecode" | 30 | .Fn gai_strerror "int ecode" |
| 31 | .Sh DESCRIPTION | 31 | .Sh DESCRIPTION |
| 32 | The | 32 | The |
