Merge pull request #62 from yarikoptic/bf-man

BF(DOC): escape - in the manpage examples
This commit is contained in:
Yaroslav Halchenko 2018-09-11 10:37:22 -04:00 committed by GitHub
commit a79e2646ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@ are supported natively and do not require helper applications to be
installed. installed.
.SH EXAMPLES .SH EXAMPLES
\fBpatool extract archive.zip otherarchive.rar\fP \fBpatool extract archive.zip otherarchive.rar\fP
\fBpatool --verbose test dist.tar.gz\fP \fBpatool \-\-verbose test dist.tar.gz\fP
\fBpatool list package.deb\fP \fBpatool list package.deb\fP
\fPpatool --verbose create myfiles.zip file1.txt dir/\fP \fPpatool \-\-verbose create myfiles.zip file1.txt dir/\fP
\fBpatool diff release1.0.tar.xz release2.0.zip\fP \fBpatool diff release1.0.tar.xz release2.0.zip\fP
\fBpatool search "def urlopen" python-3.3.tar.gz\fP \fBpatool search "def urlopen" python-3.3.tar.gz\fP
\fBpatool repack linux-2.6.33.tar.gz linux-2.6.33.tar.bz2\fP \fBpatool repack linux-2.6.33.tar.gz linux-2.6.33.tar.bz2\fP