From 79d841ff9307e8fb1770d6d2c4cf49cb21833205 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 13 Sep 2019 19:55:05 +0200 Subject: Minor corrections to the formatting of manual page. Found with mandoc -Tlint; fixing the following messages: WARNING: bad NAME section content WARNING: missing comma before name WARNING: new sentence, new line WARNING: parenthesis in function name WARNING: skipping no-space macro WARNING: skipping paragraph macro WARNING: unusual Xr order WARNING: unusual Xr punctuation STYLE: no blank before trailing delimiter STYLE: possible typo in section name STYLE: trailing delimiter STYLE: whitespace at end of input line For the meaning of the messages, see: https://man.openbsd.org/mandoc#DIAGNOSTICS --- libarchive/archive_read_open.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libarchive/archive_read_open.3') diff --git a/libarchive/archive_read_open.3 b/libarchive/archive_read_open.3 index 2278ebc3..f6767782 100644 --- a/libarchive/archive_read_open.3 +++ b/libarchive/archive_read_open.3 @@ -205,7 +205,7 @@ On failure, the callback should invoke .Fn archive_set_error to register an error code and message and return -.Cm ARCHIVE_FATAL. +.Cm ARCHIVE_FATAL . .\" .Sh EXAMPLE .\" .Sh RETURN VALUES @@ -223,11 +223,11 @@ functions. .\" .Sh SEE ALSO .Xr tar 1 , -.Xr libarchive 3 , .Xr archive_read 3 , .Xr archive_read_data 3 , .Xr archive_read_filter 3 , .Xr archive_read_format 3 , .Xr archive_read_set_options 3 , .Xr archive_util 3 , +.Xr libarchive 3 , .Xr tar 5 -- cgit v1.2.1