Skip to content
Commits on Source (2)
......@@ -6,6 +6,10 @@ glibc (2.28-4) UNRELEASED; urgency=medium
* debian/patches/any/submitted-sigaction-sa-restorer.diff: replace by final
upstream version and rename to git-sigaction-sa-restorer.diff.
* debian/sysdeps/riscv64.mk: increase TIMEOUTFACTOR to 100 on riscv64.
* debian/local/manpages/*: remove manpages that are not installed in the
binary packages.
* debian/local/manpages/po/de.po: update German manpages translations, by
Helge Kreutzmann. Closes: #877434.
 
[ Samuel Thibault ]
* debian/testsuite-xfail-debian.mk: whitelist failing new tests on hurd.
......
.\" A man page for gai.conf. -*- nroff -*-
.\"
.\" Copyright (C) 2006 Red Hat, Inc. All rights reserved.
.\"
.\" This copyrighted material is made available to anyone wishing to use,
.\" modify, copy, or redistribute it subject to the terms and conditions of the
.\" GNU General Public License v.2.
.\"
.\" This program is distributed in the hope that it will be useful, but WITHOUT
.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
.\" more details.
.\"
.\" You should have received a copy of the GNU General Public License along
.\" with this program; if not, write to the Free Software Foundation, Inc.,
.\" 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
.\"
.\" Author: Ulrich Drepper <drepper redhat com>
.TH gai.conf 5 "May 2006" gai.conf
.SH NAME
gai.conf \- getaddrinfo(3) configuration file
.SH DESCRIPTION
A call to
.BR getaddrinfo (3)
might return multiple answers. According to RFC 3484 these answers must
be sorted so that the answer with the highest success rate is first in
the list. The RFC provides an algorithm for the sorting. The static
rules are not always adequate, though. For this reason the RFC also
requires that system administrators get the chance to dynamically change
the sorting. For the glibc implementation this can be achieved with
the
.BR /etc/gai.conf
file.
.PP
Each line in the configuration file consists of a keyword and its
parameters. White spaces in any place are ignored. Lines starting
with `#' are comments and are ignored.
.PP
The keywords currently recognized are:
.TP
\fBlabel\fR \fInetmask\fR \fIprecedence\fR
The value is added to the label table used in the RFC 3484 sorting.
If any \fBlabel\fR definition is present in the configuration file
is present the default table is not used. All the label definitions
of the default table which are to be maintained have to be duplicated.
Following the keyword the line has to contain a network mask and a label
value.
.TP
\fBprecedence\fR \fInetmask\fR \fIprecedence\fR
This keyword is similar to \fBlabel\fR but instead the value is added
to the precedence table as specified in RFC 3484. Once again, the
presence of a single \fBprecedence\fR line in the configuration file
causes the default table to not be used.
.TP
\fBreload\fR <\fByes\fR|\fBno\fR>
This keyword control whether a process checks whether the configuration
file has been changes since the last time it was read. If the value is
`\fByes\fR' the file is re-read. This might cause problems in multi-threaded
applications and is generally a bad idea. The default is `\fBno\fR'.
.TP
\fBscopev4\fR \fImask\fR \fIvalue\fR
Add another rule to the RFC 3484 scope table for IPv4 address.
By default the scope IDs described in section 3.2 in
RFC 3438 are used.
Changing these defaults should hardly ever be necessary.
.SH EXAMPLE
The default table according to RFC 3484 would be specified with the
following configuration file:
.nf
label ::1/128 0
label ::/0 1
label 2002::/16 2
label ::/96 3
label ::ffff:0:0/96 4
precedence ::1/128 50
precedence ::/0 40
precedence 2002::/16 30
precedence ::/96 20
precedence ::ffff:0:0/96 10
.SH FILES
\fI/etc/gai.conf\fR
.SH AUTHOR
Ulrich Drepper <drepper redhat com>
.SH SEE ALSO
.BR getaddrinfo(3),
RFC 3484
'\" t
.\" ** The above line should force tbl to be a preprocessor **
.\" Man page for man
.\"
.\" Copyright (C), 2002 Free Software Foundation, Inc.
.\"
.\" You may distribute under the terms of the GNU General Public
.\" License as specified in the file COPYING that comes with the
.\" glibc distribution.
.\"
.\"
.TH glibcbug 1 "10 January 2002" "" "Debian GNU/Linux"
.SH "NAME"
glibcbug \- Report a bug to the Glibc developers
.SH "SYNOPSIS"
.B glibcbug
.SH "DESCRIPTION"
.B glibcbug
is a tool for reporting bugs to the glibc maintainers.
It automatically starts an editor where the user can enter details
of the bug. On completion, the bug is sent to the appropriate
address.
The User should replace the comments (text surrounded by
<angle quotes>, and fill in the Subject: and From: lines with
a summary and e-mail address.
If the user believes the bug is related to Debian rather than to the
glibc (libc6) package, then the
.B reportbug
command should be used instead.
.SH "ENVIRONMENT"
.B glibcbug
will utilize the following enviromntal variables if they exist:
.TP
.B EDITOR
and
.B VISUAL
Specifies the preferred editor. If
neither are set,
.B glibcbug
will default to
.B /usr/bin/sensible-editor
to determine a working editor.
.TP
.B HOME
Directory in which the failed bug report is saved if the mail fails.
.SH "SEE ALSO"
reportbug(1)
.SH "AUTHOR"
Alastair McKinstry <mckinstry@computer.org>.
.TH "LD.SO" 8 "26 May 2007"
.SH NAME
ld.so/ld-linux.so \- dynamic linker/loader
.SH DESCRIPTION
.B ld.so
loads the shared libraries needed by a program, prepares the program
to run, and then runs it.
Unless explicitly specified via the
.B \-static
option to
.B ld
during compilation, all Linux programs are incomplete and require
further linking at run time.
.PP
The necessary shared libraries needed by the program are searched for
in the following order
.IP o
Using the environment variable
.B LD_LIBRARY_PATH
.RB ( LD_AOUT_LIBRARY_PATH
for a.out programs).
Except if the executable is a setuid/setgid binary, in which case it
is ignored.
.IP o
From the cache file
.BR /etc/ld.so.cache
which contains a compiled list of candidate libraries previously found
in the augmented library path. Libraries installed in hardware capabilities
directories (see below) are prefered to other libraries.
.IP o
In the default path
.BR /lib ,
and then
.BR /usr/lib .
.SH COMMAND LINE OPTIONS
.TP
.B \-\-list
List all dependencies and how they are resolved.
.TP
.B \-\-verify
Verify that program is dynamically linked and this dynamic linker can handle
it.
.TP
.B \-\-library\-path PATH
Override
.B LD_LIBRARY_PATH
environment variable setting (see below).
.TP
.B \-\-inhibit\-rpath LIST
Ignore RPATH and RUNPATH information in object names in LIST.
.TP
.SH ENVIRONMENT
There are four important environment variables.
.TP
.B LD_BIND_NOW
If set to a nonempty string,
causes the dynamic linker to resolve all symbols
at program startup instead of deferring function call resolution to the point
when they are first referenced.
This is useful when using a debugger.
.TP
.B LD_LIBRARY_PATH
A colon-separated list of directories in which to search for
ELF libraries at execution-time.
Similar to the
.B PATH
environment variable.
.TP
.B LD_PRELOAD
A whitespace-separated list of additional, user-specified, ELF shared
libraries to be loaded before all others.
This can be used to selectively override functions in other shared libraries.
For setuid/setgid ELF binaries, only libraries in the standard search
directories that are also setgid will be loaded.
.TP
.B LD_TRACE_LOADED_OBJECTS
If set to a nonempty string, causes the program to list its dynamic library
dependencies, as if run by
.BR ldd (1),
instead of running normally.
.LP
Then there are lots of more or less obscure variables,
many obsolete or only for internal use.
.TP
.B LD_AOUT_LIBRARY_PATH
A colon-separated list of directories in which to search for
a.out libraries at execution-time.
Similar to the
.B PATH
environment variable.
.TP
.B LD_AOUT_PRELOAD
The name of an additional, user-specified, a.out shared library to be loaded
after all others.
This can be used to selectively override functions in other shared libraries.
.TP
.B LD_ASSUME_KERNEL
Every DSO (Dynamic Shared Object, aka shared library) can tell the dynamic linker in glibc which
minimum OS ABI version is needed. The information about the minimum OS ABI version is encoded in
a ELF note section usually named .note.ABI-tag. This is used to determine which library to load
when multiple version of the same library is installed on the system.
The
.B LD_ASSUME_KERNEL
environment variable overrides the kernel version used by the dynamic linker to determine
which library to load.
.TP
.B LD_AUDIT
A colon-separated list of user-specified, ELF shared objects
to be loaded before all others in a separate linker namespace
(i.e., one that does not intrude upon the normal symbol bindings that
would occur in the process).
These libraries can be used to audit the operation of the dynamic linker.
.B LD_AUDIT
is ignored for set-user-ID/set-group-ID binaries.
The dynamic linker will notify the audit
libraries at so-called auditing checkpoints\(emfor example,
loading a new library, resolving a symbol,
or calling a symbol from another shared object\(emby
calling an appropriate function within the audit library.
For details, see
.BR rtld-audit (7).
The auditing interface is largely compatible with that provided on Solaris,
as described in its
.IR "Linker and Libraries Guide" ,
in the chapter
.IR "Runtime Linker Auditing Interface" .
.TP
.B LD_BIND_NOT
Do not update the GOT (global offset table) and PLT (procedure linkage table) after resolving a symbol.
.TP
.B LD_DEBUG
Output verbose debugging information about the dynamic linker.
If set to `all' prints all debugging information it has, if set to
`help' prints a help message about which categories can be specified
in this environment variable.
.TP
.B LD_DEBUG_OUTPUT
File where LD_DEBUG output should be fed into, default is standard
output. LD_DEBUG_OUTPUT is ignored for setuid/setgid binaries.
.TP
.B LD_DYNAMIC_WEAK
Allow weak symbols to be overridden (reverting to old glibc behavior).
For security reasons, since glibc 2.3.4,
.B LD_DYNAMIC_WEAK
is ignored for set-user-ID/set-group-ID binaries.
.TP
.B LD_HWCAP_MASK
Mask for hardware capabilities.
.TP
.B LD_KEEPDIR
Don't ignore the directory in the names of a.out libraries to be loaded.
Use of this option is strongly discouraged.
.TP
.B LD_NOWARN
Suppress warnings about a.out libraries with incompatible minor
version numbers.
.TP
.B LD_ORIGIN_PATH
Path where the binary is found (for non-set-user-ID programs).
For security reasons, since glibc 2.4,
.B LD_ORIGIN_PATH
is ignored for set-user-ID/set-group-ID binaries.
.TP
.B LD_POINTER_GUARD
Set to 0 to disable pointer guarding.
Any other value enables pointer guarding, which is also the default.
Pointer guarding is a security mechanism whereby some pointers to code
stored in writable program memory (return addresses saved by
.BR setjmp (3)
or function pointers used by various glibc internals) are mangled
semi-randomly to make it more difficult for an attacker to hijack
the pointers for use in the event of a buffer overrun or
stack-smashing attack.
.TP
.B LD_PROFILE
Shared object to be profiled.
.TP
.B
LD_PROFILE_OUTPUT
File where
.B LD_PROFILE
output should be written.
If this variable is not defined, or is defined as an empty string,
then the default is
.IR /var/tmp .
.B LD_PROFILE_OUTPUT
is ignored for set-user-ID and set-group-ID programs,
which always use
.IR /var/profile .
.TP
.B LD_SHOW_AUXV
Show auxiliary array passed up from the kernel.
For security reasons, since glibc 2.3.5,
.B LD_SHOW_AUXV
is ignored for set-user-ID/set-group-ID binaries.
.TP
.B LD_USE_LOAD_BIAS
By default (i.e., if this variable is not defined)
executables and prelinked
shared objects will honor base addresses of their dependent libraries
and (nonprelinked) position-independent executables (PIEs)
and other shared objects will not honor them.
If
.B LD_USE_LOAD_BIAS
is defined wit the value, both executables and PIEs
will honor the base addresses.
If
.B LD_USE_LOAD_BIAS
is defined with the value 0,
neither executables nor PIEs will honor the base addresses.
This variable is ignored by set-user-ID and set-group-ID programs.
.TP
.B LD_VERBOSE
If set to non-empty string, output symbol versioning information
about the program if querying information about the program (ie. either
.B LD_TRACE_LOADED_OBJECTS
has been set, or --list or --verify options have been given to the dynamic linker).
.TP
.B LD_WARN
If set to non-empty string, warn about unresolved symbols.
.SH RPATH TOKEN EXPANSION
The runtime linker provides a number of tokens that can be used in an rpath
specification (\fBDT_RPATH\fR or \fBDT_RUNPATH\fR).
.TP
.B $ORIGIN
ld.so understands the string \fB$ORIGIN\fR (or equivalently \fB${ORIGIN}\fR)
in an rpath specification to mean the directory containing the application
executable. Thus, an application located in somedir/app could be compiled
with gcc -Wl,-rpath,'$ORIGIN/../lib' so that it finds an associated shared
library in somedir/lib no matter where somedir is located in the directory
hierarchy.
.TP
.B $PLATFORM
The string \fB$PLATFORM\fR (or equivalently \fB${PLATFORM}\fR) in an rpath
specifcation expands to the processor type of the current machine. Please note
that on some architectures the Linux kernel doesn't provide a platform
string to the dynamic linker.
.TP
.B $LIB
The string \fB$LIB\fR (or equivalently \fB${LIB}\fR) in an rpath corresponds
to the system libraries directory, which is /lib for the native architecture
on FHS compliant GNU/Linux systems.
.SH HARDWARE CAPABILITIES
Libraries might be compiled using hardware-specific instructions which do not
exist on all CPU. Such libraries should be installed in directories whose name
defines the hardware capabilities such as \fB/usr/lib/sse2/\fR. The dynamic
linker checks these directories against the hardware of the machine and selects
the best suitable version of a given library. Hardware capabilities directories
could be cascaded to combine CPU features. Hardware capabilities depends on
the CPU. The following names are currently recognized:
.TP
.B Alpha
ev4, ev5, ev56, ev6, ev67
.TP
.B MIPS
loongson2e, loongson2f, octeon, octeon2
.TP
.B PowerPC
4xxmac, altivec, arch_2_05, arch_2_06, booke, cellbe, dfp, efpdouble, efpsingle,
fpu, ic_snoop, mmu, notb, pa6t, power4, power5, power5+, power6x, ppc32, ppc601,
ppc64, smt, spe, ucache, vsx
.TP
.B SPARC
flush, muldiv, stbar, swap, ultra3, v9, v9v, v9v2
.TP
.B s390
dfp, eimm, esan3, etf3enh, g5, highgprs, hpage, ldisp, msa, stfle,
z900, z990, z9-109, z10, zarch
.TP
.TP
.B x86 (32-bit only)
acpi, apic, clflush, cmov, cx8, dts, fxsr, ht, i386, i486, i586, i686, mca, mmx,
mtrr, pat, pbe, pge, pn, pse36, sep, ss, sse, sse2, tm
.SH FILES
.PD 0
.TP 20
.B /lib/ld.so
a.out dynamic linker/loader
.TP 20
.B /lib/ld-linux.so.*
ELF dynamic linker/loader
.TP
.B /etc/ld.so.cache
File containing a compiled list of directories in which to search for
libraries and an ordered list of candidate libraries.
.TP
.B /etc/ld.so.preload
File containing a whitespace separated list of ELF shared libraries to
be loaded before the program.
libraries and an ordered list of candidate libraries.
.TP
.B /etc/ld.so.nohwcap
When this file is present the dynamic linker will load the non-optimized version
of a library, even if the CPU supports the optimized version.
.TP
.B lib*.so*
shared libraries
.PD
.SH SEE ALSO
.BR ldd (1),
.BR ldconfig (8).
.SH BUGS
.LP
Currently
.B ld.so
has no means of unloading and searching for compatible or newer version of
libraries.
.PP
.B ld.so
functionality is only available for executables compiled using libc version
4.4.3 or greater.
.SH AUTHORS
David Engel, Eric Youngdale, Peter MacDonald, Hongjiu Lu, Linus
Torvalds, Lars Wirzenius and Mitch D'Souza (not necessarily in that order).
.TH ldconfig 8 "25 February 2008"
.SH NAME
ldconfig \- configure dynamic linker run-time bindings
.SH SYNOPSIS
ldconfig
.RB [OPTION...]
.SH DESCRIPTION
.B ldconfig
creates, updates, and removes the necessary links and cache (for use by the run-time linker,
.IR ld.so )
to the most recent shared libraries found in the directories specified
on the command line, in the file
.IR /etc/ld.so.conf ,
and in the trusted directories
.RI ( /usr/lib
and
.IR /lib ).
.B ldconfig
checks the header and file names of the libraries it encounters when
determining which versions should have their links updated.
.B ldconfig
ignores symbolic links when scanning for libraries.
.PP
.B ldconfig
will attempt to deduce the type of ELF libs (ie. libc 5.x or libc 6.x (glibc))
based on what C libraries if any the library was linked against, therefore when
making dynamic libraries, it is wise to explicitly link against libc (use -lc).
.B ldconfig
is capable of storing multiple ABI types of libraries into a single cache on
architectures which allow native running of multiple ABIs, like
ia32/ia64/x86_64 or sparc32/sparc64.
.PP
Some existing libs do not contain enough information to allow the deduction of
their type, therefore the
.IR /etc/ld.so.conf
file format allows the specification of an expected type. This is
.B only
used for those ELF libs which we can not work out. The format
is like this "dirname=TYPE", where type can be libc4, libc5 or libc6.
(This syntax also works on the command line). Spaces are
.B not
allowed. Also see the
.B -p
option.
.PP
Directory names containing an
.B =
are no longer legal unless they also have an expected type specifier.
.PP
.B ldconfig
should normally be run by the super-user as it may require write
permission on some root owned directories and files. If you use
.B -r
option to change the root directory, you don't have to be super-user though
as long as you have sufficient right to that directory tree.
.SH OPTIONS
.TP
.B \-v\ \-\-verbose
Verbose mode.
Print current version number, the name of each directory as it
is scanned and any links that are created.
.TP
.B \-n
Only process directories specified on the command line.
Don't process the trusted directories
.RI ( /usr/lib
and
.IR /lib )
nor those specified in
.IR /etc/ld.so.conf .
Implies
.BR \-N .
.TP
.B \-N
Don't rebuild the cache.
Unless
.B \-X
is also specified, links are still updated.
.TP
.B \-X
Don't update links.
Unless
.B \-N
is also specified, the cache is still rebuilt.
.TP
.B \-f conf
Use
.B conf
instead of
.IR /etc/ld.so.conf .
.TP
.B \-C cache
Use
.B cache
instead of
.IR /etc/ld.so.cache .
.TP
.B \-r root
Change to and use
.B root
as the root directory.
.TP
.B \-l
Library mode.
Manually link individual libraries.
Intended for use by experts only.
.TP
.B \-p\ \-\-print-cache
Print the lists of directories and candidate libraries stored in
the current cache.
.TP
.B \-c\ \-\-format=FORMAT
Use
.B FORMAT
for the cache file. Choices are old, new and compat (the default).
.TP
.B \-i \-\-ignore-aux-cache
Ignore auxiliary cache file.
.TP
.B \-?\ \-\-help \-\-usage
Print usage information.
.TP
.B \-V\ \-\-version
Print version and exit.
.SH EXAMPLES
.RS
# /sbin/ldconfig -v
.RE
will set up the correct links for the shared binaries and rebuild
the cache.
.RS
# /sbin/ldconfig -n /lib
.RE
as root after the installation of a new shared library will properly update the
shared library symbolic links in /lib.
.SH FILES
.PD 0
.TP 20
.B /lib/ld-linux.so.*
execution time linker/loader
.TP 20
.B /etc/ld.so.conf
File containing a list of newline separated directories in which to search for libraries.
.TP 20
.B /etc/ld.so.cache
File containing an ordered list of libraries found in the directories
specified in
.BR /etc/ld.so.conf .
This file is not in human readable format, and is not intended to be
edited.
.TP
.B lib*.so.version
shared libraries
.PD
.SH SEE ALSO
.BR ldd (1),
.BR ld.so (8).
.SH BUGS
.LP
.BR ldconfig ,
being a user process, must be run manually and has no means of dynamically
determining and relinking shared libraries for use by
.BR ld.so
when a new shared library is installed.
.SH AUTHORS
Andreas Jaeger.
Manual page written by David Engel and Mitch D'Souza.
.\" Copyright 1995-2000 David Engel (david@ods.com)
.\" Copyright 1995 Rickard E. Faith (faith@cs.unc.edu)
.\" Copyright 2000 Ben Collins (bcollins@debian.org)
.\" Redone for GLibc 2.2
.\" Copyright 2000 Jakub Jelinek (jakub@redhat.com)
.\" Corrected.
.\" Most of this was copied from the README file. Do not restrict distribution.
.\" May be distributed under the GNU General Public License
.TH LDD 1 "30 October 2000"
.SH NAME
ldd \- print shared library dependencies
.SH SYNOPSIS
.B ldd
.RB [OPTION]...
FILE...
.SH DESCRIPTION
.B ldd
prints the shared libraries required by each program or shared library
specified on the command line.
.SH OPTIONS
.TP
.B \-\-version
Print the version number of
.BR ldd .
.TP
.B \-v\ \-\-verbose
Print all information, including e.g. symbol versioning information.
.TP
.B \-d\ \-\-data\-relocs
Perform relocations and report any missing objects (ELF only).
.TP
.B \-r\ \-\-function\-relocs
Perform relocations for both data objects and functions, and
report any missing objects or functions (ELF only).
.TP
.B \-u\ \-\-unused
Print unused direct dependencies.
.TP
.B \-\-help
Usage information.
.SH BUGS
.B ldd
does not work on a.out shared libraries.
.PP
.B ldd
does not work with some extremely old a.out programs which were
built before
.B ldd
support was added to the compiler releases.
If you use
.B ldd
on one of these programs, the program will attempt to run with argc = 0 and
the results will be unpredictable.
.SH AUTHOR
Roland McGrath and Ulrich Drepper.
.SH SEE ALSO
.BR ldconfig (8),
.BR ld.so (8).
.\" Placed in the Public Domain by Sebastian Rittau <srittau@jroger.in-berlin.de>.
.Dd January 08, 2001
.Dt NSCD_NISCHECK 8
.Os "GNU C Library 2.2"
.Sh NAME
.Nm nscd_nischeck
.Nd check NIS+ tables for read permissions
.Sh SYNOPSIS
.Nm nscd_nischeck
.Ar OPTION | TABLE
.Sh DESCRIPTION
.Nm Nscd_nischeck
checks if a given NIS+ table is world-readable. 0 is returned in
this case. Otherwise, only authenticated users can read the table
and 1 is returned.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl ? , Fl -help
Print a short help list.
.El
.Bl -tag -width Ds
.It Fl -usage
Print a short usage message.
.El
.Bl -tag -width Ds
.It Fl V , Fl -version
Print program version.
.El
.Sh SEE ALSO
GNU C Library info file,
.Xr nscd 8
# base-config manual page
# Copyright (C) 2005 Free Software Foundation, Inc.
# Jens Seidel <jensseidel@users.sf.net>, 2005.
# Helge Kreutzmann <debian@helgefjell.de>, 2013.
# Helge Kreutzmann <debian@helgefjell.de>, 2013, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: eglibc 2.17-7\n"
"Project-Id-Version: eglibc 2.24-17\n"
"POT-Creation-Date: 2014-10-21 15:29+0200\n"
"PO-Revision-Date: 2014-10-21 21:07+0200\n"
"PO-Revision-Date: 2017-10-01 20:46+0200\n"
"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
"Language: de\n"
......@@ -179,18 +179,14 @@ msgstr "% validlocale de_AU@euro"
# type: Plain text
#. type: Plain text
#: validlocale.8:42
#, fuzzy
#| msgid "locale 'de_AT@euro' not available"
msgid "locale 'de_AU@euro' not available"
msgstr "locale 'de_AT@euro' not available"
msgstr "locale 'de_AU@euro' not available"
# type: Plain text
#. type: Plain text
#: validlocale.8:44
#, fuzzy
#| msgid "de_AT@euro ISO-8859-15"
msgid "de_AU@euro ISO-8859-15"
msgstr "de_AT@euro ISO-8859-15"
msgstr "de_AU@euro ISO-8859-15"
# type: SH
#. type: SH
......@@ -281,36 +277,10 @@ msgstr "locale-gen(8), localedef(1), locale(1)"
#~ msgid "B<apt-setup [probe] [-N]>"
#~ msgstr "B<apt-setup [probe] [-N]>"
# type: Plain text
#, fuzzy
#~ msgid ""
#~ "B<apt-setup> is an interactive program that simplifies adding sources to "
#~ "apt's sources.list. It knows about all the major debian mirrors and can "
#~ "help you select one. It can even use B<apt-cdrom>(8) to scan CDs."
#~ msgstr ""
#~ "B<apt-setup> ist ein interaktives Programm, daß das Hinzufügen von "
#~ "Quellen zu apt's sources.list vereinfacht. Es kennt alle bedeutenden "
#~ "Debian-Spiegel und kann Ihnen bei der Auswahl helfen. Es kann sogar B<apt-"
#~ "cdrom>(8) zum Durchsuchen von CDs verwenden."
# type: TP
#~ msgid "I<probe>"
#~ msgstr "I<probe>"
# type: Plain text
#, fuzzy
#~ msgid ""
#~ "By default no probing of CDs is done. Passing \"probe\" as the first "
#~ "argument to this program will make it probe for a CD in the drive on "
#~ "startup and add it to sources.list. This is useful on initial debian "
#~ "installs, to minimize interaction with the user."
#~ msgstr ""
#~ "Standardmäßig wird nicht auf CDs überprüft. Wird »probe« als erstes "
#~ "Argument an dieses Programm übergeben, dann wird beim Starten auf eine CD "
#~ "im Laufwerk geprüft und diese zu den sources.list hinzugefügt. Dies ist "
#~ "bei Debian Erstinstallationen nützlich, um die Interaktion mit dem Nutzer "
#~ "zu minimieren."
# type: TP
#~ msgid "I<-N>"
#~ msgstr "I<-N>"
......
.TH ZDUMP 1
.SH NAME
zdump \- time zone dumper
.SH SYNOPSIS
.B zdump
[
.B \-v
] [
.B \-c
cutoffyear ] [ zonename ... ]
.SH DESCRIPTION
.I Zdump
prints the current time in each
.I zonename
named on the command line.
.PP
These options are available:
.TP
.B \-v
For each
.I zonename
on the command line,
print the time at the lowest possible time value,
the time one day after the lowest possible time value,
the times both one second before and exactly at
each detected time discontinuity,
the time at one day less than the highest possible time value,
and the time at the highest possible time value,
Each line ends with
.B isdst=1
if the given time is Daylight Saving Time or
.B isdst=0
otherwise.
.I zonename
should be the relative path file name from
.B /usr/share/zoneinfo/
which directory contains all zone data.
.TP
.BI "\-c " cutoffyear
Cut off the verbose output near the start of the given year.
.SH "SEE ALSO"
ctime(3), zic(8)
.\" @(#)zdump.8 7.3
.TH ZIC 8
.SH NAME
zic \- time zone compiler
.SH SYNOPSIS
.B zic
[
.B \-v
] [
.B \-d
.I directory
] [
.B \-l
.I localtime
] [
.B \-p
.I posixrules
] [
.B \-L
.I leapsecondfilename
] [
.B \-s
] [
.B \-y
.I command
] [
.I filename
\&... ]
.SH DESCRIPTION
.if t .ds lq ``
.if t .ds rq ''
.if n .ds lq \&"\"
.if n .ds rq \&"\"
.de q
\\$3\*(lq\\$1\*(rq\\$2
..
.I Zic
reads text from the file(s) named on the command line
and creates the time conversion information files specified in this input.
If a
.I filename
is
.BR \- ,
the standard input is read.
.PP
These options are available:
.TP
.BI "\-d " directory
Create time conversion information files in the named directory rather than
in the standard directory named below.
.TP
.BI "\-l " timezone
Use the given time zone as local time.
.I Zic
will act as if the input contained a link line of the form
.sp
.ti +.5i
Link \fItimezone\fP localtime
.TP
.BI "\-p " timezone
Use the given time zone's rules when handling POSIX-format
time zone environment variables.
.I Zic
will act as if the input contained a link line of the form
.sp
.ti +.5i
Link \fItimezone\fP posixrules
.TP
.BI "\-L " leapsecondfilename
Read leap second information from the file with the given name.
If this option is not used,
no leap second information appears in output files.
.TP
.B \-v
Complain if a year that appears in a data file is outside the range
of years representable by
.IR time (2)
values.
.TP
.B \-s
Limit time values stored in output files to values that are the same
whether they're taken to be signed or unsigned.
You can use this option to generate SVVS-compatible files.
.TP
.BI "\-y " command
Use the given
.I command
rather than
.B yearistype
when checking year types (see below).
.PP
Input lines are made up of fields.
Fields are separated from one another by any number of white space characters.
Leading and trailing white space on input lines is ignored.
An unquoted sharp character (#) in the input introduces a comment which extends
to the end of the line the sharp character appears on.
White space characters and sharp characters may be enclosed in double quotes
(") if they're to be used as part of a field.
Any line that is blank (after comment stripping) is ignored.
Non-blank lines are expected to be of one of three types:
rule lines, zone lines, and link lines.
.PP
A rule line has the form
.nf
.ti +.5i
.ta \w'Rule\0\0'u +\w'NAME\0\0'u +\w'FROM\0\0'u +\w'1973\0\0'u +\w'TYPE\0\0'u +\w'Apr\0\0'u +\w'lastSun\0\0'u +\w'2:00\0\0'u +\w'SAVE\0\0'u
.sp
Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
.sp
For example:
.ti +.5i
.sp
Rule US 1967 1973 \- Apr lastSun 2:00 1:00 D
.sp
.fi
The fields that make up a rule line are:
.TP "\w'LETTER/S'u"
.B NAME
Gives the (arbitrary) name of the set of rules this rule is part of.
.TP
.B FROM
Gives the first year in which the rule applies.
Any integer year can be supplied; the Gregorian calendar is assumed.
The word
.B minimum
(or an abbreviation) means the minimum year representable as an integer.
The word
.B maximum
(or an abbreviation) means the maximum year representable as an integer.
Rules can describe times that are not representable as time values,
with the unrepresentable times ignored; this allows rules to be portable
among hosts with differing time value types.
.TP
.B TO
Gives the final year in which the rule applies.
In addition to
.B minimum
and
.B maximum
(as above),
the word
.B only
(or an abbreviation)
may be used to repeat the value of the
.B FROM
field.
.TP
.B TYPE
Gives the type of year in which the rule applies.
If
.B TYPE
is
.B \-
then the rule applies in all years between
.B FROM
and
.B TO
inclusive.
If
.B TYPE
is something else, then
.I zic
executes the command
.ti +.5i
\fByearistype\fP \fIyear\fP \fItype\fP
.br
to check the type of a year:
an exit status of zero is taken to mean that the year is of the given type;
an exit status of one is taken to mean that the year is not of the given type.
.TP
.B IN
Names the month in which the rule takes effect.
Month names may be abbreviated.
.TP
.B ON
Gives the day on which the rule takes effect.
Recognized forms include:
.nf
.in +.5i
.sp
.ta \w'Sun<=25\0\0'u
5 the fifth of the month
lastSun the last Sunday in the month
lastMon the last Monday in the month
Sun>=8 first Sunday on or after the eighth
Sun<=25 last Sunday on or before the 25th
.fi
.in -.5i
.sp
Names of days of the week may be abbreviated or spelled out in full.
Note that there must be no spaces within the
.B ON
field.
.TP
.B AT
Gives the time of day at which the rule takes effect.
Recognized forms include:
.nf
.in +.5i
.sp
.ta \w'1:28:13\0\0'u
2 time in hours
2:00 time in hours and minutes
15:00 24-hour format time (for times after noon)
1:28:14 time in hours, minutes, and seconds
.fi
.in -.5i
.sp
where hour 0 is midnight at the start of the day,
and hour 24 is midnight at the end of the day.
Any of these forms may be followed by the letter
.B w
if the given time is local
.q "wall clock"
time,
.B s
if the given time is local
.q standard
time, or
.B u
(or
.B g
or
.BR z )
if the given time is universal time;
in the absence of an indicator,
wall clock time is assumed.
.TP
.B SAVE
Gives the amount of time to be added to local standard time when the rule is in
effect.
This field has the same format as the
.B AT
field
(although, of course, the
.B w
and
.B s
suffixes are not used).
.TP
.B LETTER/S
Gives the
.q "variable part"
(for example, the
.q S
or
.q D
in
.q EST
or
.q EDT )
of time zone abbreviations to be used when this rule is in effect.
If this field is
.BR \- ,
the variable part is null.
.PP
A zone line has the form
.sp
.nf
.ti +.5i
.ta \w'Zone\0\0'u +\w'Australia/Adelaide\0\0'u +\w'GMTOFF\0\0'u +\w'RULES/SAVE\0\0'u +\w'FORMAT\0\0'u
Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL]
.sp
For example:
.sp
.ti +.5i
Zone Australia/Adelaide 9:30 Aus CST 1971 Oct 31 2:00
.sp
.fi
The fields that make up a zone line are:
.TP "\w'GMTOFF'u"
.B NAME
The name of the time zone.
This is the name used in creating the time conversion information file for the
zone.
.TP
.B GMTOFF
The amount of time to add to UTC to get standard time in this zone.
This field has the same format as the
.B AT
and
.B SAVE
fields of rule lines;
begin the field with a minus sign if time must be subtracted from UTC.
.TP
.B RULES/SAVE
The name of the rule(s) that apply in the time zone or,
alternately, an amount of time to add to local standard time.
If this field is
.B \-
then standard time always applies in the time zone.
.TP
.B FORMAT
The format for time zone abbreviations in this time zone.
The pair of characters
.B %s
is used to show where the
.q "variable part"
of the time zone abbreviation goes.
Alternately,
a slash (/)
separates standard and daylight abbreviations.
.TP
.B UNTIL
The time at which the UTC offset or the rule(s) change for a location.
It is specified as a year, a month, a day, and a time of day.
If this is specified,
the time zone information is generated from the given UTC offset
and rule change until the time specified.
The month, day, and time of day have the same format as the IN, ON, and AT
columns of a rule; trailing columns can be omitted, and default to the
earliest possible value for the missing columns.
.IP
The next line must be a
.q continuation
line; this has the same form as a zone line except that the
string
.q Zone
and the name are omitted, as the continuation line will
place information starting at the time specified as the
.B UNTIL
field in the previous line in the file used by the previous line.
Continuation lines may contain an
.B UNTIL
field, just as zone lines do, indicating that the next line is a further
continuation.
.PP
A link line has the form
.sp
.nf
.ti +.5i
.ta \w'Link\0\0'u +\w'Europe/Istanbul\0\0'u
Link LINK-FROM LINK-TO
.sp
For example:
.sp
.ti +.5i
Link Europe/Istanbul Asia/Istanbul
.sp
.fi
The
.B LINK-FROM
field should appear as the
.B NAME
field in some zone line;
the
.B LINK-TO
field is used as an alternate name for that zone.
.PP
Except for continuation lines,
lines may appear in any order in the input.
.PP
Lines in the file that describes leap seconds have the following form:
.nf
.ti +.5i
.ta \w'Leap\0\0'u +\w'YEAR\0\0'u +\w'MONTH\0\0'u +\w'DAY\0\0'u +\w'HH:MM:SS\0\0'u +\w'CORR\0\0'u
.sp
Leap YEAR MONTH DAY HH:MM:SS CORR R/S
.sp
For example:
.ti +.5i
.sp
Leap 1974 Dec 31 23:59:60 + S
.sp
.fi
The
.BR YEAR ,
.BR MONTH ,
.BR DAY ,
and
.B HH:MM:SS
fields tell when the leap second happened.
The
.B CORR
field
should be
.q +
if a second was added
or
.q -
if a second was skipped.
.\" There's no need to document the following, since it's impossible for more
.\" than one leap second to be inserted or deleted at a time.
.\" The C Standard is in error in suggesting the possibility.
.\" See Terry J Quinn, The BIPM and the accurate measure of time,
.\" Proc IEEE 79, 7 (July 1991), 894-905.
.\" or
.\" .q ++
.\" if two seconds were added
.\" or
.\" .q --
.\" if two seconds were skipped.
The
.B R/S
field
should be (an abbreviation of)
.q Stationary
if the leap second time given by the other fields should be interpreted as UTC
or
(an abbreviation of)
.q Rolling
if the leap second time given by the other fields should be interpreted as
local wall clock time.
.SH NOTE
For areas with more than two types of local time,
you may need to use local standard time in the
.B AT
field of the earliest transition time's rule to ensure that
the earliest transition time recorded in the compiled file is correct.
.SH FILE
/usr/share/zoneinfo standard directory used for created files
.SH "SEE ALSO"
ctime(3), zdump(1)
.\" @(#)zic.8 7.18