fookb: Update manpage.
In addition to accounting for the various changes in the new version, we also rename from the deprecated 1x section to just 1 and get the current version number from autoconf.
This commit is contained in:
		
							parent
							
								
									c28b0dca1c
								
							
						
					
					
						commit
						85810cae12
					
				
					 3 changed files with 20 additions and 48 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
bin_PROGRAMS = fookb
 | 
					bin_PROGRAMS = fookb
 | 
				
			||||||
fookb_SOURCES = fookb.c fookb.h images.c images.h opts.h \
 | 
					fookb_SOURCES = fookb.c fookb.h images.c images.h opts.h \
 | 
				
			||||||
	params.c params.h sound.c sound.h
 | 
						params.c params.h sound.c sound.h
 | 
				
			||||||
dist_man_MANS = fookb.1x
 | 
					dist_man_MANS = fookb.1
 | 
				
			||||||
dist_pkgdata_DATA = 1.xpm 2.xpm 3.xpm 4.xpm rus.xpm lat.xpm boom.xpm \
 | 
					dist_pkgdata_DATA = 1.xpm 2.xpm 3.xpm 4.xpm rus.xpm lat.xpm boom.xpm \
 | 
				
			||||||
	En.xpm Ru.xpm beep_spring.au
 | 
						En.xpm Ru.xpm beep_spring.au
 | 
				
			||||||
desktopdir = @datadir@/applications
 | 
					desktopdir = @datadir@/applications
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -19,4 +19,4 @@ PKG_CHECK_MODULES([libXpm], [xpm])
 | 
				
			||||||
PKG_CHECK_MODULES([WUtil], [WUtil])
 | 
					PKG_CHECK_MODULES([WUtil], [WUtil])
 | 
				
			||||||
PKG_CHECK_MODULES([libdockapp], [dockapp])
 | 
					PKG_CHECK_MODULES([libdockapp], [dockapp])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AC_OUTPUT(Makefile)
 | 
					AC_OUTPUT(Makefile fookb.1)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
.\" This manual is distributed in the hope that it will be useful,
 | 
					.\" This manual is distributed in the hope that it will be useful,
 | 
				
			||||||
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
				
			||||||
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 | 
					.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 | 
				
			||||||
.TH fookb 1 "10 Jan 2002" "fookb" "FOOcrosoft"
 | 
					.TH fookb 1 "September 2017"
 | 
				
			||||||
.SH NAME
 | 
					.SH NAME
 | 
				
			||||||
fookb \- Xkb state indicator with optional Window Maker support
 | 
					fookb \- Xkb state indicator with optional Window Maker support
 | 
				
			||||||
.SH SYNOPSIS
 | 
					.SH SYNOPSIS
 | 
				
			||||||
| 
						 | 
					@ -26,26 +26,31 @@ with Window Maker support).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.SH OPTIONS
 | 
					.SH OPTIONS
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
NB! Command line parameters take precedence over config file or X resources!
 | 
					NB! Command line parameters take precedence over config file!
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
All the icons should be of the same size or fookb will refuse to run. If you
 | 
					All the icons should be of the same size or fookb will refuse to run.
 | 
				
			||||||
use Windowmaker-enabled version of fookb (windowmaker dockable applet) then
 | 
					 | 
				
			||||||
fookb will warn you if you use icons of size more than 64x64, but it will try
 | 
					fookb will warn you if you use icons of size more than 64x64, but it will try
 | 
				
			||||||
to run anyway.
 | 
					to run anyway.
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B -icon1
 | 
					.B --icon1
 | 
				
			||||||
 | 
					Icon to show for the 1st Xkb group
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B -icon2
 | 
					.B --icon2
 | 
				
			||||||
 | 
					Icon to show for the 2nd Xkb group
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B -icon3
 | 
					.B --icon3
 | 
				
			||||||
 | 
					Icon to show for the 3rd Xkb group
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B -icon4
 | 
					.B --icon4
 | 
				
			||||||
 | 
					Icon to show for the 4th Xkb group
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B -iconboom
 | 
					.B --iconboom
 | 
				
			||||||
 | 
					Icon to show when Xkb system goes crazy
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B -display
 | 
					.B -d,--display
 | 
				
			||||||
 | 
					X display to use (normally not needed)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.SH CONFIGURATION FILE (for libWUtil-enabled version)
 | 
					.SH CONFIGURATION FILE
 | 
				
			||||||
