Skip to content

Commit

Permalink
Applied patch from Khalid: fixes spelling mistakes and hyphen used as…
Browse files Browse the repository at this point in the history
… minus sign in the manpage (closes bug #147)
  • Loading branch information
rolinh committed Aug 25, 2012
1 parent 4c406ba commit 73b42f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions man/dfc.1
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@ Color will never be used.
Show used size.
.TP
\-e [FORMAT]
Allows you to export dfc(1) ouput to specified FORMAT.
Allows you to export dfc(1) output to specified FORMAT.
FORMAT is one of the following:

"csv":
Output as "comma separated value" file type. Example usage:

dfc -e csv > foo.csv
dfc \-e csv > foo.csv

"html":
Output is HTML formated. Example usage:

dfc -e html -Tadiso -c always > index.html
dfc \-e html \-Tadiso \-c always > index.html

"tex":
Ouput is TeX formated. Example usage:
Output is TeX formated. Example usage:

dfc -e tex -c always > report.tex
dfc \-e tex \-c always > report.tex

"text":
Text output (default).
Expand Down
6 changes: 3 additions & 3 deletions man/fr/dfc.1
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ FORMAT est un des suivant:
"csv":
Exporte vers le format CSV. Exemple d'utilisation:

dfc -e csv > foo.csv
dfc \-e csv > foo.csv

"html":
Exporte avers le format HTML. Exemple d'utilisation:

dfc -e html -Tadiso -c always > index.html
dfc \-e html \-Tadiso \-c always > index.html

"tex":
Exporte vers le foramt TeX. Exemple d'utilisation:

dfc -e tex -c always > report.tex
dfc \-e tex \-c always > report.tex

"text":
Sortie texte (defaut).
Expand Down

0 comments on commit 73b42f9

Please sign in to comment.