aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/st.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2012-02-26 21:47:09 +0000
committerIngo Schwarze <schwarze@openbsd.org>2012-02-26 21:47:09 +0000
commitfc043abf414328c3ae002b50da533614dc2b557c (patch)
tree66c3d7523710e1eb59e1ea49e00fc8e06e40d913 /st.in
parentaea76a155da0e440cfa515021edaeb403116aa0b (diff)
downloadmandoc-fc043abf414328c3ae002b50da533614dc2b557c.tar.gz
mandoc-fc043abf414328c3ae002b50da533614dc2b557c.tar.zst
mandoc-fc043abf414328c3ae002b50da533614dc2b557c.zip
Correct the expansion of -xbd5;
from Philip Guenther <guenther at openbsd dot org>. OK Werner Lemberg <wl at gnu dot org>.
Diffstat (limited to 'st.in')
-rw-r--r--st.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/st.in b/st.in
index 3356b023..3ba41dd3 100644
--- a/st.in
+++ b/st.in
@@ -1,4 +1,4 @@
-/* $Id: st.in,v 1.18 2012/01/03 10:18:05 kristaps Exp $ */
+/* $Id: st.in,v 1.19 2012/02/26 21:47:09 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -66,7 +66,7 @@ LINE("-xpg3", "X/Open Portability Guide Issue\\~3 (\\(lqXPG3\\(rq)")
LINE("-xpg4", "X/Open Portability Guide Issue\\~4 (\\(lqXPG4\\(rq)")
LINE("-xpg4.2", "X/Open Portability Guide Issue\\~4, Version\\~2 (\\(lqXPG4.2\\(rq)")
LINE("-xpg4.3", "X/Open Portability Guide Issue\\~4, Version\\~3 (\\(lqXPG4.3\\(rq)")
-LINE("-xbd5", "X/Open System Interface Definitions Issue\\~5 (\\(lqXBD5\\(rq)")
+LINE("-xbd5", "X/Open Base Definitions Issue\\~5 (\\(lqXBD5\\(rq)")
LINE("-xcu5", "X/Open Commands and Utilities Issue\\~5 (\\(lqXCU5\\(rq)")
LINE("-xsh5", "X/Open System Interfaces and Headers Issue\\~5 (\\(lqXSH5\\(rq)")
LINE("-xns5", "X/Open Networking Services Issue\\~5 (\\(lqXNS5\\(rq)")