diff options
author | 2009-10-27 21:40:07 +0000 | |
---|---|---|
committer | 2009-10-27 21:40:07 +0000 | |
commit | b822ca0d77807d44eec5a00444afad079a24e43c (patch) | |
tree | 61739724919c5c74eb5ced4fd954890ec97056bc /usr.bin/mandoc/mdoc_argv.c | |
parent | update moduli file; ok deraadt (diff) | |
download | wireguard-openbsd-b822ca0d77807d44eec5a00444afad079a24e43c.tar.xz wireguard-openbsd-b822ca0d77807d44eec5a00444afad079a24e43c.zip |
sync to 1.9.11: adapt printing of dates to groff conventions,
NetBSD portability fixes and some minor bugfixes and feature enhancements;
also checked that my hyphenation code still works on top of this
Diffstat (limited to 'usr.bin/mandoc/mdoc_argv.c')
-rw-r--r-- | usr.bin/mandoc/mdoc_argv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mandoc/mdoc_argv.c b/usr.bin/mandoc/mdoc_argv.c index 2905ca6e36f..fbc435bf588 100644 --- a/usr.bin/mandoc/mdoc_argv.c +++ b/usr.bin/mandoc/mdoc_argv.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_argv.c,v 1.17 2009/10/21 19:13:50 schwarze Exp $ */ +/* $Id: mdoc_argv.c,v 1.18 2009/10/27 21:40:07 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se> * @@ -203,6 +203,7 @@ static int mdoc_argflags[MDOC_MAX] = { 0, /* %Q */ 0, /* br */ 0, /* sp */ + 0, /* %U */ }; |