diff options
| author | Robert Clausecker <fuz@FreeBSD.org> | 2025-11-17 17:18:40 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-11-17 17:18:40 +0000 |
| commit | db3884b03989b095d746087afab8e5e649c3699a (patch) | |
| tree | 181f0816d008855b74cc1f19debe817e2ac32a22 | |
| parent | bb8580e7a6a8c54481d0fd19cac43e84a485f45b (diff) | |
contrib/mandoc: add -ieee754-2008
This is needed to simplify the msun manpages {sin,cos,tan}pi.3
Approved by: markj (mentor)
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D53784
| -rw-r--r-- | contrib/mandoc/st.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/mandoc/st.c b/contrib/mandoc/st.c index 276981584e41..d740ee619f17 100644 --- a/contrib/mandoc/st.c +++ b/contrib/mandoc/st.c @@ -65,6 +65,7 @@ LINE("-iso9945-2-93", "ISO/IEC 9945-2:1993 (\\(lqPOSIX.2\\(rq)") LINE("-ansiC", "ANSI X3.159-1989 (\\(lqANSI\\~C89\\(rq)") LINE("-ansiC-89", "ANSI X3.159-1989 (\\(lqANSI\\~C89\\(rq)") LINE("-ieee754", "IEEE Std 754-1985") +LINE("-ieee754-2008", "IEEE Std 754-2008") LINE("-iso8802-3", "ISO 8802-3: 1989") LINE("-iso8601", "ISO 8601") LINE("-ieee1275-94", "IEEE Std 1275-1994 (\\(lqOpen Firmware\\(rq)") |
