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/stdlib/ptsname.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/stdlib/ptsname.3')
| -rw-r--r-- | src/lib/libc/stdlib/ptsname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/ptsname.3 b/src/lib/libc/stdlib/ptsname.3 index 98705528f5..eea36a5a02 100644 --- a/src/lib/libc/stdlib/ptsname.3 +++ b/src/lib/libc/stdlib/ptsname.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: ptsname.3,v 1.2 2012/12/04 18:42:16 millert Exp $ | 1 | .\" $OpenBSD: ptsname.3,v 1.3 2025/06/13 18:34:00 schwarze Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 2002 The FreeBSD Project, Inc. | 3 | .\" Copyright (c) 2002 The FreeBSD Project, Inc. |
| 4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
| @@ -32,7 +32,7 @@ | |||
| 32 | .\" | 32 | .\" |
| 33 | .\" $FreeBSD: head/lib/libc/stdlib/ptsname.3 240412 2012-09-12 17:54:09Z emaste $ | 33 | .\" $FreeBSD: head/lib/libc/stdlib/ptsname.3 240412 2012-09-12 17:54:09Z emaste $ |
| 34 | .\" | 34 | .\" |
| 35 | .Dd $Mdocdate: December 4 2012 $ | 35 | .Dd $Mdocdate: June 13 2025 $ |
| 36 | .Dt PTSNAME 3 | 36 | .Dt PTSNAME 3 |
| 37 | .Os | 37 | .Os |
| 38 | .Sh NAME | 38 | .Sh NAME |
| @@ -44,7 +44,7 @@ | |||
| 44 | .In stdlib.h | 44 | .In stdlib.h |
| 45 | .Ft int | 45 | .Ft int |
| 46 | .Fn grantpt "int fildes" | 46 | .Fn grantpt "int fildes" |
| 47 | .Ft "char *" | 47 | .Ft char * |
| 48 | .Fn ptsname "int fildes" | 48 | .Fn ptsname "int fildes" |
| 49 | .Ft int | 49 | .Ft int |
| 50 | .Fn unlockpt "int fildes" | 50 | .Fn unlockpt "int fildes" |