The configuration file consist of a single PropList dictionary, which
 | 
					The configuration file consist of a single PropList dictionary, which
 | 
				
			||||||
in turn is composed of several PropList key\-value pairs. The
 | 
					in turn is composed of several PropList key\-value pairs. The
 | 
				
			||||||
recognized keys is:
 | 
					recognized keys is:
 | 
				
			||||||
| 
						 | 
					@ -76,24 +81,6 @@ run.
 | 
				
			||||||
This command will be run if XKB locked group is changed and "Sound" is
 | 
					This command will be run if XKB locked group is changed and "Sound" is
 | 
				
			||||||
set to "Yes".
 | 
					set to "Yes".
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.SH X resources
 | 
					 | 
				
			||||||
.TP
 | 
					 | 
				
			||||||
NB! Parameters in PropList config file take precedence over X resources!
 | 
					 | 
				
			||||||
.TP
 | 
					 | 
				
			||||||
.B fookb.icon1 Filename
 | 
					 | 
				
			||||||
.TP
 | 
					 | 
				
			||||||
.B fookb.icon2 Filename
 | 
					 | 
				
			||||||
.TP
 | 
					 | 
				
			||||||
.B fookb.icon3 Filename
 | 
					 | 
				
			||||||
.TP
 | 
					 | 
				
			||||||
.B fookb.icon4 Filename
 | 
					 | 
				
			||||||
.TP
 | 
					 | 
				
			||||||
.B fookb.iconBoom Filename
 | 
					 | 
				
			||||||
.TP
 | 
					 | 
				
			||||||
.B fookb.sound Yes/No
 | 
					 | 
				
			||||||
.TP
 | 
					 | 
				
			||||||
.B fookb.command Command
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.SH EXAMPLES
 | 
					.SH EXAMPLES
 | 
				
			||||||
Here is an example of configuration file.
 | 
					Here is an example of configuration file.
 | 
				
			||||||
.P
 | 
					.P
 | 
				
			||||||
| 
						 | 
					@ -109,25 +96,10 @@ Here is an example of configuration file.
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.fi
 | 
					.fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Here is an example of app-defaults file.
 | 
					 | 
				
			||||||
.P
 | 
					 | 
				
			||||||
.nf
 | 
					 | 
				
			||||||
fookb.icon1: /usr/local/share/fookb/icon1.xpm
 | 
					 | 
				
			||||||
fookb.icon2: /usr/local/share/fookb/icon2.xpm
 | 
					 | 
				
			||||||
fookb.icon3: /usr/local/share/fookb/icon3.xpm
 | 
					 | 
				
			||||||
fookb.icon4: /usr/local/share/fookb/icon4.xpm
 | 
					 | 
				
			||||||
fookb.iconBoom: /usr/local/share/fookb/crash.xpm
 | 
					 | 
				
			||||||
fookb.sound: Yes
 | 
					 | 
				
			||||||
fookb.command: /home/bgates/bin/playmssound
 | 
					 | 
				
			||||||
.fi
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.SH FILES
 | 
					.SH FILES
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B ~/GNUstep/Defaults/FOOkb
 | 
					 | 
				
			||||||
\fBfookb\fP defaults (for Window Maker enabled version).
 | 
					 | 
				
			||||||
.TP
 | 
					 | 
				
			||||||
.B ~/.fookb
 | 
					.B ~/.fookb
 | 
				
			||||||
\fBfookb\fP defaults (for Window Maker disabled version).
 | 
					\fBfookb\fP defaults
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.SH BUGS
 | 
					.SH BUGS
 | 
				
			||||||
Sometimes \fBfookb\fP receives message about changing XKB group, but
 | 
					Sometimes \fBfookb\fP receives message about changing XKB group, but
 | 
				
			||||||
| 
						 | 
					@ -137,7 +109,7 @@ case \fBfookb\fP will show IconBoom (from config file) picture.
 | 
				
			||||||
As far as I know the only way to look at this bug is to run vmware.
 | 
					As far as I know the only way to look at this bug is to run vmware.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.SH VERSION
 | 
					.SH VERSION
 | 
				
			||||||
This man page is [hopefully] up-to-date for version 3.1 of \fBfookb\fP.
 | 
					This man page is [hopefully] up-to-date for version @PACKAGE_VERSION@ of \fBfookb\fP.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.SH AUTHORS
 | 
					.SH AUTHORS
 | 
				
			||||||
.P
 | 
					.P
 | 
				
			||||||
		Loading…
	
		Reference in a new issue