diff options
author | 2009-10-19 20:39:58 +0000 | |
---|---|---|
committer | 2009-10-19 20:39:58 +0000 | |
commit | 58fc60809ecca60af77df82775f2c34ac9688cb1 (patch) | |
tree | d368aa403e249b1028abee57055c61a7247c2abb | |
parent | users within virtual domains do not necessarily map to a real user account, (diff) | |
download | wireguard-openbsd-58fc60809ecca60af77df82775f2c34ac9688cb1.tar.xz wireguard-openbsd-58fc60809ecca60af77df82775f2c34ac9688cb1.zip |
sync to 1.9.7: typo; from Alan Bueno, alan dot bsd at gmail dot com
-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 bd7cef2a45b..dc0d5f5e057 100644 --- a/usr.bin/mandoc/st.in +++ b/usr.bin/mandoc/st.in @@ -1,4 +1,4 @@ -/* $Id: st.in,v 1.4 2009/08/09 23:41:13 schwarze Exp $ */ +/* $Id: st.in,v 1.5 2009/10/19 20:39:58 schwarze Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se> * @@ -35,7 +35,7 @@ LINE("-p1003.1b", "IEEE Std 1003.1b (\\(lqPOSIX\\(rq)") LINE("-p1003.1b-93", "IEEE Std 1003.1b-1993 (\\(lqPOSIX\\(rq)") LINE("-p1003.1c-95", "IEEE Std 1003.1c-1995 (\\(lqPOSIX\\(rq)") LINE("-p1003.1g-2000", "IEEE Std 1003.1g-2000 (\\(lqPOSIX\\(rq)") -LINE("-p1003.1i-95", "IEEE Std 1003.1i-1995 (\\(lqPOSIX.1\\rq)") +LINE("-p1003.1i-95", "IEEE Std 1003.1i-1995 (\\(lqPOSIX.1\\(rq)") LINE("-p1003.2-92", "IEEE Std 1003.2-1992 (\\(lqPOSIX.2\\(rq)") LINE("-p1387.2-95", "IEEE Std 1387.2-1995 (\\(lqPOSIX.7.2\\(rq)") LINE("-p1003.2", "IEEE Std 1003.2 (\\(lqPOSIX.2\\(rq)") |