diff options
author | 2012-02-26 21:29:49 +0000 | |
---|---|---|
committer | 2012-02-26 21:29:49 +0000 | |
commit | 387d4091982fb5180ee6f26577756b0e03f3c51c (patch) | |
tree | 0bc787018a3a22615376de7e5a7d6382a4b13e75 | |
parent | similar change to the setsockopt1.c one: use the resolution of the monotonic (diff) | |
download | wireguard-openbsd-387d4091982fb5180ee6f26577756b0e03f3c51c.tar.xz wireguard-openbsd-387d4091982fb5180ee6f26577756b0e03f3c51c.zip |
Correct the expansion of -xbd5
ok schwarze@ jmc@
-rw-r--r-- | usr.bin/mandoc/st.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/st.in b/usr.bin/mandoc/st.in index 0d569476c53..791f5ad149b 100644 --- a/usr.bin/mandoc/st.in +++ b/usr.bin/mandoc/st.in @@ -1,4 +1,4 @@ -/* $Id: st.in,v 1.12 2012/01/03 11:05:57 schwarze Exp $ */ +/* $Id: st.in,v 1.13 2012/02/26 21:29:49 guenther 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)") |