diff options
| author | 2020-04-18 20:28:46 +0000 | |
|---|---|---|
| committer | 2020-04-18 20:28:46 +0000 | |
| commit | 6e2a0df93b26b20049df54aff0406fb853fa3e0b (patch) | |
| tree | 0af4686781ea4e362a8df80a51519cbd4367f0b7 /usr.bin/mandoc/mdoc_validate.c | |
| parent | SPI_SA(sa, NULL) already prints a colon. (diff) | |
| download | wireguard-openbsd-6e2a0df93b26b20049df54aff0406fb853fa3e0b.tar.xz wireguard-openbsd-6e2a0df93b26b20049df54aff0406fb853fa3e0b.zip | |
When a .Tg is attached to a paragraph, attach the permalink
to the first word, or the first few words if they are short.
Diffstat (limited to 'usr.bin/mandoc/mdoc_validate.c')
| -rw-r--r-- | usr.bin/mandoc/mdoc_validate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mdoc_validate.c b/usr.bin/mandoc/mdoc_validate.c index f42751c5d67..c986931639e 100644 --- a/usr.bin/mandoc/mdoc_validate.c +++ b/usr.bin/mandoc/mdoc_validate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mdoc_validate.c,v 1.299 2020/04/08 11:54:14 schwarze Exp $ */ +/* $OpenBSD: mdoc_validate.c,v 1.300 2020/04/18 20:28:46 schwarze Exp $ */ /* * Copyright (c) 2010-2020 Ingo Schwarze <schwarze@openbsd.org> * Copyright (c) 2008-2012 Kristaps Dzonsons <kristaps@bsd.lv> @@ -35,11 +35,11 @@ #include "mandoc.h" #include "mandoc_xr.h" #include "roff.h" -#include "tag.h" #include "mdoc.h" #include "libmandoc.h" #include "roff_int.h" #include "libmdoc.h" +#include "tag.h" /* FIXME: .Bl -diag can't have non-text children in HEAD. */ |
