From 19024c2a04f924edbdc7d7b036fcbea47d65a921 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Tue, 1 Aug 2017 16:48:08 +0000 Subject: textproc/libcsv fix manpage The headers are not installed with a prefix, so correct the manpage. PR: 220053 Submitted by: Bob Eager --- textproc/libcsv/files/patch-csv.3 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'textproc/libcsv/files') diff --git a/textproc/libcsv/files/patch-csv.3 b/textproc/libcsv/files/patch-csv.3 index 71f6ae0f8ddb..5e21b701e55f 100644 --- a/textproc/libcsv/files/patch-csv.3 +++ b/textproc/libcsv/files/patch-csv.3 @@ -1,11 +1,18 @@ --- csv.3.orig 2013-01-10 00:04:17 UTC +++ csv.3 -@@ -1,4 +1,4 @@ +@@ -1,10 +1,10 @@ -.TH CSV 3 "9 January 2013" -+.TH CSV 3 "2 January 2016" ++.TH CSV 3 "21 July 2017" .SH NAME csv \- CSV parser and writer library .SH SYNOPSIS + .nf + .ft B +-#include ++#include + .LP + .fi + .ft B @@ -36,6 +36,9 @@ void csv_free(struct csv_parser *\fIp\fB unsigned char csv_get_delim(struct csv_parser *\fIp\fB); -- cgit v1.2.3