diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2013-12-25 14:09:32 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2013-12-25 14:09:32 +0000 |
commit | d23ba31b434c545e8b66f70a57fbd64c245d445d (patch) | |
tree | 557ec39acf398b3187e2fc415fc58a1a1df26ffa /st.in | |
parent | 363d3f44b7975a8502aa318abdcd845bb53dd4d0 (diff) | |
download | mandoc-d23ba31b434c545e8b66f70a57fbd64c245d445d.tar.gz |
Support .St -xsh4.2, the System Interfaces part of the original Single
UNIX Specification. As this one appears to be used in the wild and we
already have -xpg4.2 and even -xsh5, it makes sense to add this one.
Note that calling the original SUS XPG4.2 appears to be more common
than calling it SUSv1, so it's ok that we don't have .St -susv1.
From Sascha Wildner <saw at online dot de> (DragonFly) via Franco Fichtner.
Diffstat (limited to 'st.in')
-rw-r--r-- | st.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ LINE("-xpg4.2", "X/Open Portability Guide Issue\\~4, Version\\~2 (\\(lqXPG4.2\\ LINE("-xpg4.3", "X/Open Portability Guide Issue\\~4, Version\\~3 (\\(lqXPG4.3\\(rq)") LINE("-xbd5", "X/Open Base Definitions Issue\\~5 (\\(lqXBD5\\(rq)") LINE("-xcu5", "X/Open Commands and Utilities Issue\\~5 (\\(lqXCU5\\(rq)") +LINE("-xsh4.2", "X/Open System Interfaces and Headers Issue\\~4, Version\\~2 (\\(lqXSH4.2\\(rq)") LINE("-xsh5", "X/Open System Interfaces and Headers Issue\\~5 (\\(lqXSH5\\(rq)") LINE("-xns5", "X/Open Networking Services Issue\\~5 (\\(lqXNS5\\(rq)") LINE("-xns5.2", "X/Open Networking Services Issue\\~5.2 (\\(lqXNS5.2\\(rq)") |