aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Aulery <saulery@free.fr>2014-10-21 21:37:19 +0200
committerGerd Hoffmann <kraxel@redhat.com>2014-10-22 15:53:05 +0200
commit7c306c30d8e620759d236cb3bc13c90a6c57ca23 (patch)
tree667940e5fff29c6eb7f72380985bf2d9305abe34
parent6aa5563cb3c8864ad15cf83eb6fca3b773da1099 (diff)
downloadfbida-7c306c30d8e620759d236cb3bc13c90a6c57ca23.tar.gz
Explicit defaults, name of config file and fix version number.
Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r--exiftran.man2
-rw-r--r--exiftran.man.fr2
-rw-r--r--fbgs.man2
-rw-r--r--fbgs.man.fr4
-rw-r--r--fbi.man15
-rw-r--r--fbi.man.fr16
-rw-r--r--ida.man2
-rw-r--r--ida.man.fr2
8 files changed, 21 insertions, 24 deletions
diff --git a/exiftran.man b/exiftran.man
index a629352..06470d8 100644
--- a/exiftran.man
+++ b/exiftran.man
@@ -1,4 +1,4 @@
-.TH EXIFTRAN 1 "(c) 2002-2012 Gerd Hoffmann" "EXIFTRAN 2.08" "Transform digital camera jpeg images"
+.TH EXIFTRAN 1 "(c) 2002-2012 Gerd Hoffmann" "EXIFTRAN 2.09" "Transform digital camera jpeg images"
\#
\#
.SH NAME
diff --git a/exiftran.man.fr b/exiftran.man.fr
index 04cdefb..4f4003c 100644
--- a/exiftran.man.fr
+++ b/exiftran.man.fr
@@ -1,4 +1,4 @@
-.TH EXIFTRAN 1 "(c) 2002-2012 Gerd Hoffmann" "EXIFTRAN 2.08" "Transformation d'images jpeg d'appareil photo numérique"
+.TH EXIFTRAN 1 "(c) 2002-2012 Gerd Hoffmann" "EXIFTRAN 2.09" "Transformation d'images jpeg d'appareil photo numérique"
\#
\#
.SH NOM
diff --git a/fbgs.man b/fbgs.man
index 9a83b4f..15b22b5 100644
--- a/fbgs.man
+++ b/fbgs.man
@@ -1,4 +1,4 @@
-.TH FBGS 1 "(c) 1999\-2012 Gerd Hoffmann" "FBGS 2.08" "PostScript/pdf viewer for the linux framebuffer console"
+.TH FBGS 1 "(c) 1999\-2012 Gerd Hoffmann" "FBGS 2.09" "PostScript/pdf viewer for the linux framebuffer console"
\#
\#
.SH NAME
diff --git a/fbgs.man.fr b/fbgs.man.fr
index a5bf682..f95ddb2 100644
--- a/fbgs.man.fr
+++ b/fbgs.man.fr
@@ -1,6 +1,4 @@
-\# Traduction de la version du commit f66d5fd21f83b3c041cd032effcccec20de52184
-\# du manuel fbgs.man
-.TH FBGS 1 "(c) 1999\-2012 Gerd Hoffmann" "FBGS 2.08" "Visionneuse PostScript/pdf pour la console framebuffer de Linux"
+.TH FBGS 1 "(c) 1999\-2012 Gerd Hoffmann" "FBGS 2.09" "Visionneuse PostScript/pdf pour la console framebuffer de Linux"
\#
\#
.SH NOM
diff --git a/fbi.man b/fbi.man
index 470a406..11b9b68 100644
--- a/fbi.man
+++ b/fbi.man
@@ -1,4 +1,4 @@
-.TH FBI 1 "(c) 1998-2012 Gerd Hoffmann" "FBI 2.08" "Linux framebuffer imageviewer"
+.TH FBI 1 "(c) 1998-2012 Gerd Hoffmann" "FBI 2.09" "Linux framebuffer imageviewer"
\#
\#
.SH NAME
@@ -29,7 +29,7 @@ Print usage info.
Print \fBfbi\fP version number.
.TP
.B --store
-Write command line arguments to config file.
+Write command line arguments to config file \fI~/.fbirc\fP.
.TP
.BI "-l" "\ file" ", --list" "\ file"
Read image filelist from \fIfile\fP.
@@ -58,7 +58,8 @@ Like autozoom, but scale down only.
Use width only for autoscaling.
.TP
.B -v, --(no)verbose
-Be verbose: enable status line on the bottom of the screen.
+Be verbose: enable status line on the bottom of the screen (enabled by
+default).
.TP
.B -u, --(no)random
Randomize the order of the filenames.
@@ -83,7 +84,7 @@ Preserve timestamps (when editing images).
Read ahead images into cache.
.TP
.BI "--cachemem" "\ size"
-Image cache \fIsize\fP in megabytes (MB).
+Image cache \fIsize\fP in megabytes (default is 256).
.TP
.BI "--blend" "\ time"
Image blend \fItime\fP in miliseconds.
@@ -101,11 +102,11 @@ Load next image after \fIsec\fP seconds without any keypress (i.e. slideshow).
Don't loop (only use with \fB-t\fP).
.TP
.BI "-r" "\ n" ", --resolution" "\ n"
-Select resolution, \fIn = 1..5\fP (only \fIPhotoCD\fP).
+Select resolution, \fIn = 1..5\fP (default is 3, only \fIPhotoCD\fP).
.TP
.BI "-g" "\ n" ", --gamma" "\ n"
-Gamma correction. Default is 1.0. Requires \fIPseudocolor\fP or
-\fIDirectcolor\fP visual, doesn't work for \fITruecolor\fP.
+Gamma correction. Requires \fIPseudocolor\fP or \fIDirectcolor\fP visual,
+doesn't work for \fITruecolor\fP (default is 1).
.TP
.BI "-f" "\ <arg>" ", --font" "\ <arg>"
Set font. This \fI<arg>\fP can be anything fontconfig accepts (see
diff --git a/fbi.man.fr b/fbi.man.fr
index 2c277c0..ca63966 100644
--- a/fbi.man.fr
+++ b/fbi.man.fr
@@ -1,6 +1,4 @@
-\# Traduction de la version du commit 92744db63979c75138779e816a9290057fa92f11
-\# du manuel fbi.man
-.TH FBI 1 "(c) 1999-2012 Gerd Hoffmann" "FBI 2.08" "Visionneuse d'image pour le framebuffer Linux"
+.TH FBI 1 "(c) 1999-2012 Gerd Hoffmann" "FBI 2.09" "Visionneuse d'image pour le framebuffer Linux"
\#
\#
.SH NOM
@@ -33,7 +31,7 @@ Afficher le numéro de version de \fBfbi\fP.
.TP
.B --store
Sauvegader les arguments de la ligne de commande dans le fichier de
-configuration.
+configuration \fI~/.fbirc\fP.
.TP
.BI "-l" "\ fichier" ", --list" "\ fichier"
Lit une liste de fichiers image depuis un \fIfichier\fP.
@@ -64,7 +62,7 @@ Comme autozoom, mais n'accepte que la réduction.
Utiliser seulement la largeur pour la mise à l'échelle automatique.
.TP
.B -v, --(no)verbose
-Être loquace : activer la barre d'état en bas de l'écran.
+Être loquace : activer la barre d'état en bas de l'écran (activé par défaut).
.TP
.B -u, --(no)random
Mélanger l'ordre des noms de fichier.
@@ -90,7 +88,7 @@ Conserver l'horodatage (lors de la modification des images).
Mettre en cache les entêtes des images.
.TP
.BI "--cachemem" "\ taille"
-\fITaille\fP du cache des images en mégaoctets (Mo)
+\fITaille\fP du cache des images en mégaoctets (256 par défaut)
.TP
.BI "--blend" "\ durée"
\fIDurée\fP de mélange des images en millisecondes.
@@ -109,11 +107,11 @@ touche (c-à-d un diaporama).
Ne pas boucler (utiliser seulement avec \fB-t\fP).
.TP
.BI "-r" "\ n" ", --resolution" "\ n"
-Sélectionner la résolution, \fIn = 1..5\fP (seulement pour \fIPhotoCD\fP).
+Sélectionner la résolution, \fIn = 1..5\fP (3 par défaut, seulement pour \fIPhotoCD\fP).
.TP
.BI "-g" "\ n" ", --gamma" "\ n"
-Correction gamma. La valeur par défaut est 1.0. Nécessite un visuel en
-\fIPseudocolor\fP ou \fIDirectcolor\fP, ne fonctionne pas en \fITruecolor\fP.
+Correction gamma. Nécessite un visuel en \fIPseudocolor\fP ou \fIDirectcolor\fP,
+ne fonctionne pas en \fITruecolor\fP (1 par défaut).
.TP
.BI "-f" "\ <arg>" ", --font" "\ <arg>"
Sélectionner une police. \fI<arg>\fP peut prendre n'importe quelle valeur
diff --git a/ida.man b/ida.man
index d9b9fb6..c2c3922 100644
--- a/ida.man
+++ b/ida.man
@@ -1,4 +1,4 @@
-.TH IDA 1 "(c) 2001-2012 Gerd Hoffmann" "IDA 2.08" "Image viewing and editing program"
+.TH IDA 1 "(c) 2001-2012 Gerd Hoffmann" "IDA 2.09" "Image viewing and editing program"
\#
\#
.SH NAME
diff --git a/ida.man.fr b/ida.man.fr
index 6283345..7bb9947 100644
--- a/ida.man.fr
+++ b/ida.man.fr
@@ -1,4 +1,4 @@
-.TH IDA 1 "(c) 2001-2012 Gerd Hoffmann" "IDA 2.08" "Programme de visualisation et de modification d'image"
+.TH IDA 1 "(c) 2001-2012 Gerd Hoffmann" "IDA 2.09" "Programme de visualisation et de modification d'image"
\#
\#
.SH NOM