diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-08-28 03:50:00 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-08-28 03:50:00 +0000 |
commit | e1bf3fdf195975f60382fe66d325b684aa9095ca (patch) | |
tree | 30eb3fd7c68fcc689cf108f8dac958c9c23e2cd0 /usr.bin/mandoc/st.in | |
parent | ad8d66681e4e4c7aae9b444d57d9cb1db620331f (diff) |
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 'usr.bin/mandoc/st.in')
-rw-r--r-- | usr.bin/mandoc/st.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mandoc/st.in b/usr.bin/mandoc/st.in index b0c09cbf504..0f37a198ba4 100644 --- a/usr.bin/mandoc/st.in +++ b/usr.bin/mandoc/st.in @@ -1,4 +1,4 @@ -/* $Id: st.in,v 1.18 2014/04/20 16:44:44 schwarze Exp $ */ +/* $Id: st.in,v 1.19 2014/08/28 03:49:58 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)") |