1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: fix bad whatis entry for samtools-fasta and samtools-fastq manual
The format is inspired from printf(3) to fit automatically several commands
with same purpose in one page, while keeping the whatis entries parse happy.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: no
Last-Update: 2021-10-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/doc/samtools-fasta.1
+++ b/doc/samtools-fasta.1
@@ -1,7 +1,7 @@
'\" t
.TH samtools-fasta 1 "2 September 2022" "samtools-1.16.1" "Bioinformatics tools"
.SH NAME
-samtools fasta / fastq \- converts a SAM/BAM/CRAM file to FASTA or FASTQ
+samtools-fasta, samtools-fastq \- converts a SAM/BAM/CRAM file to FASTA or FASTQ
.\"
.\" Copyright (C) 2008-2011, 2013-2020 Genome Research Ltd.
.\" Portions copyright (C) 2010, 2011 Broad Institute.
|