1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Sun, 03 Jul 2016 22:13:17 +0200
Description: Fix manpage syntax
--- a/src/cpp/vcftools.1
+++ b/src/cpp/vcftools.1
@@ -1,7 +1,7 @@
.\" Manpage for vcftools.
-.TH vcftools man page 1 "2 August 2018" "0.1.17" "vcftools man page"
+.TH vcftools "1" "2 August 2018" "0.1.17" "vcftools man page"
.SH NAME
-vcftools v0.1.17 \- Utilities for the variant call format (VCF) and binary variant call format (BCF)
+vcftools \- Utilities for the variant call format (VCF) and binary variant call format (BCF)
.SH SYNOPSIS
.B vcftools
[
|