- Add a missing full stop
- Mark up named(8)
- Remove requirement about .sh extension and add file mode 555
Reviewed by: trhodes, danger
Approved by: gabor
kbd(4x), i810(4x), intel(4x), mousedrv(4x), nv(4x), r128(4x),
radeon(4x), vesa(4x), via(4x), vga(4x) as parts of the X.Org suite.
Also add radeonhd(4x) in comment, because it is still work in progress.
Reviewed by: trhodes, danger
Approved by: gabor
correct locale *before* firing up X11. Some programs may not
display all Greek characters correctly in el_GR.ISO8859-7 when
the locale is misconfigured, i.e. Firefox and other programs do
not allow input of accented Greek letters.
Submitted by: manolis
from preparsed human-readable output to printing a raw Python
tuples for each flist input file. Manolis has post-processing
tools that can easily use this format, so this makes life easier
for him.
pointers to x11-fonts/* ports for the fonts. It may not be
obvious for new FreeBSD users that just by adding a nice
collection of TTF fonts their X11 desktop experience will
improve a lot.
Inspired by: a post by Dimitris Giakoudis in -questions
Message-Id: <F95AF95EFE11498A947C7EA1A81D007B@titan>
the greek-language support article. I was actually amazed that
this wasn't there already. It is such a useful utility that I
always thought we already had it in man-refs.
It's to return a pathname that doesn't exist, so if it contains a
'/' character it's probably a valid path with a small typo. Let
the rest of the script handle its non-existence, which it already
does fine.
Instead of reporting all the files of our input file list, add a
few checks in checkinfo() to report only the files that may be of
interest to translators looking for something cool to do.
documentation project (and anyone else interested to use it).
In the translated files, we have added special `tags' some time
in the past, using the format:
%SOURCE% en_GR.ISO8859-1/articles/foo/file.sgml
%SRCID% 1.5
to denote that this translation was based on revision 1.5 of the
file referenced in `%SOURCE%'.
The `checkupdate' utility makes parsing and checking of these
tags easier. It expects to receive a list of files to check in
standard input, so it can be run by typing:
find el_GR.ISO8859-7 | checkupdate
This should report in standard output something like:
: el_GR.ISO8859-7/articles/compiz-fusion/Makefile rev. 1.1
: 1.1 -> 1.1 en_US.ISO8859-1/articles/compiz-fusion/Makefile
:
: el_GR.ISO8859-7/articles/compiz-fusion/article.sgml rev. 1.1
: 1.3 -> 1.5 en_US.ISO8859-1/articles/compiz-fusion/article.sgml
We will keep extending the `checkupdate.py' script to add more
features, like a "patch preview" mode. The version committed
here works well enough for now, and it already shows a lot of
files that we have to update in el_GR.ISO8859-7 :)
Inspired by: pgj's shell based version of `checkupdate'
use. Mention the changed location of a configuration file in 7.0.
PR: docs/122351, docs/121321 (related)
Submitted by: John Ferrell <jdferrell3@yahoo.com>
The __FreeBSD_version has been increased to 800039 to mark the removal
of the sgtty programming interface. Only POSIX termios should be used
to change TTY attributes.
Approved by: philip (mentor)