diff options
author | Stéphane Aulery <lkppo@free.fr> | 2012-01-27 00:22:42 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-01-27 12:18:38 +0100 |
commit | 3d3255dd4190416d8b4e6752760a2e6487b9a564 (patch) | |
tree | f49221cdfce9ff3012342da0fbd36fba94073daa | |
parent | 1c89a4dd1cb65901ab561135415af681b3e0a6f2 (diff) | |
download | fbida-3d3255dd4190416d8b4e6752760a2e6487b9a564.tar.gz |
Small fix of fbgs manpages
fbgs.man:
* Improve words wrap
* Group authors and copyright sections
* Fix .SH section
fbgs.man.fr:
* Improve words wrap
* Group authors and copyright sections
* Fix .SH section
-rw-r--r-- | fbgs.man | 36 | ||||
-rw-r--r-- | fbgs.man.fr | 33 |
2 files changed, 33 insertions, 36 deletions
@@ -19,9 +19,8 @@ fbgs \- Poor man's PostScript/pdf viewer for the linux framebuffer console. \# .SH DESCRIPTION .BR Fbgs -is a simple wrapper script which takes a \fIPostScript\fP (PS) or -\fIPortable Document Format\fP (PDF) file as input, renders the pages -using +is a simple wrapper script which takes a \fIPostScript\fP (PS) or \fIPortable +Document Format\fP (PDF) file as input, renders the pages using .BR gs (1) \- GhostScript \- into a temporary directory and finally calls .BR fbi (1) @@ -66,29 +65,28 @@ Stops interpreting after the designated page of the document. You can use this option if your PDF file requires a \fIpassword\fP. \# \# +.SH "SEE ALSO" +.BR fbi (1), +.BR gs (1) +\# +\# .SH AUTHOR Gerd Knorr .BR <kraxel@bytesex.org> \# \# -.SH SEE ALSO -.BR fbi (1), -.BR gs (1) -\# -\# .SH COPYRIGHT Copyright (c) 1999-2012 Gerd Knorr <kraxel@bytesex.org> .P -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. .P -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. .P -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, +Cambridge, MA 02139, USA. diff --git a/fbgs.man.fr b/fbgs.man.fr index fb91296..33a9cbf 100644 --- a/fbgs.man.fr +++ b/fbgs.man.fr @@ -68,9 +68,9 @@ Arrêter d'interpréter après la page du document désigné par le \fInuméro\f Vous pouvez utiliser cette option si votre fichier PDF nécessite un \fImotdepasse\fP. \# \# -.SH AUTEUR -Gerd Knorr -.BR <kraxel@bytesex.org> +.SH "VOIR AUSSI" +.BR fbi (1), +.BR gs (1) \# \# .SH TRADUCTEUR @@ -78,24 +78,23 @@ Stéphane Aulery .BR <lkppo@free.fr> \# \# -.SH VOIR AUSSI -.BR fbi (1), -.BR gs (1) +.SH AUTEUR +Gerd Knorr +.BR <kraxel@bytesex.org> \# \# .SH COPYRIGHT Copyright (c) 1999-2012 Gerd Knorr <kraxel@bytesex.org> .P -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. .P -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. .P -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, +Cambridge, MA 02139, USA. |