From 2f4ab2b7937b72ebf1fe74ae75c7f59af1d50701 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 3 Sep 2001 01:02:49 +0000 Subject: Added French man page, moved English page to its own directory --- Makefile | 6 ++++- man/C/chksession.8 | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++ man/chksession.8 | 69 ----------------------------------------------------- man/fr/chksession.8 | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 143 insertions(+), 70 deletions(-) create mode 100644 man/C/chksession.8 delete mode 100644 man/chksession.8 create mode 100644 man/fr/chksession.8 diff --git a/Makefile b/Makefile index ebe9669..d1bb2c4 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,11 @@ install: mkdir -p $(RPM_BUILD_ROOT)/usr/lib/desktop-links mkdir -p $(RPM_BUILD_ROOT)/usr/share/gnome/apps/Internet mkdir -p $(RPM_BUILD_ROOT)/usr/share/gnome/apps/System - install -m644 man/*8 $(RPM_BUILD_ROOT)/$(mandir)/man8/ + install -m644 man/C/*8 $(RPM_BUILD_ROOT)/$(mandir)/man8/ + for i in man/??* ; \ + do install -d $(RPM_BUILD_ROOT)/$(mandir)/`basename $$i`/man8 ; \ + install -m 644 $$i/*.8 $(RPM_BUILD_ROOT)/$(mandir)/`basename $$i`/man8 ; \ + done install -m755 sbin/* $(RPM_BUILD_ROOT)/usr/sbin/ install -m755 bin/* $(RPM_BUILD_ROOT)/usr/bin/ install -m644 icons/*.xpm $(RPM_BUILD_ROOT)/usr/share/icons/ diff --git a/man/C/chksession.8 b/man/C/chksession.8 new file mode 100644 index 0000000..1fff5ce --- /dev/null +++ b/man/C/chksession.8 @@ -0,0 +1,69 @@ +.\" Written by Camille Bégnis 12/28/99 +.TH CHKSESSION 8 "Dec 1999" "mandrake_desk" "MandrakeSoft" +.SH NAME +chksession \- Add/remove sessions from display managers +.SH SYNOPSIS +.B chksession +[\fIOPTION\fR]... +.SH DESCRIPTION +.PP +.PP +chksession allows system root to manage the sessions list provided by both gdm and kdm display managers. It modifies respective configuration files to add or remove available sessions like kde, gnome, icewm... +.TP +\fB\-F\fR, \fB\-\-first\fR +Print only first available entry of config file. +.TP +\fB\-f=FILE\fR, \fB\-\-file=FILE\fR +Specify an alternate config file, different from \fI/etc/X11/window-manager\fR +.TP +\fB\-g\fR, \fB\-\-gdm\fR +Update window-managers list for gdm sessions using default config file or FILE specified by \fB\-f\fR option. +.TP +\fB\-h\fR, \fB\-\-help\fR +Print a short help. +.TP +\fB\-k\fR, \fB\-\-kdm\fR +Update window-managers list for kdm sessions using default config file or FILE specified by \fB\-f\fR option. +.TP +\fB\-l\fR, \fB\-\-list\fR +List window-managers available in config file. +.TP +\fB\-r=ENTRY\fR, \fB\-\-remove=ENTRY\fR +Print to stdout the list of window-managers as in config file, where ENTRY has been removed. +.TP +\fB\-t\fR, \fB\-\-test\fR +Enter test mode. +.TP +\fB\-x=ENTRY\fR, \fB\-\-xsession=ENTRY\fR +Print to stdout the script used to launch ENTRY window-manager. +.SH "CONFIG FILE STRUCTURE" +This file describes each window manager that will be made available through display managers. Each entry in this file is separate4d by a \fB\-\-@@\-\-\fR line. +.PP +.B NAME= +is the name of the session as displayed into display manager's list. +.PP +.B ICON= +icon file (\fI.xpm or .png\fR) used for this session. +.PP +.B DESC= +short description of the session. +.PP +.B EXEC= +test string to check wether the session manager has been installed or not. +.PP +.B SCRIPT: +shell script used to run the window-manager choosed by the user. +.SH FILES +.TP +\fB\/etc/X11/window-manager\fR +default config file, listing most known window-managers. It is the base used by \fBchksessio\fRn to update config files of both gdm and kdm display managers. +.SH "REPORTING BUGS" +Report bugs to \fBhttp://www.linux-mandrake.com/bugs/\fR. +.SH "SEE ALSO" +\fIxdm\fR(1) +.SH COPYRIGHT +Copyright \(co 1999 MandrakeSoft. +.br +This is a GPL free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + diff --git a/man/chksession.8 b/man/chksession.8 deleted file mode 100644 index 1fff5ce..0000000 --- a/man/chksession.8 +++ /dev/null @@ -1,69 +0,0 @@ -.\" Written by Camille Bégnis 12/28/99 -.TH CHKSESSION 8 "Dec 1999" "mandrake_desk" "MandrakeSoft" -.SH NAME -chksession \- Add/remove sessions from display managers -.SH SYNOPSIS -.B chksession -[\fIOPTION\fR]... -.SH DESCRIPTION -.PP -.PP -chksession allows system root to manage the sessions list provided by both gdm and kdm display managers. It modifies respective configuration files to add or remove available sessions like kde, gnome, icewm... -.TP -\fB\-F\fR, \fB\-\-first\fR -Print only first available entry of config file. -.TP -\fB\-f=FILE\fR, \fB\-\-file=FILE\fR -Specify an alternate config file, different from \fI/etc/X11/window-manager\fR -.TP -\fB\-g\fR, \fB\-\-gdm\fR -Update window-managers list for gdm sessions using default config file or FILE specified by \fB\-f\fR option. -.TP -\fB\-h\fR, \fB\-\-help\fR -Print a short help. -.TP -\fB\-k\fR, \fB\-\-kdm\fR -Update window-managers list for kdm sessions using default config file or FILE specified by \fB\-f\fR option. -.TP -\fB\-l\fR, \fB\-\-list\fR -List window-managers available in config file. -.TP -\fB\-r=ENTRY\fR, \fB\-\-remove=ENTRY\fR -Print to stdout the list of window-managers as in config file, where ENTRY has been removed. -.TP -\fB\-t\fR, \fB\-\-test\fR -Enter test mode. -.TP -\fB\-x=ENTRY\fR, \fB\-\-xsession=ENTRY\fR -Print to stdout the script used to launch ENTRY window-manager. -.SH "CONFIG FILE STRUCTURE" -This file describes each window manager that will be made available through display managers. Each entry in this file is separate4d by a \fB\-\-@@\-\-\fR line. -.PP -.B NAME= -is the name of the session as displayed into display manager's list. -.PP -.B ICON= -icon file (\fI.xpm or .png\fR) used for this session. -.PP -.B DESC= -short description of the session. -.PP -.B EXEC= -test string to check wether the session manager has been installed or not. -.PP -.B SCRIPT: -shell script used to run the window-manager choosed by the user. -.SH FILES -.TP -\fB\/etc/X11/window-manager\fR -default config file, listing most known window-managers. It is the base used by \fBchksessio\fRn to update config files of both gdm and kdm display managers. -.SH "REPORTING BUGS" -Report bugs to \fBhttp://www.linux-mandrake.com/bugs/\fR. -.SH "SEE ALSO" -\fIxdm\fR(1) -.SH COPYRIGHT -Copyright \(co 1999 MandrakeSoft. -.br -This is a GPL free software; see the source for copying conditions. There is NO -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - diff --git a/man/fr/chksession.8 b/man/fr/chksession.8 new file mode 100644 index 0000000..418f821 --- /dev/null +++ b/man/fr/chksession.8 @@ -0,0 +1,69 @@ +.\" Écrit par Camille Bégnis 12/28/99 +.TH CHKSESSION 8 "Dec 1999" "mandrake_desk" "MandrakeSoft" +.SH NAME +chksession \- Ajouter/retirer des sessions de gestionnaires de connexion +.SH SYNOPSIS +.B chksession +[\fIOPTION\fR]... +.SH DESCRIPTION +.PP +.PP +chksession permet à l'administrateur de gérer la liste des sessions fournies par les gestionnaires gdm et kdm. Il modifie les fichiers de configuration respectifs pour ajouter ou retirer des sessions telles que kde, gnome, icewm... +.TP +\fB\-F\fR, \fB\-\-first\fR +Affiche seulement la première entrée disponible du fichier de configuration. +.TP +\fB\-f=FICHIER\fR, \fB\-\-file=FICHIER\fR +Spécifie un autre fichier de configuration, différent de \fI/etc/X11/window-manager\fR +.TP +\fB\-g\fR, \fB\-\-gdm\fR +Met à jour la liste des gestionnaires de fenêtres pour les sessions gdm avec le fichier de configuration par défaut le FICHIER spécifié par l'option \fB\-f\fR. +.TP +\fB\-h\fR, \fB\-\-help\fR +Affiche un message d'aide. +.TP +\fB\-k\fR, \fB\-\-kdm\fR +Met à jour la liste des gestionnaires de fenêtres pour les sessions kdm avec le fichier de configuration par défaut le FICHIER spécifié par l'option \fB\-f\fR. +.TP +\fB\-l\fR, \fB\-\-list\fR +Liste les gestionnaires de fenêtres disponibles dans le fichier de configuration. +.TP +\fB\-r=ENTRÉE\fR, \fB\-\-remove=ENTRÉE\fR +Affiche sur la sortie standard la liste des gestionnaires de fenêtres comme dans le fichier de configuration, où ENTRÉE a été retirée. +.TP +\fB\-t\fR, \fB\-\-test\fR +Entre dans le mode de test. +.TP +\fB\-x=ENTRÉE\fR, \fB\-\-xsession=ENTRÉE\fR +Affiche sur la sortie standard le script utilisé pour lancer le gestionnaire de fenêtres ENTRÉE. +.SH "STRUCTURE DU FICHIER DE CONFIGURATION" +Ce fichier décrit chaque gestionnaire de fenêtres qui sera rendu disponible par le gestionnaire de connexion. Chaque entrée de ce fichier est séparée par une ligne \fB\-\-@@\-\-\fR. +.PP +.B NAME= +est le nom de la session tel qu'affiché dans la liste du gestionnaire de connexion. +.PP +.B ICON= +fichier icône (\fI.xpm oo .png\fR) utilisé pour cette session. +.PP +.B DESC= +description courte de la session. +.PP +.B EXEC= +teste la chaîne pour vérifier si le gestionnaire de connexion est installé ou pas. +.PP +.B SCRIPT: +script shell utilisé pour lancer le gestionnaire de fenêtres choisi par l'utilisateur. +.SH FICHIERS +.TP +\fB\/etc/X11/window-manager\fR +fichier de configuration par défaut, listant les gestionnaires de fenêtres les plus courants. C'est la base utilisée par \fBchksessio\fRn pour mettre à jour les fichiers de configuration des gestionnaires de connexion gdm et de kdm. +.SH "RAPPORT DE BOGUES" +Veuillez signaler les bogues à \fBhttp://www.linux-mandrake.com/bugs/\fR. +.SH "VOIR AUSSI" +\fIxdm\fR(1) +.SH COPYRIGHT +Copyright \(co 1999 MandrakeSoft. +.br +This is a GPL free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + -- cgit v1.2.1