diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-01 16:48:08 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-08-01 16:48:08 +0000 |
commit | 19024c2a04f924edbdc7d7b036fcbea47d65a921 (patch) | |
tree | e2ada159aa18dac2e511534595a588adb953d65b /textproc/libcsv/files/patch-csv.3 | |
parent | - net-p2p/bitcoin: fix path error in startup script files/bitcoin.in also (diff) |
textproc/libcsv fix manpage
The headers are not installed with a prefix, so correct the manpage.
PR: 220053
Submitted by: Bob Eager <bob@eager.cx>
Notes
Notes:
svn path=/head/; revision=447031
Diffstat (limited to 'textproc/libcsv/files/patch-csv.3')
-rw-r--r-- | textproc/libcsv/files/patch-csv.3 | 11 |
1 files changed, 9 insertions, 2 deletions
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 <libcsv/csv.h> ++#include <csv.h> + .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); |