diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2012-02-26 21:47:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2012-02-26 21:47:09 +0000 |
commit | 5469dde646834546d22b47fc60c1993003eea35c (patch) | |
tree | c77e6b6bcb12b891c57ac470743c6d2ab489fd72 /st.in | |
parent | 752172f6f0d6720937996a5ef0e29990327e56fb (diff) | |
download | mandoc-5469dde646834546d22b47fc60c1993003eea35c.tar.gz |
Correct the expansion of -xbd5;
from Philip Guenther <guenther at openbsd dot org>.
OK Werner Lemberg <wl at gnu dot org>.
Diffstat (limited to 'st.in')
-rw-r--r-- | st.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ LINE("-xpg3", "X/Open Portability Guide Issue\\~3 (\\(lqXPG3\\(rq)") LINE("-xpg4", "X/Open Portability Guide Issue\\~4 (\\(lqXPG4\\(rq)") LINE("-xpg4.2", "X/Open Portability Guide Issue\\~4, Version\\~2 (\\(lqXPG4.2\\(rq)") LINE("-xpg4.3", "X/Open Portability Guide Issue\\~4, Version\\~3 (\\(lqXPG4.3\\(rq)") -LINE("-xbd5", "X/Open System Interface Definitions Issue\\~5 (\\(lqXBD5\\(rq)") +LINE("-xbd5", "X/Open Base Definitions Issue\\~5 (\\(lqXBD5\\(rq)") LINE("-xcu5", "X/Open Commands and Utilities Issue\\~5 (\\(lqXCU5\\(rq)") LINE("-xsh5", "X/Open System Interfaces and Headers Issue\\~5 (\\(lqXSH5\\(rq)") LINE("-xns5", "X/Open Networking Services Issue\\~5 (\\(lqXNS5\\(rq)") |