aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/st.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-28 03:51:56 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-28 03:51:56 +0000
commit9f8ebb91e4cd327288ff8f4a514b8eb1fdd2b6cf (patch)
treef93c67079e8fb3269a16df0b43627abada1e203b /st.in
parent9e399dab99306e66a40f88f8b721c69c86b1247d (diff)
downloadmandoc-9f8ebb91e4cd327288ff8f4a514b8eb1fdd2b6cf.tar.gz
mandoc-9f8ebb91e4cd327288ff8f4a514b8eb1fdd2b6cf.tar.zst
mandoc-9f8ebb91e4cd327288ff8f4a514b8eb1fdd2b6cf.zip
Support .St -susv1 and .St -susv4. Illumos wants to use this,
and it's illogical anyway to have -susv2 and -susv3 but not -susv4.
Diffstat (limited to 'st.in')
-rw-r--r--st.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/st.in b/st.in
index 481e44e5..cfb79d3b 100644
--- a/st.in
+++ b/st.in
@@ -1,4 +1,4 @@
-/* $Id: st.in,v 1.24 2014/04/20 16:46:05 schwarze Exp $ */
+/* $Id: st.in,v 1.25 2014/08/28 03:51:56 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -78,6 +78,8 @@ LINE("-xns5", "X/Open Networking Services Issue\\~5 (\\(lqXNS5\\(rq)")
LINE("-xns5.2", "X/Open Networking Services Issue\\~5.2 (\\(lqXNS5.2\\(rq)")
LINE("-xns5.2d2.0", "X/Open Networking Services Issue\\~5.2 Draft\\~2.0 (\\(lqXNS5.2D2.0\\(rq)")
LINE("-xcurses4.2", "X/Open Curses Issue\\~4, Version\\~2 (\\(lqXCURSES4.2\\(rq)")
+LINE("-susv1", "Version\\~1 of the Single UNIX Specification (\\(lqSUSv1\\(rq)")
LINE("-susv2", "Version\\~2 of the Single UNIX Specification (\\(lqSUSv2\\(rq)")
LINE("-susv3", "Version\\~3 of the Single UNIX Specification (\\(lqSUSv3\\(rq)")
+LINE("-susv4", "Version\\~4 of the Single UNIX Specification (\\(lqSUSv4\\(rq)")
LINE("-svid4", "System\\~V Interface Definition, Fourth Edition (\\(lqSVID4\\(rq)")