]> git.cameronkatri.com Git - mandoc.git/blobdiff - st.in
Implement in-line equations, much needed by Xenocara manuals.
[mandoc.git] / st.in
diff --git a/st.in b/st.in
index 21f0ad4636d83b71805880ef6d3f5b6cc66c8974..cfb79d3b20904e2da2bfb8f47ffe3c07c882dc6a 100644 (file)
--- a/st.in
+++ b/st.in
@@ -1,4 +1,4 @@
-/*     $Id: st.in,v 1.23 2013/12/31 23:29:41 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>
  *
@@ -22,7 +22,7 @@
  * the formatted output string.
  *
  * Be sure to escape strings.
- * The non-breaking blanks prevent ending an output line right before 
+ * The non-breaking blanks prevent ending an output line right before
  * a number.  Groff prevent line breaks at the same places.
  *
  * REMEMBER TO ADD NEW STANDARDS TO MDOC.7!
@@ -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)")