summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/rand48.3
diff options
context:
space:
mode:
authorschwarze <>2025-06-13 18:34:00 +0000
committerschwarze <>2025-06-13 18:34:00 +0000
commitd939c0f8976619330bcf368e12700a6ab1d14f99 (patch)
treeb89fb48431941cd306c4b2f6910aba884d76e554 /src/lib/libc/stdlib/rand48.3
parentbef775ccefd97b9e2ee02eb252923ac7d27bfbdc (diff)
downloadopenbsd-d939c0f8976619330bcf368e12700a6ab1d14f99.tar.gz
openbsd-d939c0f8976619330bcf368e12700a6ab1d14f99.tar.bz2
openbsd-d939c0f8976619330bcf368e12700a6ab1d14f99.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/rand48.3')
-rw-r--r--src/lib/libc/stdlib/rand48.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/rand48.3 b/src/lib/libc/stdlib/rand48.3
index fa7a7179bc..02e1999db9 100644
--- a/src/lib/libc/stdlib/rand48.3
+++ b/src/lib/libc/stdlib/rand48.3
@@ -9,9 +9,9 @@
9.\" of any kind. I shall in no event be liable for anything that happens 9.\" of any kind. I shall in no event be liable for anything that happens
10.\" to anyone/anything when using this software. 10.\" to anyone/anything when using this software.
11.\" 11.\"
12.\" $OpenBSD: rand48.3,v 1.21 2019/12/20 19:16:40 tb Exp $ 12.\" $OpenBSD: rand48.3,v 1.22 2025/06/13 18:34:00 schwarze Exp $
13.\" 13.\"
14.Dd $Mdocdate: December 20 2019 $ 14.Dd $Mdocdate: June 13 2025 $
15.Dt DRAND48 3 15.Dt DRAND48 3
16.Os 16.Os
17.Sh NAME 17.Sh NAME
@@ -46,9 +46,9 @@
46.Fn srand48 "long seed" 46.Fn srand48 "long seed"
47.Ft void 47.Ft void
48.Fn srand48_deterministic "long seed" 48.Fn srand48_deterministic "long seed"
49.Ft "unsigned short *" 49.Ft unsigned short *
50.Fn seed48 "unsigned short xseed[3]" 50.Fn seed48 "unsigned short xseed[3]"
51.Ft "unsigned short *" 51.Ft unsigned short *
52.Fn seed48_deterministic "unsigned short xseed[3]" 52.Fn seed48_deterministic "unsigned short xseed[3]"
53.Ft void 53.Ft void
54.Fn lcong48 "unsigned short p[7]" 54.Fn lcong48 "unsigned short p[7]"