diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-06-12 00:58:33 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-06-12 23:28:42 +0200 |
| commit | eced9fa12da2e90c0468a7e888c18f5f192669e8 (patch) | |
| tree | 19fc91d7bb3d0e398e8f74c0238e4b218dd5534e | |
| parent | e450bcf6e35a5c227c5e80cdb4e44bb89516a5ee (diff) | |
| download | man-pages-eced9fa12da2e90c0468a7e888c18f5f192669e8.tar.gz | |
share/mk/: Skip spurious warning from mandoc(1)
$ make lint-man-mandoc
MANDOC .tmp/man/man2/ioctl_eventpoll.2.lint-man.mandoc.touch
mandoc: .tmp/man/man2/ioctl_eventpoll.2:25:2: STYLE: fill mode already disabled, skipping: EX
mandoc: .tmp/man/man2/ioctl_eventpoll.2:35:2: STYLE: fill mode already enabled, skipping: fi
make: *** [/home/alx/src/linux/man-pages/man-pages/contrib/share/mk/lint/man/mandoc.mk:39: .tmp/man/man2/ioctl_eventpoll.2.lint-man.mandoc.touch] Error 1
Link: <https://lists.gnu.org/archive/html/groff/2024-06/msg00010.html>
Cc: Joe Damato <jdamato@fastly.com>
Cc: "G. Branden Robinson" <branden@debian.org>
Cc: Ingo Schwarze <schwarze@openbsd.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | share/mk/lint/man/mandoc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/lint/man/mandoc.mk b/share/mk/lint/man/mandoc.mk index 2a3f9144f4..c11f51cc17 100644 --- a/share/mk/lint/man/mandoc.mk +++ b/share/mk/lint/man/mandoc.mk @@ -16,6 +16,7 @@ include $(MAKEFILEDIR)/configure/xfail.mk _XFAIL_LINT_man_mandoc := \ + $(_MANDIR)/man2/ioctl_eventpoll.2.lint-man.mandoc.touch \ $(_MANDIR)/man3/pthread_cond_init.3.lint-man.mandoc.touch \ $(_MANDIR)/man3/pthread_key_create.3.lint-man.mandoc.touch \ $(_MANDIR)/man3/pthread_mutex_init.3.lint-man.mandoc.touch \ |
