Skip to content

Commit

Permalink
Fix line breakage in auparse_interpret_field manpage
Browse files Browse the repository at this point in the history
In debian, lintian is complaining about the auparse_interpret_field
manpage with the following warning:
  W: libauparse-dev: manpage-has-errors-from-man usr/share/man/man3/auparse_interpret_field.3.gz 41: warning [p 1, 9.2i]: can't break line

See: https://lintian.debian.org/tags/manpage-has-errors-from-man.html
  • Loading branch information
bigon committed Oct 11, 2017
1 parent e0b2054 commit 035b9e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/auparse_interpret_field.3
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ Returns NULL if there is an error otherwise a pointer to the interpreted value.

.SH "SEE ALSO"

.BR auparse_get_field_int (3), auparse_get_field_str (3), auparse_set_escape_mode (3).
.BR auparse_get_field_int (3),
.BR auparse_get_field_str (3),
.BR auparse_set_escape_mode (3).

.SH AUTHOR
Steve Grubb

0 comments on commit 035b9e1

Please sign in to comment.