1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Adjust the man page formatting to avoid lintian "cannot break line"
warnings. This change splits up extra-long BI (Bold, Italic) commands.
.
These man pages are compiled from an upstream docbook, meaning that is isn't
possible to make these changes in the upstream file.
https://github.com/svarshavchik/courier-libs/blob/master/unicode/book.xml
Author: Soren Stoutner <soren@debian.org>
Forwarded: not-needed
Last-Update: 2025-12-04
--- a/auth_enumerate.3
+++ b/auth_enumerate.3
@@ -37,7 +37,8 @@ auth_enumerate \- Obtain list of account
#include <courierauth\&.h>
.fi
.HP \w'auth_enumerate('u
-.BI "auth_enumerate(int\ " "(*callback_func)" "\ (const\ char\ *,\ uid_t,\ gid_t,\ const\ char\ *,\ const\ char\ *,\ const\ char\ *,\ void\ *), void\ *" "callback_arg" ");"
+.BI "auth_enumerate(int\ " "(*callback_func)"
+.BI "\ (const\ char\ *,\ uid_t,\ gid_t,\ const\ char\ *,\ const\ char\ *,\ const\ char\ *,\ void\ *), void\ *" "callback_arg" ");"
.SH "DESCRIPTION"
.PP
\fBauth_enumerate\fR
|