Index: ChangeLog =================================================================== RCS file: /cvs/gnome/gnome-session/gnome-session/ChangeLog,v retrieving revision 1.338 diff -u -u -r1.338 ChangeLog --- ChangeLog 5 Dec 2002 12:08:20 -0000 1.338 +++ ChangeLog 9 Dec 2002 17:32:05 -0000 @@ -1,3 +1,11 @@ +2002-12-09 Alex Duggan + + * gnome-session/Makefile.am: + * gnome-session/gnome-session.1: + * gnome-session/save-session.1: + changed save-session to gnome-session-save in man pages. + Fixes #100515 + 2002-12-05 Brian Cameron default.wm.tmp \ && mv default.wm.tmp default.wm -man_MANS = gnome-wm.1 save-session.1 default.session.5 gnome-session.1 +man_MANS = gnome-wm.1 gnome-session-save.1 default.session.5 gnome-session.1 -manuals = gnome-wm.1 default.session.5.in gnome-session.1.in save-session.1 +manuals = gnome-wm.1 default.session.5.in gnome-session.1.in gnome-session-save.1 pixmapdir = $(datadir)/pixmaps/splash/ pixmap_DATA = gnome-splash.png Index: gnome-session.1.in =================================================================== RCS file: /cvs/gnome/gnome-session/gnome-session/gnome-session.1.in,v retrieving revision 1.4 diff -u -u -r1.4 gnome-session.1.in --- gnome-session.1.in 5 Feb 2001 21:14:11 -0000 1.4 +++ gnome-session.1.in 9 Dec 2002 17:32:05 -0000 @@ -77,7 +77,7 @@ this might be different from the setting of the environment variable when gnome-session is invoked. .SH SEE ALSO -.BR default.session (5), save-session(1) +.BR default.session (5), gnome-session-save(1) .SH BUGS If you find bugs in the \fIgnome-session\fP program, please report these using \fIbug-buddy\fP or the \fIgnome-bug\fP script included Index: save-session.1 =================================================================== RCS file: /cvs/gnome/gnome-session/gnome-session/save-session.1,v retrieving revision 1.2 diff -u -u -r1.2 save-session.1 --- save-session.1 4 Apr 2000 11:47:29 -0000 1.2 +++ save-session.1 9 Dec 2002 17:32:05 -0000 @@ -1,13 +1,13 @@ .\" -.\" save-session manual page. +.\" gnome-session-save manual page. .\" (C) 2000 Miguel de Icaza (miguel@helixcode.com) .\" .TH GNOME 1 "GNOME 1.0" -save-session \- Saves the current GNOME session (or terminates it) +gnome-session-save \- Saves the current GNOME session (or terminates it) .SH SYNOPSIS -.B save-session [\-\-kill] [\-\-gui] +.B gnome-session-save [\-\-kill] [\-\-gui] .SH DESCRIPTION -\fIsave-session\fP can be used from a GNOME session to save a snapshot +\fIgnome-session-save\fP can be used from a GNOME session to save a snapshot of the currently running applications. This session will be later restored at your next GNOME startup session. .PP @@ -23,7 +23,7 @@ .SH SEE ALSO .BR gnome-session(1) .SH BUGS -If you find bugs in the \fIsave-session\fP program, please report +If you find bugs in the \fIgnome-session-save\fP program, please report these using either \fIbug-buddy\fP or \fIgnome-bug\fP included with the GNOME libraries distribution.