1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-02 20:04:15 +01:00

Updated some .po files, added man page for wsetfont, and fixed a small bug

in WPrefs.app.
This commit is contained in:
dan
1999-05-02 21:23:10 +00:00
parent 113955d0a8
commit b67fc5cad4
6 changed files with 493 additions and 344 deletions

View File

@@ -7,6 +7,7 @@ man_MANS = \
getstyle.1x \
wdwrite.1x \
wmsetbg.1x \
wsetfont.1x \
seticons.1x \
wmaker.1x \
wxcopy.1x

View File

@@ -88,7 +88,7 @@ XLIBS = @XLIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
wprefsdir = @wprefsdir@
man_MANS = geticonset.1x setstyle.1x wxpaste.1x getstyle.1x wdwrite.1x wmsetbg.1x seticons.1x wmaker.1x wxcopy.1x
man_MANS = geticonset.1x setstyle.1x wxpaste.1x getstyle.1x wdwrite.1x wmsetbg.1x wsetfont.1x seticons.1x wmaker.1x wxcopy.1x
EXTRA_DIST = $(man_MANS)

30
doc/wsetfont.1x Normal file
View File

@@ -0,0 +1,30 @@
.\" Hey, Emacs! This is an -*- nroff -*- source file.
.TH wsetfont 1x "January 1999" "Window Maker utilities"
.SH NAME
wsetfont \- font/language setting utility for Window Maker
.SH SYNOPSIS
\fBwsetfont\fP \fIfontset\fP
.SH DESCRIPTION
\fBwsetfont\fP sets the fonts used by WINGs and Window Maker according
to some preset fontsents appropiate for different charsets. It knows
about the following charsets: \fIlatin1\fP, \fIlatin2\fP, \fIgreek\fP,
\fIjapanese\fP, \fIkorean\fP, \fIkorean2\fP, \fIrussian\fP,
\fIturkish\fP.
.PP
It writes this settings to the WMGLOBAL and WindowMaker databases.
.SH FILES
.TP
.B GNUstep/Defaults/WMGLOBAL
Global settings read by the WINGs library and Window Maker
.TP
.B GNUstep/Defaults/WindowMaker
Window Maker specific settings
.PP
Please read \fBwmaker\fP(1x) for the location of this files.
.SH SEE ALSO
.BR wmaker (1x)
.SH AUTHOR
Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>.
wsetfont was written by MANOME Tomonori <manome@itlb.te.noda.sut.ac.jp>
.PP
This man page was written by Marcelo Magallon <mmagallo@debian.org>.