aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/st.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2013-12-25 14:09:32 +0000
committerIngo Schwarze <schwarze@openbsd.org>2013-12-25 14:09:32 +0000
commitf35b79dc597b18341a8564bafa8f008026bf176e (patch)
tree81e2b9beb7e2f17f209a49e8dcacdf92fc7f69b9 /st.in
parentd0e1ebce7bd3ccca23f82fe4c731a000f4d23bd9 (diff)
downloadmandoc-f35b79dc597b18341a8564bafa8f008026bf176e.tar.gz
mandoc-f35b79dc597b18341a8564bafa8f008026bf176e.tar.zst
mandoc-f35b79dc597b18341a8564bafa8f008026bf176e.zip
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.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/st.in b/st.in
index 5d7ab4cf..c52ddab9 100644
--- a/st.in
+++ b/st.in
@@ -1,4 +1,4 @@
-/* $Id: st.in,v 1.21 2013/10/13 03:07:34 schwarze Exp $ */
+/* $Id: st.in,v 1.22 2013/12/25 14:09:32 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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)")