diff options
Diffstat (limited to 'man/it')
-rw-r--r-- | man/it/Makefile.am | 37 | ||||
-rw-r--r-- | man/it/Makefile.in | 2261 | ||||
-rw-r--r-- | man/it/man1/apropos.man1 | 209 | ||||
-rw-r--r-- | man/it/man1/man.man1 | 1105 | ||||
-rw-r--r-- | man/it/man1/manpath.man1 | 135 | ||||
-rw-r--r-- | man/it/man1/whatis.man1 | 197 | ||||
-rw-r--r-- | man/it/man1/zsoelim.man1 | 86 | ||||
-rw-r--r-- | man/it/man5/manpath.man5 | 110 | ||||
-rw-r--r-- | man/it/man8/accessdb.man8 | 34 | ||||
-rw-r--r-- | man/it/man8/catman.man8 | 112 | ||||
-rw-r--r-- | man/it/man8/mandb.man8 | 162 |
11 files changed, 4448 insertions, 0 deletions
diff --git a/man/it/Makefile.am b/man/it/Makefile.am new file mode 100644 index 0000000..e52369a --- /dev/null +++ b/man/it/Makefile.am @@ -0,0 +1,37 @@ +## Process this file with automake to produce Makefile.in +## +## Copyright (C) 1994, 1995 Graeme Wilford. +## Copyright (C) 2001, 2002, 2003, 2007 Colin Watson. +## +## This file is part of man-db. +## +## man-db is free software; you can redistribute it and/or modify it +## under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## man-db 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 man-db; if not, write to the Free Software Foundation, +## Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +LINGUA = it + +man1_MANS = \ + man1/apropos.1 \ + man1/man.1 \ + man1/manpath.1 \ + man1/whatis.1 \ + man1/zsoelim.1 +man5_MANS = \ + man5/manpath.5 +man8_MANS = \ + man8/accessdb.8 \ + man8/catman.8 \ + man8/mandb.8 + +include $(top_srcdir)/man/Rules.man diff --git a/man/it/Makefile.in b/man/it/Makefile.in new file mode 100644 index 0000000..00148b6 --- /dev/null +++ b/man/it/Makefile.in @@ -0,0 +1,2261 @@ +# Makefile.in generated by automake 1.16.3 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2020 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = man/it +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/man-arg-automatic-create.m4 \ + $(top_srcdir)/m4/man-arg-automatic-update.m4 \ + $(top_srcdir)/m4/man-arg-cache-owner.m4 \ + $(top_srcdir)/m4/man-arg-cats.m4 \ + $(top_srcdir)/m4/man-arg-config-file.m4 \ + $(top_srcdir)/m4/man-arg-db.m4 \ + $(top_srcdir)/m4/man-arg-device.m4 \ + $(top_srcdir)/m4/man-arg-mandirs.m4 \ + $(top_srcdir)/m4/man-arg-manual.m4 \ + $(top_srcdir)/m4/man-arg-override-dir.m4 \ + $(top_srcdir)/m4/man-arg-sections.m4 \ + $(top_srcdir)/m4/man-arg-setuid.m4 \ + $(top_srcdir)/m4/man-arg-systemdsystemunitdir.m4 \ + $(top_srcdir)/m4/man-arg-systemdtmpfilesdir.m4 \ + $(top_srcdir)/m4/man-arg-undoc.m4 $(top_srcdir)/m4/man-bdb.m4 \ + $(top_srcdir)/m4/man-check-progs.m4 \ + $(top_srcdir)/m4/man-compress-lib.m4 \ + $(top_srcdir)/m4/man-gnu-nroff.m4 \ + $(top_srcdir)/m4/man-heirloom-nroff.m4 \ + $(top_srcdir)/m4/man-libseccomp.m4 \ + $(top_srcdir)/m4/man-linguas.m4 $(top_srcdir)/m4/man-po4a.m4 \ + $(top_srcdir)/m4/man-tar-sort-name.m4 \ + $(top_srcdir)/m4/man-trans-subst.m4 \ + $(top_srcdir)/gl/m4/00gnulib.m4 \ + $(top_srcdir)/gl/m4/__inline.m4 \ + $(top_srcdir)/gl/m4/absolute-header.m4 \ + $(top_srcdir)/gl/m4/alloca.m4 $(top_srcdir)/gl/m4/argp.m4 \ + $(top_srcdir)/gl/m4/asm-underscore.m4 \ + $(top_srcdir)/gl/m4/btowc.m4 \ + $(top_srcdir)/gl/m4/builtin-expect.m4 \ + $(top_srcdir)/gl/m4/canonicalize.m4 \ + $(top_srcdir)/gl/m4/chdir-long.m4 $(top_srcdir)/gl/m4/chown.m4 \ + $(top_srcdir)/gl/m4/clock_time.m4 $(top_srcdir)/gl/m4/close.m4 \ + $(top_srcdir)/gl/m4/closedir.m4 $(top_srcdir)/gl/m4/codeset.m4 \ + $(top_srcdir)/gl/m4/ctype.m4 $(top_srcdir)/gl/m4/d-ino.m4 \ + $(top_srcdir)/gl/m4/d-type.m4 $(top_srcdir)/gl/m4/dirent_h.m4 \ + $(top_srcdir)/gl/m4/dirfd.m4 $(top_srcdir)/gl/m4/dirname.m4 \ + $(top_srcdir)/gl/m4/double-slash-root.m4 \ + $(top_srcdir)/gl/m4/dup.m4 $(top_srcdir)/gl/m4/dup2.m4 \ + $(top_srcdir)/gl/m4/eealloc.m4 $(top_srcdir)/gl/m4/environ.m4 \ + $(top_srcdir)/gl/m4/errno_h.m4 $(top_srcdir)/gl/m4/error.m4 \ + $(top_srcdir)/gl/m4/exponentd.m4 \ + $(top_srcdir)/gl/m4/extensions.m4 \ + $(top_srcdir)/gl/m4/extern-inline.m4 \ + $(top_srcdir)/gl/m4/fchdir.m4 $(top_srcdir)/gl/m4/fcntl-o.m4 \ + $(top_srcdir)/gl/m4/fcntl.m4 $(top_srcdir)/gl/m4/fcntl_h.m4 \ + $(top_srcdir)/gl/m4/fdopendir.m4 \ + $(top_srcdir)/gl/m4/filenamecat.m4 \ + $(top_srcdir)/gl/m4/flexmember.m4 \ + $(top_srcdir)/gl/m4/float_h.m4 $(top_srcdir)/gl/m4/flock.m4 \ + $(top_srcdir)/gl/m4/fnmatch.m4 \ + $(top_srcdir)/gl/m4/fnmatch_h.m4 $(top_srcdir)/gl/m4/fstat.m4 \ + $(top_srcdir)/gl/m4/fstatat.m4 $(top_srcdir)/gl/m4/futimens.m4 \ + $(top_srcdir)/gl/m4/getcwd-abort-bug.m4 \ + $(top_srcdir)/gl/m4/getcwd-path-max.m4 \ + $(top_srcdir)/gl/m4/getcwd.m4 $(top_srcdir)/gl/m4/getdelim.m4 \ + $(top_srcdir)/gl/m4/getdtablesize.m4 \ + $(top_srcdir)/gl/m4/getline.m4 $(top_srcdir)/gl/m4/getlogin.m4 \ + $(top_srcdir)/gl/m4/getlogin_r.m4 \ + $(top_srcdir)/gl/m4/getopt.m4 \ + $(top_srcdir)/gl/m4/getpagesize.m4 \ + $(top_srcdir)/gl/m4/getprogname.m4 \ + $(top_srcdir)/gl/m4/gettext.m4 $(top_srcdir)/gl/m4/gettime.m4 \ + $(top_srcdir)/gl/m4/gettimeofday.m4 \ + $(top_srcdir)/gl/m4/glibc21.m4 $(top_srcdir)/gl/m4/glob.m4 \ + $(top_srcdir)/gl/m4/glob_h.m4 \ + $(top_srcdir)/gl/m4/gnulib-common.m4 \ + $(top_srcdir)/gl/m4/gnulib-comp.m4 \ + $(top_srcdir)/gl/m4/host-cpu-c-abi.m4 \ + $(top_srcdir)/gl/m4/iconv.m4 $(top_srcdir)/gl/m4/idpriv.m4 \ + $(top_srcdir)/gl/m4/include_next.m4 \ + $(top_srcdir)/gl/m4/intlmacosx.m4 \ + $(top_srcdir)/gl/m4/intmax_t.m4 \ + $(top_srcdir)/gl/m4/inttypes.m4 \ + $(top_srcdir)/gl/m4/inttypes_h.m4 $(top_srcdir)/gl/m4/ioctl.m4 \ + $(top_srcdir)/gl/m4/isblank.m4 \ + $(top_srcdir)/gl/m4/langinfo_h.m4 \ + $(top_srcdir)/gl/m4/largefile.m4 $(top_srcdir)/gl/m4/lchown.m4 \ + $(top_srcdir)/gl/m4/lib-ignore.m4 \ + $(top_srcdir)/gl/m4/lib-ld.m4 $(top_srcdir)/gl/m4/lib-link.m4 \ + $(top_srcdir)/gl/m4/lib-prefix.m4 \ + $(top_srcdir)/gl/m4/libtool.m4 $(top_srcdir)/gl/m4/limits-h.m4 \ + $(top_srcdir)/gl/m4/localcharset.m4 \ + $(top_srcdir)/gl/m4/locale-fr.m4 \ + $(top_srcdir)/gl/m4/locale-ja.m4 \ + $(top_srcdir)/gl/m4/locale-zh.m4 \ + $(top_srcdir)/gl/m4/locale_h.m4 \ + $(top_srcdir)/gl/m4/localeconv.m4 \ + $(top_srcdir)/gl/m4/localtime-buffer.m4 \ + $(top_srcdir)/gl/m4/lock.m4 $(top_srcdir)/gl/m4/lstat.m4 \ + $(top_srcdir)/gl/m4/ltoptions.m4 \ + $(top_srcdir)/gl/m4/ltsugar.m4 \ + $(top_srcdir)/gl/m4/ltversion.m4 \ + $(top_srcdir)/gl/m4/lt~obsolete.m4 \ + $(top_srcdir)/gl/m4/malloc.m4 $(top_srcdir)/gl/m4/malloca.m4 \ + $(top_srcdir)/gl/m4/manywarnings.m4 \ + $(top_srcdir)/gl/m4/mbrtowc.m4 $(top_srcdir)/gl/m4/mbsinit.m4 \ + $(top_srcdir)/gl/m4/mbsrtowcs.m4 \ + $(top_srcdir)/gl/m4/mbstate_t.m4 $(top_srcdir)/gl/m4/mbtowc.m4 \ + $(top_srcdir)/gl/m4/memchr.m4 $(top_srcdir)/gl/m4/memmem.m4 \ + $(top_srcdir)/gl/m4/mempcpy.m4 $(top_srcdir)/gl/m4/memrchr.m4 \ + $(top_srcdir)/gl/m4/minmax.m4 $(top_srcdir)/gl/m4/mkdir.m4 \ + $(top_srcdir)/gl/m4/mkdtemp.m4 $(top_srcdir)/gl/m4/mkstemp.m4 \ + $(top_srcdir)/gl/m4/mmap-anon.m4 $(top_srcdir)/gl/m4/mode_t.m4 \ + $(top_srcdir)/gl/m4/msvc-inval.m4 \ + $(top_srcdir)/gl/m4/msvc-nothrow.m4 \ + $(top_srcdir)/gl/m4/multiarch.m4 \ + $(top_srcdir)/gl/m4/nanosleep.m4 \ + $(top_srcdir)/gl/m4/nl_langinfo.m4 $(top_srcdir)/gl/m4/nls.m4 \ + $(top_srcdir)/gl/m4/nocrash.m4 \ + $(top_srcdir)/gl/m4/nonblocking.m4 \ + $(top_srcdir)/gl/m4/off_t.m4 \ + $(top_srcdir)/gl/m4/open-cloexec.m4 \ + $(top_srcdir)/gl/m4/open-slash.m4 $(top_srcdir)/gl/m4/open.m4 \ + $(top_srcdir)/gl/m4/openat.m4 $(top_srcdir)/gl/m4/opendir.m4 \ + $(top_srcdir)/gl/m4/pathmax.m4 $(top_srcdir)/gl/m4/po.m4 \ + $(top_srcdir)/gl/m4/printf.m4 $(top_srcdir)/gl/m4/progtest.m4 \ + $(top_srcdir)/gl/m4/pthread_rwlock_rdlock.m4 \ + $(top_srcdir)/gl/m4/raise.m4 $(top_srcdir)/gl/m4/rawmemchr.m4 \ + $(top_srcdir)/gl/m4/readdir.m4 $(top_srcdir)/gl/m4/readlink.m4 \ + $(top_srcdir)/gl/m4/realloc.m4 $(top_srcdir)/gl/m4/regex.m4 \ + $(top_srcdir)/gl/m4/rename.m4 $(top_srcdir)/gl/m4/renameat.m4 \ + $(top_srcdir)/gl/m4/rewinddir.m4 $(top_srcdir)/gl/m4/rmdir.m4 \ + $(top_srcdir)/gl/m4/same.m4 $(top_srcdir)/gl/m4/save-cwd.m4 \ + $(top_srcdir)/gl/m4/select.m4 $(top_srcdir)/gl/m4/setenv.m4 \ + $(top_srcdir)/gl/m4/setlocale_null.m4 \ + $(top_srcdir)/gl/m4/sigaction.m4 \ + $(top_srcdir)/gl/m4/signal_h.m4 \ + $(top_srcdir)/gl/m4/signalblocking.m4 \ + $(top_srcdir)/gl/m4/size_max.m4 $(top_srcdir)/gl/m4/sleep.m4 \ + $(top_srcdir)/gl/m4/socketlib.m4 \ + $(top_srcdir)/gl/m4/sockets.m4 $(top_srcdir)/gl/m4/socklen.m4 \ + $(top_srcdir)/gl/m4/ssize_t.m4 \ + $(top_srcdir)/gl/m4/stat-time.m4 $(top_srcdir)/gl/m4/stat.m4 \ + $(top_srcdir)/gl/m4/std-gnu11.m4 \ + $(top_srcdir)/gl/m4/stdalign.m4 $(top_srcdir)/gl/m4/stdarg.m4 \ + $(top_srcdir)/gl/m4/stdbool.m4 $(top_srcdir)/gl/m4/stddef_h.m4 \ + $(top_srcdir)/gl/m4/stdint.m4 $(top_srcdir)/gl/m4/stdint_h.m4 \ + $(top_srcdir)/gl/m4/stdio_h.m4 $(top_srcdir)/gl/m4/stdlib_h.m4 \ + $(top_srcdir)/gl/m4/strcase.m4 \ + $(top_srcdir)/gl/m4/strcasestr.m4 \ + $(top_srcdir)/gl/m4/strchrnul.m4 $(top_srcdir)/gl/m4/strdup.m4 \ + $(top_srcdir)/gl/m4/strerror.m4 \ + $(top_srcdir)/gl/m4/string_h.m4 \ + $(top_srcdir)/gl/m4/strings_h.m4 \ + $(top_srcdir)/gl/m4/strndup.m4 $(top_srcdir)/gl/m4/strnlen.m4 \ + $(top_srcdir)/gl/m4/strsep.m4 \ + $(top_srcdir)/gl/m4/sys_file_h.m4 \ + $(top_srcdir)/gl/m4/sys_ioctl_h.m4 \ + $(top_srcdir)/gl/m4/sys_select_h.m4 \ + $(top_srcdir)/gl/m4/sys_socket_h.m4 \ + $(top_srcdir)/gl/m4/sys_stat_h.m4 \ + $(top_srcdir)/gl/m4/sys_time_h.m4 \ + $(top_srcdir)/gl/m4/sys_types_h.m4 \ + $(top_srcdir)/gl/m4/sys_uio_h.m4 \ + $(top_srcdir)/gl/m4/sysexits.m4 \ + $(top_srcdir)/gl/m4/tempname.m4 \ + $(top_srcdir)/gl/m4/threadlib.m4 $(top_srcdir)/gl/m4/time_h.m4 \ + $(top_srcdir)/gl/m4/timespec.m4 \ + $(top_srcdir)/gl/m4/unistd-safer.m4 \ + $(top_srcdir)/gl/m4/unistd_h.m4 $(top_srcdir)/gl/m4/unlink.m4 \ + $(top_srcdir)/gl/m4/unlinkat.m4 $(top_srcdir)/gl/m4/utime.m4 \ + $(top_srcdir)/gl/m4/utime_h.m4 $(top_srcdir)/gl/m4/utimens.m4 \ + $(top_srcdir)/gl/m4/utimes.m4 \ + $(top_srcdir)/gl/m4/vasnprintf.m4 \ + $(top_srcdir)/gl/m4/vasprintf.m4 \ + $(top_srcdir)/gl/m4/visibility.m4 \ + $(top_srcdir)/gl/m4/vsnprintf.m4 \ + $(top_srcdir)/gl/m4/warn-on-use.m4 \ + $(top_srcdir)/gl/m4/warnings.m4 $(top_srcdir)/gl/m4/wchar_h.m4 \ + $(top_srcdir)/gl/m4/wchar_t.m4 $(top_srcdir)/gl/m4/wcrtomb.m4 \ + $(top_srcdir)/gl/m4/wctype_h.m4 $(top_srcdir)/gl/m4/wint_t.m4 \ + $(top_srcdir)/gl/m4/wmemchr.m4 $(top_srcdir)/gl/m4/wmempcpy.m4 \ + $(top_srcdir)/gl/m4/xalloc.m4 $(top_srcdir)/gl/m4/xgetcwd.m4 \ + $(top_srcdir)/gl/m4/xsize.m4 $(top_srcdir)/gl/m4/xstrndup.m4 \ + $(top_srcdir)/gl/m4/xvasprintf.m4 \ + $(top_srcdir)/gl/m4/zzgnulib.m4 $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +man1dir = $(mandir)/man1 +am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \ + "$(DESTDIR)$(man8dir)" +man5dir = $(mandir)/man5 +man8dir = $(mandir)/man8 +NROFF = nroff +MANS = $(man1_MANS) $(man5_MANS) $(man8_MANS) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__tty_colors_dummy = \ + mgn= red= grn= lgn= blu= brg= std=; \ + am__color_tests=no +am__tty_colors = { \ + $(am__tty_colors_dummy); \ + if test "X$(AM_COLOR_TESTS)" = Xno; then \ + am__color_tests=no; \ + elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ + am__color_tests=yes; \ + elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ + am__color_tests=yes; \ + fi; \ + if test $$am__color_tests = yes; then \ + red='[0;31m'; \ + grn='[0;32m'; \ + lgn='[1;32m'; \ + blu='[1;34m'; \ + mgn='[0;35m'; \ + brg='[1m'; \ + std='[m'; \ + fi; \ +} +am__recheck_rx = ^[ ]*:recheck:[ ]* +am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* +am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* +# A command that, given a newline-separated list of test names on the +# standard input, print the name of the tests that are to be re-run +# upon "make recheck". +am__list_recheck_tests = $(AWK) '{ \ + recheck = 1; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + { \ + if ((getline line2 < ($$0 ".log")) < 0) \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ + { \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ + { \ + break; \ + } \ + }; \ + if (recheck) \ + print $$0; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# A command that, given a newline-separated list of test names on the +# standard input, create the global log from their .trs and .log files. +am__create_global_log = $(AWK) ' \ +function fatal(msg) \ +{ \ + print "fatal: making $@: " msg | "cat >&2"; \ + exit 1; \ +} \ +function rst_section(header) \ +{ \ + print header; \ + len = length(header); \ + for (i = 1; i <= len; i = i + 1) \ + printf "="; \ + printf "\n\n"; \ +} \ +{ \ + copy_in_global_log = 1; \ + global_test_result = "RUN"; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".trs"); \ + if (line ~ /$(am__global_test_result_rx)/) \ + { \ + sub("$(am__global_test_result_rx)", "", line); \ + sub("[ ]*$$", "", line); \ + global_test_result = line; \ + } \ + else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ + copy_in_global_log = 0; \ + }; \ + if (copy_in_global_log) \ + { \ + rst_section(global_test_result ": " $$0); \ + while ((rc = (getline line < ($$0 ".log"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".log"); \ + print line; \ + }; \ + printf "\n"; \ + }; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# Restructured Text title. +am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } +# Solaris 10 'make', and several other traditional 'make' implementations, +# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it +# by disabling -e (using the XSI extension "set +e") if it's set. +am__sh_e_setup = case $$- in *e*) set +e;; esac +# Default flags passed to test drivers. +am__common_driver_flags = \ + --color-tests "$$am__color_tests" \ + --enable-hard-errors "$$am__enable_hard_errors" \ + --expect-failure "$$am__expect_failure" +# To be inserted before the command running the test. Creates the +# directory for the log if needed. Stores in $dir the directory +# containing $f, in $tst the test, in $log the log. Executes the +# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and +# passes TESTS_ENVIRONMENT. Set up options for the wrapper that +# will run the test scripts (or their associated LOG_COMPILER, if +# thy have one). +am__check_pre = \ +$(am__sh_e_setup); \ +$(am__vpath_adj_setup) $(am__vpath_adj) \ +$(am__tty_colors); \ +srcdir=$(srcdir); export srcdir; \ +case "$@" in \ + */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ + *) am__odir=.;; \ +esac; \ +test "x$$am__odir" = x"." || test -d "$$am__odir" \ + || $(MKDIR_P) "$$am__odir" || exit $$?; \ +if test -f "./$$f"; then dir=./; \ +elif test -f "$$f"; then dir=; \ +else dir="$(srcdir)/"; fi; \ +tst=$$dir$$f; log='$@'; \ +if test -n '$(DISABLE_HARD_ERRORS)'; then \ + am__enable_hard_errors=no; \ +else \ + am__enable_hard_errors=yes; \ +fi; \ +case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ + am__expect_failure=yes;; \ + *) \ + am__expect_failure=no;; \ +esac; \ +$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) +# A shell command to get the names of the tests scripts with any registered +# extension removed (i.e., equivalently, the names of the test logs, with +# the '.log' extension removed). The result is saved in the shell variable +# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, +# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", +# since that might cause problem with VPATH rewrites for suffix-less tests. +# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. +am__set_TESTS_bases = \ + bases='$(TEST_LOGS)'; \ + bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ + bases=`echo $$bases` +AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' +RECHECK_LOGS = $(TEST_LOGS) +AM_RECURSIVE_TARGETS = check recheck +TEST_SUITE_LOG = test-suite.log +TEST_EXTENSIONS = @EXEEXT@ .test +LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver +LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) +am__set_b = \ + case '$@' in \ + */*) \ + case '$*' in \ + */*) b='$*';; \ + *) b=`echo '$@' | sed 's/\.log$$//'`; \ + esac;; \ + *) \ + b='$*';; \ + esac +am__test_logs1 = $(TESTS:=.log) +am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) +TEST_LOGS = $(am__test_logs2:.test.log=.log) +TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver +TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ + $(TEST_LOG_FLAGS) +am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(top_srcdir)/build-aux/test-driver \ + $(top_srcdir)/man/Rules.man +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALLOCA = @ALLOCA@ +ALLOCA_H = @ALLOCA_H@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +APPLE_UNIVERSAL_BUILD = @APPLE_UNIVERSAL_BUILD@ +AR = @AR@ +ARFLAGS = @ARFLAGS@ +ASM_SYMBOL_PREFIX = @ASM_SYMBOL_PREFIX@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BITSIZEOF_PTRDIFF_T = @BITSIZEOF_PTRDIFF_T@ +BITSIZEOF_SIG_ATOMIC_T = @BITSIZEOF_SIG_ATOMIC_T@ +BITSIZEOF_SIZE_T = @BITSIZEOF_SIZE_T@ +BITSIZEOF_WCHAR_T = @BITSIZEOF_WCHAR_T@ +BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CFLAG_VISIBILITY = @CFLAG_VISIBILITY@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DBLIBS = @DBLIBS@ +DBTYPE = @DBTYPE@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EMULTIHOP_HIDDEN = @EMULTIHOP_HIDDEN@ +EMULTIHOP_VALUE = @EMULTIHOP_VALUE@ +ENOLINK_HIDDEN = @ENOLINK_HIDDEN@ +ENOLINK_VALUE = @ENOLINK_VALUE@ +EOVERFLOW_HIDDEN = @EOVERFLOW_HIDDEN@ +EOVERFLOW_VALUE = @EOVERFLOW_VALUE@ +ERRNO_H = @ERRNO_H@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FLOAT_H = @FLOAT_H@ +FNMATCH_H = @FNMATCH_H@ +GETOPT_CDEFS_H = @GETOPT_CDEFS_H@ +GETOPT_H = @GETOPT_H@ +GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ +GLIBC21 = @GLIBC21@ +GLOB_H = @GLOB_H@ +GMSGFMT = @GMSGFMT@ +GMSGFMT_015 = @GMSGFMT_015@ +GNULIB_ACCEPT = @GNULIB_ACCEPT@ +GNULIB_ACCEPT4 = @GNULIB_ACCEPT4@ +GNULIB_ACCESS = @GNULIB_ACCESS@ +GNULIB_ALPHASORT = @GNULIB_ALPHASORT@ +GNULIB_ATOLL = @GNULIB_ATOLL@ +GNULIB_BIND = @GNULIB_BIND@ +GNULIB_BTOWC = @GNULIB_BTOWC@ +GNULIB_CALLOC_POSIX = @GNULIB_CALLOC_POSIX@ +GNULIB_CANONICALIZE_FILE_NAME = @GNULIB_CANONICALIZE_FILE_NAME@ +GNULIB_CHDIR = @GNULIB_CHDIR@ +GNULIB_CHOWN = @GNULIB_CHOWN@ +GNULIB_CLOSE = @GNULIB_CLOSE@ +GNULIB_CLOSEDIR = @GNULIB_CLOSEDIR@ +GNULIB_CONNECT = @GNULIB_CONNECT@ +GNULIB_COPY_FILE_RANGE = @GNULIB_COPY_FILE_RANGE@ +GNULIB_CREAT = @GNULIB_CREAT@ +GNULIB_CTIME = @GNULIB_CTIME@ +GNULIB_DIRFD = @GNULIB_DIRFD@ +GNULIB_DPRINTF = @GNULIB_DPRINTF@ +GNULIB_DUP = @GNULIB_DUP@ +GNULIB_DUP2 = @GNULIB_DUP2@ +GNULIB_DUP3 = @GNULIB_DUP3@ +GNULIB_DUPLOCALE = @GNULIB_DUPLOCALE@ +GNULIB_ENVIRON = @GNULIB_ENVIRON@ +GNULIB_EUIDACCESS = @GNULIB_EUIDACCESS@ +GNULIB_EXPLICIT_BZERO = @GNULIB_EXPLICIT_BZERO@ +GNULIB_FACCESSAT = @GNULIB_FACCESSAT@ +GNULIB_FCHDIR = @GNULIB_FCHDIR@ +GNULIB_FCHMODAT = @GNULIB_FCHMODAT@ +GNULIB_FCHOWNAT = @GNULIB_FCHOWNAT@ +GNULIB_FCLOSE = @GNULIB_FCLOSE@ +GNULIB_FCNTL = @GNULIB_FCNTL@ +GNULIB_FDATASYNC = @GNULIB_FDATASYNC@ +GNULIB_FDOPEN = @GNULIB_FDOPEN@ +GNULIB_FDOPENDIR = @GNULIB_FDOPENDIR@ +GNULIB_FFLUSH = @GNULIB_FFLUSH@ +GNULIB_FFS = @GNULIB_FFS@ +GNULIB_FFSL = @GNULIB_FFSL@ +GNULIB_FFSLL = @GNULIB_FFSLL@ +GNULIB_FGETC = @GNULIB_FGETC@ +GNULIB_FGETS = @GNULIB_FGETS@ +GNULIB_FLOCK = @GNULIB_FLOCK@ +GNULIB_FNMATCH = @GNULIB_FNMATCH@ +GNULIB_FOPEN = @GNULIB_FOPEN@ +GNULIB_FPRINTF = @GNULIB_FPRINTF@ +GNULIB_FPRINTF_POSIX = @GNULIB_FPRINTF_POSIX@ +GNULIB_FPURGE = @GNULIB_FPURGE@ +GNULIB_FPUTC = @GNULIB_FPUTC@ +GNULIB_FPUTS = @GNULIB_FPUTS@ +GNULIB_FREAD = @GNULIB_FREAD@ +GNULIB_FREOPEN = @GNULIB_FREOPEN@ +GNULIB_FSCANF = @GNULIB_FSCANF@ +GNULIB_FSEEK = @GNULIB_FSEEK@ +GNULIB_FSEEKO = @GNULIB_FSEEKO@ +GNULIB_FSTAT = @GNULIB_FSTAT@ +GNULIB_FSTATAT = @GNULIB_FSTATAT@ +GNULIB_FSYNC = @GNULIB_FSYNC@ +GNULIB_FTELL = @GNULIB_FTELL@ +GNULIB_FTELLO = @GNULIB_FTELLO@ +GNULIB_FTRUNCATE = @GNULIB_FTRUNCATE@ +GNULIB_FUTIMENS = @GNULIB_FUTIMENS@ +GNULIB_FWRITE = @GNULIB_FWRITE@ +GNULIB_GETC = @GNULIB_GETC@ +GNULIB_GETCHAR = @GNULIB_GETCHAR@ +GNULIB_GETCWD = @GNULIB_GETCWD@ +GNULIB_GETDELIM = @GNULIB_GETDELIM@ +GNULIB_GETDOMAINNAME = @GNULIB_GETDOMAINNAME@ +GNULIB_GETDTABLESIZE = @GNULIB_GETDTABLESIZE@ +GNULIB_GETENTROPY = @GNULIB_GETENTROPY@ +GNULIB_GETGROUPS = @GNULIB_GETGROUPS@ +GNULIB_GETHOSTNAME = @GNULIB_GETHOSTNAME@ +GNULIB_GETLINE = @GNULIB_GETLINE@ +GNULIB_GETLOADAVG = @GNULIB_GETLOADAVG@ +GNULIB_GETLOGIN = @GNULIB_GETLOGIN@ +GNULIB_GETLOGIN_R = @GNULIB_GETLOGIN_R@ +GNULIB_GETOPT_POSIX = @GNULIB_GETOPT_POSIX@ +GNULIB_GETPAGESIZE = @GNULIB_GETPAGESIZE@ +GNULIB_GETPASS = @GNULIB_GETPASS@ +GNULIB_GETPEERNAME = @GNULIB_GETPEERNAME@ +GNULIB_GETSOCKNAME = @GNULIB_GETSOCKNAME@ +GNULIB_GETSOCKOPT = @GNULIB_GETSOCKOPT@ +GNULIB_GETSUBOPT = @GNULIB_GETSUBOPT@ +GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@ +GNULIB_GETUSERSHELL = @GNULIB_GETUSERSHELL@ +GNULIB_GLOB = @GNULIB_GLOB@ +GNULIB_GL_UNISTD_H_GETOPT = @GNULIB_GL_UNISTD_H_GETOPT@ +GNULIB_GRANTPT = @GNULIB_GRANTPT@ +GNULIB_GROUP_MEMBER = @GNULIB_GROUP_MEMBER@ +GNULIB_IMAXABS = @GNULIB_IMAXABS@ +GNULIB_IMAXDIV = @GNULIB_IMAXDIV@ +GNULIB_IOCTL = @GNULIB_IOCTL@ +GNULIB_ISATTY = @GNULIB_ISATTY@ +GNULIB_ISBLANK = @GNULIB_ISBLANK@ +GNULIB_ISWBLANK = @GNULIB_ISWBLANK@ +GNULIB_ISWCTYPE = @GNULIB_ISWCTYPE@ +GNULIB_ISWDIGIT = @GNULIB_ISWDIGIT@ +GNULIB_ISWXDIGIT = @GNULIB_ISWXDIGIT@ +GNULIB_LCHMOD = @GNULIB_LCHMOD@ +GNULIB_LCHOWN = @GNULIB_LCHOWN@ +GNULIB_LINK = @GNULIB_LINK@ +GNULIB_LINKAT = @GNULIB_LINKAT@ +GNULIB_LISTEN = @GNULIB_LISTEN@ +GNULIB_LOCALECONV = @GNULIB_LOCALECONV@ +GNULIB_LOCALENAME = @GNULIB_LOCALENAME@ +GNULIB_LOCALTIME = @GNULIB_LOCALTIME@ +GNULIB_LSEEK = @GNULIB_LSEEK@ +GNULIB_LSTAT = @GNULIB_LSTAT@ +GNULIB_MALLOC_POSIX = @GNULIB_MALLOC_POSIX@ +GNULIB_MBRLEN = @GNULIB_MBRLEN@ +GNULIB_MBRTOWC = @GNULIB_MBRTOWC@ +GNULIB_MBSCASECMP = @GNULIB_MBSCASECMP@ +GNULIB_MBSCASESTR = @GNULIB_MBSCASESTR@ +GNULIB_MBSCHR = @GNULIB_MBSCHR@ +GNULIB_MBSCSPN = @GNULIB_MBSCSPN@ +GNULIB_MBSINIT = @GNULIB_MBSINIT@ +GNULIB_MBSLEN = @GNULIB_MBSLEN@ +GNULIB_MBSNCASECMP = @GNULIB_MBSNCASECMP@ +GNULIB_MBSNLEN = @GNULIB_MBSNLEN@ +GNULIB_MBSNRTOWCS = @GNULIB_MBSNRTOWCS@ +GNULIB_MBSPBRK = @GNULIB_MBSPBRK@ +GNULIB_MBSPCASECMP = @GNULIB_MBSPCASECMP@ +GNULIB_MBSRCHR = @GNULIB_MBSRCHR@ +GNULIB_MBSRTOWCS = @GNULIB_MBSRTOWCS@ +GNULIB_MBSSEP = @GNULIB_MBSSEP@ +GNULIB_MBSSPN = @GNULIB_MBSSPN@ +GNULIB_MBSSTR = @GNULIB_MBSSTR@ +GNULIB_MBSTOK_R = @GNULIB_MBSTOK_R@ +GNULIB_MBTOWC = @GNULIB_MBTOWC@ +GNULIB_MEMCHR = @GNULIB_MEMCHR@ +GNULIB_MEMMEM = @GNULIB_MEMMEM@ +GNULIB_MEMPCPY = @GNULIB_MEMPCPY@ +GNULIB_MEMRCHR = @GNULIB_MEMRCHR@ +GNULIB_MKDIRAT = @GNULIB_MKDIRAT@ +GNULIB_MKDTEMP = @GNULIB_MKDTEMP@ +GNULIB_MKFIFO = @GNULIB_MKFIFO@ +GNULIB_MKFIFOAT = @GNULIB_MKFIFOAT@ +GNULIB_MKNOD = @GNULIB_MKNOD@ +GNULIB_MKNODAT = @GNULIB_MKNODAT@ +GNULIB_MKOSTEMP = @GNULIB_MKOSTEMP@ +GNULIB_MKOSTEMPS = @GNULIB_MKOSTEMPS@ +GNULIB_MKSTEMP = @GNULIB_MKSTEMP@ +GNULIB_MKSTEMPS = @GNULIB_MKSTEMPS@ +GNULIB_MKTIME = @GNULIB_MKTIME@ +GNULIB_NANOSLEEP = @GNULIB_NANOSLEEP@ +GNULIB_NL_LANGINFO = @GNULIB_NL_LANGINFO@ +GNULIB_NONBLOCKING = @GNULIB_NONBLOCKING@ +GNULIB_OBSTACK_PRINTF = @GNULIB_OBSTACK_PRINTF@ +GNULIB_OBSTACK_PRINTF_POSIX = @GNULIB_OBSTACK_PRINTF_POSIX@ +GNULIB_OPEN = @GNULIB_OPEN@ +GNULIB_OPENAT = @GNULIB_OPENAT@ +GNULIB_OPENDIR = @GNULIB_OPENDIR@ +GNULIB_OVERRIDES_STRUCT_STAT = @GNULIB_OVERRIDES_STRUCT_STAT@ +GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@ +GNULIB_PCLOSE = @GNULIB_PCLOSE@ +GNULIB_PERROR = @GNULIB_PERROR@ +GNULIB_PIPE = @GNULIB_PIPE@ +GNULIB_PIPE2 = @GNULIB_PIPE2@ +GNULIB_POPEN = @GNULIB_POPEN@ +GNULIB_POSIX_OPENPT = @GNULIB_POSIX_OPENPT@ +GNULIB_PREAD = @GNULIB_PREAD@ +GNULIB_PRINTF = @GNULIB_PRINTF@ +GNULIB_PRINTF_POSIX = @GNULIB_PRINTF_POSIX@ +GNULIB_PSELECT = @GNULIB_PSELECT@ +GNULIB_PTHREAD_SIGMASK = @GNULIB_PTHREAD_SIGMASK@ +GNULIB_PTSNAME = @GNULIB_PTSNAME@ +GNULIB_PTSNAME_R = @GNULIB_PTSNAME_R@ +GNULIB_PUTC = @GNULIB_PUTC@ +GNULIB_PUTCHAR = @GNULIB_PUTCHAR@ +GNULIB_PUTENV = @GNULIB_PUTENV@ +GNULIB_PUTS = @GNULIB_PUTS@ +GNULIB_PWRITE = @GNULIB_PWRITE@ +GNULIB_QSORT_R = @GNULIB_QSORT_R@ +GNULIB_RAISE = @GNULIB_RAISE@ +GNULIB_RANDOM = @GNULIB_RANDOM@ +GNULIB_RANDOM_R = @GNULIB_RANDOM_R@ +GNULIB_RAWMEMCHR = @GNULIB_RAWMEMCHR@ +GNULIB_READ = @GNULIB_READ@ +GNULIB_READDIR = @GNULIB_READDIR@ +GNULIB_READLINK = @GNULIB_READLINK@ +GNULIB_READLINKAT = @GNULIB_READLINKAT@ +GNULIB_REALLOCARRAY = @GNULIB_REALLOCARRAY@ +GNULIB_REALLOC_POSIX = @GNULIB_REALLOC_POSIX@ +GNULIB_REALPATH = @GNULIB_REALPATH@ +GNULIB_RECV = @GNULIB_RECV@ +GNULIB_RECVFROM = @GNULIB_RECVFROM@ +GNULIB_REMOVE = @GNULIB_REMOVE@ +GNULIB_RENAME = @GNULIB_RENAME@ +GNULIB_RENAMEAT = @GNULIB_RENAMEAT@ +GNULIB_REWINDDIR = @GNULIB_REWINDDIR@ +GNULIB_RMDIR = @GNULIB_RMDIR@ +GNULIB_RPMATCH = @GNULIB_RPMATCH@ +GNULIB_SCANDIR = @GNULIB_SCANDIR@ +GNULIB_SCANF = @GNULIB_SCANF@ +GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@ +GNULIB_SELECT = @GNULIB_SELECT@ +GNULIB_SEND = @GNULIB_SEND@ +GNULIB_SENDTO = @GNULIB_SENDTO@ +GNULIB_SETENV = @GNULIB_SETENV@ +GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ +GNULIB_SETLOCALE = @GNULIB_SETLOCALE@ +GNULIB_SETLOCALE_NULL = @GNULIB_SETLOCALE_NULL@ +GNULIB_SETSOCKOPT = @GNULIB_SETSOCKOPT@ +GNULIB_SHUTDOWN = @GNULIB_SHUTDOWN@ +GNULIB_SIGACTION = @GNULIB_SIGACTION@ +GNULIB_SIGNAL_H_SIGPIPE = @GNULIB_SIGNAL_H_SIGPIPE@ +GNULIB_SIGPROCMASK = @GNULIB_SIGPROCMASK@ +GNULIB_SLEEP = @GNULIB_SLEEP@ +GNULIB_SNPRINTF = @GNULIB_SNPRINTF@ +GNULIB_SOCKET = @GNULIB_SOCKET@ +GNULIB_SPRINTF_POSIX = @GNULIB_SPRINTF_POSIX@ +GNULIB_STAT = @GNULIB_STAT@ +GNULIB_STDIO_H_NONBLOCKING = @GNULIB_STDIO_H_NONBLOCKING@ +GNULIB_STDIO_H_SIGPIPE = @GNULIB_STDIO_H_SIGPIPE@ +GNULIB_STPCPY = @GNULIB_STPCPY@ +GNULIB_STPNCPY = @GNULIB_STPNCPY@ +GNULIB_STRCASESTR = @GNULIB_STRCASESTR@ +GNULIB_STRCHRNUL = @GNULIB_STRCHRNUL@ +GNULIB_STRDUP = @GNULIB_STRDUP@ +GNULIB_STRERROR = @GNULIB_STRERROR@ +GNULIB_STRERROR_R = @GNULIB_STRERROR_R@ +GNULIB_STRFTIME = @GNULIB_STRFTIME@ +GNULIB_STRNCAT = @GNULIB_STRNCAT@ +GNULIB_STRNDUP = @GNULIB_STRNDUP@ +GNULIB_STRNLEN = @GNULIB_STRNLEN@ +GNULIB_STRPBRK = @GNULIB_STRPBRK@ +GNULIB_STRPTIME = @GNULIB_STRPTIME@ +GNULIB_STRSEP = @GNULIB_STRSEP@ +GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@ +GNULIB_STRSTR = @GNULIB_STRSTR@ +GNULIB_STRTOD = @GNULIB_STRTOD@ +GNULIB_STRTOIMAX = @GNULIB_STRTOIMAX@ +GNULIB_STRTOK_R = @GNULIB_STRTOK_R@ +GNULIB_STRTOLD = @GNULIB_STRTOLD@ +GNULIB_STRTOLL = @GNULIB_STRTOLL@ +GNULIB_STRTOULL = @GNULIB_STRTOULL@ +GNULIB_STRTOUMAX = @GNULIB_STRTOUMAX@ +GNULIB_STRVERSCMP = @GNULIB_STRVERSCMP@ +GNULIB_SYMLINK = @GNULIB_SYMLINK@ +GNULIB_SYMLINKAT = @GNULIB_SYMLINKAT@ +GNULIB_SYSTEM_POSIX = @GNULIB_SYSTEM_POSIX@ +GNULIB_TIMEGM = @GNULIB_TIMEGM@ +GNULIB_TIME_R = @GNULIB_TIME_R@ +GNULIB_TIME_RZ = @GNULIB_TIME_RZ@ +GNULIB_TMPFILE = @GNULIB_TMPFILE@ +GNULIB_TOWCTRANS = @GNULIB_TOWCTRANS@ +GNULIB_TRUNCATE = @GNULIB_TRUNCATE@ +GNULIB_TTYNAME_R = @GNULIB_TTYNAME_R@ +GNULIB_TZSET = @GNULIB_TZSET@ +GNULIB_UNISTD_H_NONBLOCKING = @GNULIB_UNISTD_H_NONBLOCKING@ +GNULIB_UNISTD_H_SIGPIPE = @GNULIB_UNISTD_H_SIGPIPE@ +GNULIB_UNLINK = @GNULIB_UNLINK@ +GNULIB_UNLINKAT = @GNULIB_UNLINKAT@ +GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ +GNULIB_UNSETENV = @GNULIB_UNSETENV@ +GNULIB_USLEEP = @GNULIB_USLEEP@ +GNULIB_UTIME = @GNULIB_UTIME@ +GNULIB_UTIMENSAT = @GNULIB_UTIMENSAT@ +GNULIB_VASPRINTF = @GNULIB_VASPRINTF@ +GNULIB_VDPRINTF = @GNULIB_VDPRINTF@ +GNULIB_VFPRINTF = @GNULIB_VFPRINTF@ +GNULIB_VFPRINTF_POSIX = @GNULIB_VFPRINTF_POSIX@ +GNULIB_VFSCANF = @GNULIB_VFSCANF@ +GNULIB_VPRINTF = @GNULIB_VPRINTF@ +GNULIB_VPRINTF_POSIX = @GNULIB_VPRINTF_POSIX@ +GNULIB_VSCANF = @GNULIB_VSCANF@ +GNULIB_VSNPRINTF = @GNULIB_VSNPRINTF@ +GNULIB_VSPRINTF_POSIX = @GNULIB_VSPRINTF_POSIX@ +GNULIB_WCPCPY = @GNULIB_WCPCPY@ +GNULIB_WCPNCPY = @GNULIB_WCPNCPY@ +GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ +GNULIB_WCSCASECMP = @GNULIB_WCSCASECMP@ +GNULIB_WCSCAT = @GNULIB_WCSCAT@ +GNULIB_WCSCHR = @GNULIB_WCSCHR@ +GNULIB_WCSCMP = @GNULIB_WCSCMP@ +GNULIB_WCSCOLL = @GNULIB_WCSCOLL@ +GNULIB_WCSCPY = @GNULIB_WCSCPY@ +GNULIB_WCSCSPN = @GNULIB_WCSCSPN@ +GNULIB_WCSDUP = @GNULIB_WCSDUP@ +GNULIB_WCSFTIME = @GNULIB_WCSFTIME@ +GNULIB_WCSLEN = @GNULIB_WCSLEN@ +GNULIB_WCSNCASECMP = @GNULIB_WCSNCASECMP@ +GNULIB_WCSNCAT = @GNULIB_WCSNCAT@ +GNULIB_WCSNCMP = @GNULIB_WCSNCMP@ +GNULIB_WCSNCPY = @GNULIB_WCSNCPY@ +GNULIB_WCSNLEN = @GNULIB_WCSNLEN@ +GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ +GNULIB_WCSPBRK = @GNULIB_WCSPBRK@ +GNULIB_WCSRCHR = @GNULIB_WCSRCHR@ +GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ +GNULIB_WCSSPN = @GNULIB_WCSSPN@ +GNULIB_WCSSTR = @GNULIB_WCSSTR@ +GNULIB_WCSTOK = @GNULIB_WCSTOK@ +GNULIB_WCSWIDTH = @GNULIB_WCSWIDTH@ +GNULIB_WCSXFRM = @GNULIB_WCSXFRM@ +GNULIB_WCTOB = @GNULIB_WCTOB@ +GNULIB_WCTOMB = @GNULIB_WCTOMB@ +GNULIB_WCTRANS = @GNULIB_WCTRANS@ +GNULIB_WCTYPE = @GNULIB_WCTYPE@ +GNULIB_WCWIDTH = @GNULIB_WCWIDTH@ +GNULIB_WMEMCHR = @GNULIB_WMEMCHR@ +GNULIB_WMEMCMP = @GNULIB_WMEMCMP@ +GNULIB_WMEMCPY = @GNULIB_WMEMCPY@ +GNULIB_WMEMMOVE = @GNULIB_WMEMMOVE@ +GNULIB_WMEMPCPY = @GNULIB_WMEMPCPY@ +GNULIB_WMEMSET = @GNULIB_WMEMSET@ +GNULIB_WRITE = @GNULIB_WRITE@ +GNULIB__EXIT = @GNULIB__EXIT@ +GREP = @GREP@ +HAVE_ACCEPT4 = @HAVE_ACCEPT4@ +HAVE_ALLOCA_H = @HAVE_ALLOCA_H@ +HAVE_ALPHASORT = @HAVE_ALPHASORT@ +HAVE_ATOLL = @HAVE_ATOLL@ +HAVE_BTOWC = @HAVE_BTOWC@ +HAVE_C99_STDINT_H = @HAVE_C99_STDINT_H@ +HAVE_CANONICALIZE_FILE_NAME = @HAVE_CANONICALIZE_FILE_NAME@ +HAVE_CHOWN = @HAVE_CHOWN@ +HAVE_CLOSEDIR = @HAVE_CLOSEDIR@ +HAVE_COPY_FILE_RANGE = @HAVE_COPY_FILE_RANGE@ +HAVE_CRTDEFS_H = @HAVE_CRTDEFS_H@ +HAVE_DECL_DIRFD = @HAVE_DECL_DIRFD@ +HAVE_DECL_ENVIRON = @HAVE_DECL_ENVIRON@ +HAVE_DECL_FCHDIR = @HAVE_DECL_FCHDIR@ +HAVE_DECL_FDATASYNC = @HAVE_DECL_FDATASYNC@ +HAVE_DECL_FDOPENDIR = @HAVE_DECL_FDOPENDIR@ +HAVE_DECL_FPURGE = @HAVE_DECL_FPURGE@ +HAVE_DECL_FSEEKO = @HAVE_DECL_FSEEKO@ +HAVE_DECL_FTELLO = @HAVE_DECL_FTELLO@ +HAVE_DECL_GETDELIM = @HAVE_DECL_GETDELIM@ +HAVE_DECL_GETDOMAINNAME = @HAVE_DECL_GETDOMAINNAME@ +HAVE_DECL_GETLINE = @HAVE_DECL_GETLINE@ +HAVE_DECL_GETLOADAVG = @HAVE_DECL_GETLOADAVG@ +HAVE_DECL_GETLOGIN = @HAVE_DECL_GETLOGIN@ +HAVE_DECL_GETLOGIN_R = @HAVE_DECL_GETLOGIN_R@ +HAVE_DECL_GETPAGESIZE = @HAVE_DECL_GETPAGESIZE@ +HAVE_DECL_GETUSERSHELL = @HAVE_DECL_GETUSERSHELL@ +HAVE_DECL_IMAXABS = @HAVE_DECL_IMAXABS@ +HAVE_DECL_IMAXDIV = @HAVE_DECL_IMAXDIV@ +HAVE_DECL_INITSTATE = @HAVE_DECL_INITSTATE@ +HAVE_DECL_LOCALTIME_R = @HAVE_DECL_LOCALTIME_R@ +HAVE_DECL_MEMMEM = @HAVE_DECL_MEMMEM@ +HAVE_DECL_MEMRCHR = @HAVE_DECL_MEMRCHR@ +HAVE_DECL_OBSTACK_PRINTF = @HAVE_DECL_OBSTACK_PRINTF@ +HAVE_DECL_SETENV = @HAVE_DECL_SETENV@ +HAVE_DECL_SETHOSTNAME = @HAVE_DECL_SETHOSTNAME@ +HAVE_DECL_SETSTATE = @HAVE_DECL_SETSTATE@ +HAVE_DECL_SNPRINTF = @HAVE_DECL_SNPRINTF@ +HAVE_DECL_STRDUP = @HAVE_DECL_STRDUP@ +HAVE_DECL_STRERROR_R = @HAVE_DECL_STRERROR_R@ +HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@ +HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@ +HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@ +HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@ +HAVE_DECL_STRTOIMAX = @HAVE_DECL_STRTOIMAX@ +HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@ +HAVE_DECL_STRTOUMAX = @HAVE_DECL_STRTOUMAX@ +HAVE_DECL_TRUNCATE = @HAVE_DECL_TRUNCATE@ +HAVE_DECL_TTYNAME_R = @HAVE_DECL_TTYNAME_R@ +HAVE_DECL_UNSETENV = @HAVE_DECL_UNSETENV@ +HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@ +HAVE_DECL_WCTOB = @HAVE_DECL_WCTOB@ +HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@ +HAVE_DIRENT_H = @HAVE_DIRENT_H@ +HAVE_DPRINTF = @HAVE_DPRINTF@ +HAVE_DUP2 = @HAVE_DUP2@ +HAVE_DUP3 = @HAVE_DUP3@ +HAVE_DUPLOCALE = @HAVE_DUPLOCALE@ +HAVE_EUIDACCESS = @HAVE_EUIDACCESS@ +HAVE_EXPLICIT_BZERO = @HAVE_EXPLICIT_BZERO@ +HAVE_FACCESSAT = @HAVE_FACCESSAT@ +HAVE_FCHDIR = @HAVE_FCHDIR@ +HAVE_FCHMODAT = @HAVE_FCHMODAT@ +HAVE_FCHOWNAT = @HAVE_FCHOWNAT@ +HAVE_FCNTL = @HAVE_FCNTL@ +HAVE_FDATASYNC = @HAVE_FDATASYNC@ +HAVE_FDOPENDIR = @HAVE_FDOPENDIR@ +HAVE_FEATURES_H = @HAVE_FEATURES_H@ +HAVE_FFS = @HAVE_FFS@ +HAVE_FFSL = @HAVE_FFSL@ +HAVE_FFSLL = @HAVE_FFSLL@ +HAVE_FLOCK = @HAVE_FLOCK@ +HAVE_FNMATCH = @HAVE_FNMATCH@ +HAVE_FNMATCH_H = @HAVE_FNMATCH_H@ +HAVE_FREELOCALE = @HAVE_FREELOCALE@ +HAVE_FSEEKO = @HAVE_FSEEKO@ +HAVE_FSTATAT = @HAVE_FSTATAT@ +HAVE_FSYNC = @HAVE_FSYNC@ +HAVE_FTELLO = @HAVE_FTELLO@ +HAVE_FTRUNCATE = @HAVE_FTRUNCATE@ +HAVE_FUTIMENS = @HAVE_FUTIMENS@ +HAVE_GETDTABLESIZE = @HAVE_GETDTABLESIZE@ +HAVE_GETENTROPY = @HAVE_GETENTROPY@ +HAVE_GETGROUPS = @HAVE_GETGROUPS@ +HAVE_GETHOSTNAME = @HAVE_GETHOSTNAME@ +HAVE_GETLOGIN = @HAVE_GETLOGIN@ +HAVE_GETOPT_H = @HAVE_GETOPT_H@ +HAVE_GETPAGESIZE = @HAVE_GETPAGESIZE@ +HAVE_GETPASS = @HAVE_GETPASS@ +HAVE_GETSUBOPT = @HAVE_GETSUBOPT@ +HAVE_GETTIMEOFDAY = @HAVE_GETTIMEOFDAY@ +HAVE_GLOB = @HAVE_GLOB@ +HAVE_GLOB_H = @HAVE_GLOB_H@ +HAVE_GLOB_PATTERN_P = @HAVE_GLOB_PATTERN_P@ +HAVE_GRANTPT = @HAVE_GRANTPT@ +HAVE_GROUP_MEMBER = @HAVE_GROUP_MEMBER@ +HAVE_IMAXDIV_T = @HAVE_IMAXDIV_T@ +HAVE_INITSTATE = @HAVE_INITSTATE@ +HAVE_INTTYPES_H = @HAVE_INTTYPES_H@ +HAVE_ISBLANK = @HAVE_ISBLANK@ +HAVE_ISWBLANK = @HAVE_ISWBLANK@ +HAVE_ISWCNTRL = @HAVE_ISWCNTRL@ +HAVE_LANGINFO_ALTMON = @HAVE_LANGINFO_ALTMON@ +HAVE_LANGINFO_CODESET = @HAVE_LANGINFO_CODESET@ +HAVE_LANGINFO_ERA = @HAVE_LANGINFO_ERA@ +HAVE_LANGINFO_H = @HAVE_LANGINFO_H@ +HAVE_LANGINFO_T_FMT_AMPM = @HAVE_LANGINFO_T_FMT_AMPM@ +HAVE_LANGINFO_YESEXPR = @HAVE_LANGINFO_YESEXPR@ +HAVE_LCHMOD = @HAVE_LCHMOD@ +HAVE_LCHOWN = @HAVE_LCHOWN@ +HAVE_LINK = @HAVE_LINK@ +HAVE_LINKAT = @HAVE_LINKAT@ +HAVE_LSTAT = @HAVE_LSTAT@ +HAVE_MAX_ALIGN_T = @HAVE_MAX_ALIGN_T@ +HAVE_MBRLEN = @HAVE_MBRLEN@ +HAVE_MBRTOWC = @HAVE_MBRTOWC@ +HAVE_MBSINIT = @HAVE_MBSINIT@ +HAVE_MBSLEN = @HAVE_MBSLEN@ +HAVE_MBSNRTOWCS = @HAVE_MBSNRTOWCS@ +HAVE_MBSRTOWCS = @HAVE_MBSRTOWCS@ +HAVE_MBTOWC = @HAVE_MBTOWC@ +HAVE_MEMCHR = @HAVE_MEMCHR@ +HAVE_MEMPCPY = @HAVE_MEMPCPY@ +HAVE_MKDIRAT = @HAVE_MKDIRAT@ +HAVE_MKDTEMP = @HAVE_MKDTEMP@ +HAVE_MKFIFO = @HAVE_MKFIFO@ +HAVE_MKFIFOAT = @HAVE_MKFIFOAT@ +HAVE_MKNOD = @HAVE_MKNOD@ +HAVE_MKNODAT = @HAVE_MKNODAT@ +HAVE_MKOSTEMP = @HAVE_MKOSTEMP@ +HAVE_MKOSTEMPS = @HAVE_MKOSTEMPS@ +HAVE_MKSTEMP = @HAVE_MKSTEMP@ +HAVE_MKSTEMPS = @HAVE_MKSTEMPS@ +HAVE_MSVC_INVALID_PARAMETER_HANDLER = @HAVE_MSVC_INVALID_PARAMETER_HANDLER@ +HAVE_NANOSLEEP = @HAVE_NANOSLEEP@ +HAVE_NEWLOCALE = @HAVE_NEWLOCALE@ +HAVE_NL_LANGINFO = @HAVE_NL_LANGINFO@ +HAVE_OPENAT = @HAVE_OPENAT@ +HAVE_OPENDIR = @HAVE_OPENDIR@ +HAVE_OS_H = @HAVE_OS_H@ +HAVE_PCLOSE = @HAVE_PCLOSE@ +HAVE_PIPE = @HAVE_PIPE@ +HAVE_PIPE2 = @HAVE_PIPE2@ +HAVE_POPEN = @HAVE_POPEN@ +HAVE_POSIX_OPENPT = @HAVE_POSIX_OPENPT@ +HAVE_POSIX_SIGNALBLOCKING = @HAVE_POSIX_SIGNALBLOCKING@ +HAVE_PREAD = @HAVE_PREAD@ +HAVE_PSELECT = @HAVE_PSELECT@ +HAVE_PTHREAD_SIGMASK = @HAVE_PTHREAD_SIGMASK@ +HAVE_PTSNAME = @HAVE_PTSNAME@ +HAVE_PTSNAME_R = @HAVE_PTSNAME_R@ +HAVE_PWRITE = @HAVE_PWRITE@ +HAVE_QSORT_R = @HAVE_QSORT_R@ +HAVE_RAISE = @HAVE_RAISE@ +HAVE_RANDOM = @HAVE_RANDOM@ +HAVE_RANDOM_H = @HAVE_RANDOM_H@ +HAVE_RANDOM_R = @HAVE_RANDOM_R@ +HAVE_RAWMEMCHR = @HAVE_RAWMEMCHR@ +HAVE_READDIR = @HAVE_READDIR@ +HAVE_READLINK = @HAVE_READLINK@ +HAVE_READLINKAT = @HAVE_READLINKAT@ +HAVE_REALLOCARRAY = @HAVE_REALLOCARRAY@ +HAVE_REALPATH = @HAVE_REALPATH@ +HAVE_RENAMEAT = @HAVE_RENAMEAT@ +HAVE_REWINDDIR = @HAVE_REWINDDIR@ +HAVE_RPMATCH = @HAVE_RPMATCH@ +HAVE_SA_FAMILY_T = @HAVE_SA_FAMILY_T@ +HAVE_SCANDIR = @HAVE_SCANDIR@ +HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@ +HAVE_SETENV = @HAVE_SETENV@ +HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ +HAVE_SETSTATE = @HAVE_SETSTATE@ +HAVE_SIGACTION = @HAVE_SIGACTION@ +HAVE_SIGHANDLER_T = @HAVE_SIGHANDLER_T@ +HAVE_SIGINFO_T = @HAVE_SIGINFO_T@ +HAVE_SIGNED_SIG_ATOMIC_T = @HAVE_SIGNED_SIG_ATOMIC_T@ +HAVE_SIGNED_WCHAR_T = @HAVE_SIGNED_WCHAR_T@ +HAVE_SIGNED_WINT_T = @HAVE_SIGNED_WINT_T@ +HAVE_SIGSET_T = @HAVE_SIGSET_T@ +HAVE_SLEEP = @HAVE_SLEEP@ +HAVE_STDINT_H = @HAVE_STDINT_H@ +HAVE_STPCPY = @HAVE_STPCPY@ +HAVE_STPNCPY = @HAVE_STPNCPY@ +HAVE_STRCASECMP = @HAVE_STRCASECMP@ +HAVE_STRCASESTR = @HAVE_STRCASESTR@ +HAVE_STRCHRNUL = @HAVE_STRCHRNUL@ +HAVE_STRINGS_H = @HAVE_STRINGS_H@ +HAVE_STRPBRK = @HAVE_STRPBRK@ +HAVE_STRPTIME = @HAVE_STRPTIME@ +HAVE_STRSEP = @HAVE_STRSEP@ +HAVE_STRTOD = @HAVE_STRTOD@ +HAVE_STRTOLD = @HAVE_STRTOLD@ +HAVE_STRTOLL = @HAVE_STRTOLL@ +HAVE_STRTOULL = @HAVE_STRTOULL@ +HAVE_STRUCT_RANDOM_DATA = @HAVE_STRUCT_RANDOM_DATA@ +HAVE_STRUCT_SIGACTION_SA_SIGACTION = @HAVE_STRUCT_SIGACTION_SA_SIGACTION@ +HAVE_STRUCT_SOCKADDR_STORAGE = @HAVE_STRUCT_SOCKADDR_STORAGE@ +HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY = @HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY@ +HAVE_STRUCT_TIMEVAL = @HAVE_STRUCT_TIMEVAL@ +HAVE_STRVERSCMP = @HAVE_STRVERSCMP@ +HAVE_SYMLINK = @HAVE_SYMLINK@ +HAVE_SYMLINKAT = @HAVE_SYMLINKAT@ +HAVE_SYSEXITS_H = @HAVE_SYSEXITS_H@ +HAVE_SYS_BITYPES_H = @HAVE_SYS_BITYPES_H@ +HAVE_SYS_CDEFS_H = @HAVE_SYS_CDEFS_H@ +HAVE_SYS_FILE_H = @HAVE_SYS_FILE_H@ +HAVE_SYS_INTTYPES_H = @HAVE_SYS_INTTYPES_H@ +HAVE_SYS_IOCTL_H = @HAVE_SYS_IOCTL_H@ +HAVE_SYS_LOADAVG_H = @HAVE_SYS_LOADAVG_H@ +HAVE_SYS_PARAM_H = @HAVE_SYS_PARAM_H@ +HAVE_SYS_SELECT_H = @HAVE_SYS_SELECT_H@ +HAVE_SYS_SOCKET_H = @HAVE_SYS_SOCKET_H@ +HAVE_SYS_TIME_H = @HAVE_SYS_TIME_H@ +HAVE_SYS_TYPES_H = @HAVE_SYS_TYPES_H@ +HAVE_SYS_UIO_H = @HAVE_SYS_UIO_H@ +HAVE_TIMEGM = @HAVE_TIMEGM@ +HAVE_TIMEZONE_T = @HAVE_TIMEZONE_T@ +HAVE_TYPE_VOLATILE_SIG_ATOMIC_T = @HAVE_TYPE_VOLATILE_SIG_ATOMIC_T@ +HAVE_TZSET = @HAVE_TZSET@ +HAVE_UNISTD_H = @HAVE_UNISTD_H@ +HAVE_UNLINKAT = @HAVE_UNLINKAT@ +HAVE_UNLOCKPT = @HAVE_UNLOCKPT@ +HAVE_USLEEP = @HAVE_USLEEP@ +HAVE_UTIME = @HAVE_UTIME@ +HAVE_UTIMENSAT = @HAVE_UTIMENSAT@ +HAVE_UTIME_H = @HAVE_UTIME_H@ +HAVE_VASPRINTF = @HAVE_VASPRINTF@ +HAVE_VDPRINTF = @HAVE_VDPRINTF@ +HAVE_VISIBILITY = @HAVE_VISIBILITY@ +HAVE_WCHAR_H = @HAVE_WCHAR_H@ +HAVE_WCHAR_T = @HAVE_WCHAR_T@ +HAVE_WCPCPY = @HAVE_WCPCPY@ +HAVE_WCPNCPY = @HAVE_WCPNCPY@ +HAVE_WCRTOMB = @HAVE_WCRTOMB@ +HAVE_WCSCASECMP = @HAVE_WCSCASECMP@ +HAVE_WCSCAT = @HAVE_WCSCAT@ +HAVE_WCSCHR = @HAVE_WCSCHR@ +HAVE_WCSCMP = @HAVE_WCSCMP@ +HAVE_WCSCOLL = @HAVE_WCSCOLL@ +HAVE_WCSCPY = @HAVE_WCSCPY@ +HAVE_WCSCSPN = @HAVE_WCSCSPN@ +HAVE_WCSDUP = @HAVE_WCSDUP@ +HAVE_WCSFTIME = @HAVE_WCSFTIME@ +HAVE_WCSLEN = @HAVE_WCSLEN@ +HAVE_WCSNCASECMP = @HAVE_WCSNCASECMP@ +HAVE_WCSNCAT = @HAVE_WCSNCAT@ +HAVE_WCSNCMP = @HAVE_WCSNCMP@ +HAVE_WCSNCPY = @HAVE_WCSNCPY@ +HAVE_WCSNLEN = @HAVE_WCSNLEN@ +HAVE_WCSNRTOMBS = @HAVE_WCSNRTOMBS@ +HAVE_WCSPBRK = @HAVE_WCSPBRK@ +HAVE_WCSRCHR = @HAVE_WCSRCHR@ +HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ +HAVE_WCSSPN = @HAVE_WCSSPN@ +HAVE_WCSSTR = @HAVE_WCSSTR@ +HAVE_WCSTOK = @HAVE_WCSTOK@ +HAVE_WCSWIDTH = @HAVE_WCSWIDTH@ +HAVE_WCSXFRM = @HAVE_WCSXFRM@ +HAVE_WCTRANS_T = @HAVE_WCTRANS_T@ +HAVE_WCTYPE_H = @HAVE_WCTYPE_H@ +HAVE_WCTYPE_T = @HAVE_WCTYPE_T@ +HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ +HAVE_WINT_T = @HAVE_WINT_T@ +HAVE_WMEMCHR = @HAVE_WMEMCHR@ +HAVE_WMEMCMP = @HAVE_WMEMCMP@ +HAVE_WMEMCPY = @HAVE_WMEMCPY@ +HAVE_WMEMMOVE = @HAVE_WMEMMOVE@ +HAVE_WMEMPCPY = @HAVE_WMEMPCPY@ +HAVE_WMEMSET = @HAVE_WMEMSET@ +HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ +HAVE_XLOCALE_H = @HAVE_XLOCALE_H@ +HAVE__BOOL = @HAVE__BOOL@ +HAVE__EXIT = @HAVE__EXIT@ +IGNORE_UNUSED_LIBRARIES_CFLAGS = @IGNORE_UNUSED_LIBRARIES_CFLAGS@ +INCLUDE_NEXT = @INCLUDE_NEXT@ +INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INT32_MAX_LT_INTMAX_MAX = @INT32_MAX_LT_INTMAX_MAX@ +INT64_MAX_EQ_LONG_MAX = @INT64_MAX_EQ_LONG_MAX@ +INTLLIBS = @INTLLIBS@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBCOMPRESS = @LIBCOMPRESS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBMULTITHREAD = @LIBMULTITHREAD@ +LIBOBJS = @LIBOBJS@ +LIBPMULTITHREAD = @LIBPMULTITHREAD@ +LIBPTHREAD = @LIBPTHREAD@ +LIBS = @LIBS@ +LIBSOCKET = @LIBSOCKET@ +LIBSTDTHREAD = @LIBSTDTHREAD@ +LIBTHREAD = @LIBTHREAD@ +LIBTOOL = @LIBTOOL@ +LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ +LIB_GETLOGIN = @LIB_GETLOGIN@ +LIB_HARD_LOCALE = @LIB_HARD_LOCALE@ +LIB_MBRTOWC = @LIB_MBRTOWC@ +LIB_NANOSLEEP = @LIB_NANOSLEEP@ +LIB_NL_LANGINFO = @LIB_NL_LANGINFO@ +LIB_SCHED_YIELD = @LIB_SCHED_YIELD@ +LIB_SELECT = @LIB_SELECT@ +LIB_SETLOCALE_NULL = @LIB_SETLOCALE_NULL@ +LIMITS_H = @LIMITS_H@ +LINGUAS = @LINGUAS@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LOCALCHARSET_TESTS_ENVIRONMENT = @LOCALCHARSET_TESTS_ENVIRONMENT@ +LOCALE_FR = @LOCALE_FR@ +LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ +LOCALE_JA = @LOCALE_JA@ +LOCALE_ZH_CN = @LOCALE_ZH_CN@ +LTALLOCA = @LTALLOCA@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBMULTITHREAD = @LTLIBMULTITHREAD@ +LTLIBOBJS = @LTLIBOBJS@ +LTLIBTHREAD = @LTLIBTHREAD@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANDIR_LAYOUT = @MANDIR_LAYOUT@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MAN_SUBDIRS = @MAN_SUBDIRS@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGFMT_015 = @MSGFMT_015@ +MSGMERGE = @MSGMERGE@ +NEXT_AS_FIRST_DIRECTIVE_CTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_CTYPE_H@ +NEXT_AS_FIRST_DIRECTIVE_DIRENT_H = @NEXT_AS_FIRST_DIRECTIVE_DIRENT_H@ +NEXT_AS_FIRST_DIRECTIVE_ERRNO_H = @NEXT_AS_FIRST_DIRECTIVE_ERRNO_H@ +NEXT_AS_FIRST_DIRECTIVE_FCNTL_H = @NEXT_AS_FIRST_DIRECTIVE_FCNTL_H@ +NEXT_AS_FIRST_DIRECTIVE_FLOAT_H = @NEXT_AS_FIRST_DIRECTIVE_FLOAT_H@ +NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H = @NEXT_AS_FIRST_DIRECTIVE_FNMATCH_H@ +NEXT_AS_FIRST_DIRECTIVE_GETOPT_H = @NEXT_AS_FIRST_DIRECTIVE_GETOPT_H@ +NEXT_AS_FIRST_DIRECTIVE_GLOB_H = @NEXT_AS_FIRST_DIRECTIVE_GLOB_H@ +NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H = @NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H@ +NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H = @NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H@ +NEXT_AS_FIRST_DIRECTIVE_LIMITS_H = @NEXT_AS_FIRST_DIRECTIVE_LIMITS_H@ +NEXT_AS_FIRST_DIRECTIVE_LOCALE_H = @NEXT_AS_FIRST_DIRECTIVE_LOCALE_H@ +NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H = @NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H@ +NEXT_AS_FIRST_DIRECTIVE_STDARG_H = @NEXT_AS_FIRST_DIRECTIVE_STDARG_H@ +NEXT_AS_FIRST_DIRECTIVE_STDDEF_H = @NEXT_AS_FIRST_DIRECTIVE_STDDEF_H@ +NEXT_AS_FIRST_DIRECTIVE_STDINT_H = @NEXT_AS_FIRST_DIRECTIVE_STDINT_H@ +NEXT_AS_FIRST_DIRECTIVE_STDIO_H = @NEXT_AS_FIRST_DIRECTIVE_STDIO_H@ +NEXT_AS_FIRST_DIRECTIVE_STDLIB_H = @NEXT_AS_FIRST_DIRECTIVE_STDLIB_H@ +NEXT_AS_FIRST_DIRECTIVE_STRINGS_H = @NEXT_AS_FIRST_DIRECTIVE_STRINGS_H@ +NEXT_AS_FIRST_DIRECTIVE_STRING_H = @NEXT_AS_FIRST_DIRECTIVE_STRING_H@ +NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H = @NEXT_AS_FIRST_DIRECTIVE_SYSEXITS_H@ +NEXT_AS_FIRST_DIRECTIVE_SYS_FILE_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_FILE_H@ +NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H@ +NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H@ +NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H@ +NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H@ +NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H@ +NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H@ +NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H = @NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H@ +NEXT_AS_FIRST_DIRECTIVE_TIME_H = @NEXT_AS_FIRST_DIRECTIVE_TIME_H@ +NEXT_AS_FIRST_DIRECTIVE_UNISTD_H = @NEXT_AS_FIRST_DIRECTIVE_UNISTD_H@ +NEXT_AS_FIRST_DIRECTIVE_UTIME_H = @NEXT_AS_FIRST_DIRECTIVE_UTIME_H@ +NEXT_AS_FIRST_DIRECTIVE_WCHAR_H = @NEXT_AS_FIRST_DIRECTIVE_WCHAR_H@ +NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H = @NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H@ +NEXT_CTYPE_H = @NEXT_CTYPE_H@ +NEXT_DIRENT_H = @NEXT_DIRENT_H@ +NEXT_ERRNO_H = @NEXT_ERRNO_H@ +NEXT_FCNTL_H = @NEXT_FCNTL_H@ +NEXT_FLOAT_H = @NEXT_FLOAT_H@ +NEXT_FNMATCH_H = @NEXT_FNMATCH_H@ +NEXT_GETOPT_H = @NEXT_GETOPT_H@ +NEXT_GLOB_H = @NEXT_GLOB_H@ +NEXT_INTTYPES_H = @NEXT_INTTYPES_H@ +NEXT_LANGINFO_H = @NEXT_LANGINFO_H@ +NEXT_LIMITS_H = @NEXT_LIMITS_H@ +NEXT_LOCALE_H = @NEXT_LOCALE_H@ +NEXT_SIGNAL_H = @NEXT_SIGNAL_H@ +NEXT_STDARG_H = @NEXT_STDARG_H@ +NEXT_STDDEF_H = @NEXT_STDDEF_H@ +NEXT_STDINT_H = @NEXT_STDINT_H@ +NEXT_STDIO_H = @NEXT_STDIO_H@ +NEXT_STDLIB_H = @NEXT_STDLIB_H@ +NEXT_STRINGS_H = @NEXT_STRINGS_H@ +NEXT_STRING_H = @NEXT_STRING_H@ +NEXT_SYSEXITS_H = @NEXT_SYSEXITS_H@ +NEXT_SYS_FILE_H = @NEXT_SYS_FILE_H@ +NEXT_SYS_IOCTL_H = @NEXT_SYS_IOCTL_H@ +NEXT_SYS_SELECT_H = @NEXT_SYS_SELECT_H@ +NEXT_SYS_SOCKET_H = @NEXT_SYS_SOCKET_H@ +NEXT_SYS_STAT_H = @NEXT_SYS_STAT_H@ +NEXT_SYS_TIME_H = @NEXT_SYS_TIME_H@ +NEXT_SYS_TYPES_H = @NEXT_SYS_TYPES_H@ +NEXT_SYS_UIO_H = @NEXT_SYS_UIO_H@ +NEXT_TIME_H = @NEXT_TIME_H@ +NEXT_UNISTD_H = @NEXT_UNISTD_H@ +NEXT_UTIME_H = @NEXT_UTIME_H@ +NEXT_WCHAR_H = @NEXT_WCHAR_H@ +NEXT_WCTYPE_H = @NEXT_WCTYPE_H@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PO4A = @PO4A@ +POSUB = @POSUB@ +PRAGMA_COLUMNS = @PRAGMA_COLUMNS@ +PRAGMA_SYSTEM_HEADER = @PRAGMA_SYSTEM_HEADER@ +PRIPTR_PREFIX = @PRIPTR_PREFIX@ +PRI_MACROS_BROKEN = @PRI_MACROS_BROKEN@ +PTHREAD_H_DEFINES_STRUCT_TIMESPEC = @PTHREAD_H_DEFINES_STRUCT_TIMESPEC@ +PTRDIFF_T_SUFFIX = @PTRDIFF_T_SUFFIX@ +RANLIB = @RANLIB@ +REPLACE_ACCESS = @REPLACE_ACCESS@ +REPLACE_BTOWC = @REPLACE_BTOWC@ +REPLACE_CALLOC = @REPLACE_CALLOC@ +REPLACE_CANONICALIZE_FILE_NAME = @REPLACE_CANONICALIZE_FILE_NAME@ +REPLACE_CHOWN = @REPLACE_CHOWN@ +REPLACE_CLOSE = @REPLACE_CLOSE@ +REPLACE_CLOSEDIR = @REPLACE_CLOSEDIR@ +REPLACE_CREAT = @REPLACE_CREAT@ +REPLACE_CTIME = @REPLACE_CTIME@ +REPLACE_DIRFD = @REPLACE_DIRFD@ +REPLACE_DPRINTF = @REPLACE_DPRINTF@ +REPLACE_DUP = @REPLACE_DUP@ +REPLACE_DUP2 = @REPLACE_DUP2@ +REPLACE_DUPLOCALE = @REPLACE_DUPLOCALE@ +REPLACE_FACCESSAT = @REPLACE_FACCESSAT@ +REPLACE_FCHMODAT = @REPLACE_FCHMODAT@ +REPLACE_FCHOWNAT = @REPLACE_FCHOWNAT@ +REPLACE_FCLOSE = @REPLACE_FCLOSE@ +REPLACE_FCNTL = @REPLACE_FCNTL@ +REPLACE_FDOPEN = @REPLACE_FDOPEN@ +REPLACE_FDOPENDIR = @REPLACE_FDOPENDIR@ +REPLACE_FFLUSH = @REPLACE_FFLUSH@ +REPLACE_FNMATCH = @REPLACE_FNMATCH@ +REPLACE_FOPEN = @REPLACE_FOPEN@ +REPLACE_FPRINTF = @REPLACE_FPRINTF@ +REPLACE_FPURGE = @REPLACE_FPURGE@ +REPLACE_FREELOCALE = @REPLACE_FREELOCALE@ +REPLACE_FREOPEN = @REPLACE_FREOPEN@ +REPLACE_FSEEK = @REPLACE_FSEEK@ +REPLACE_FSEEKO = @REPLACE_FSEEKO@ +REPLACE_FSTAT = @REPLACE_FSTAT@ +REPLACE_FSTATAT = @REPLACE_FSTATAT@ +REPLACE_FTELL = @REPLACE_FTELL@ +REPLACE_FTELLO = @REPLACE_FTELLO@ +REPLACE_FTRUNCATE = @REPLACE_FTRUNCATE@ +REPLACE_FUTIMENS = @REPLACE_FUTIMENS@ +REPLACE_GETCWD = @REPLACE_GETCWD@ +REPLACE_GETDELIM = @REPLACE_GETDELIM@ +REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@ +REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@ +REPLACE_GETGROUPS = @REPLACE_GETGROUPS@ +REPLACE_GETLINE = @REPLACE_GETLINE@ +REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@ +REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@ +REPLACE_GETPASS = @REPLACE_GETPASS@ +REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@ +REPLACE_GLOB = @REPLACE_GLOB@ +REPLACE_GLOB_PATTERN_P = @REPLACE_GLOB_PATTERN_P@ +REPLACE_GMTIME = @REPLACE_GMTIME@ +REPLACE_INITSTATE = @REPLACE_INITSTATE@ +REPLACE_IOCTL = @REPLACE_IOCTL@ +REPLACE_ISATTY = @REPLACE_ISATTY@ +REPLACE_ISWBLANK = @REPLACE_ISWBLANK@ +REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@ +REPLACE_ISWDIGIT = @REPLACE_ISWDIGIT@ +REPLACE_ISWXDIGIT = @REPLACE_ISWXDIGIT@ +REPLACE_ITOLD = @REPLACE_ITOLD@ +REPLACE_LCHOWN = @REPLACE_LCHOWN@ +REPLACE_LINK = @REPLACE_LINK@ +REPLACE_LINKAT = @REPLACE_LINKAT@ +REPLACE_LOCALECONV = @REPLACE_LOCALECONV@ +REPLACE_LOCALTIME = @REPLACE_LOCALTIME@ +REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@ +REPLACE_LSEEK = @REPLACE_LSEEK@ +REPLACE_LSTAT = @REPLACE_LSTAT@ +REPLACE_MALLOC = @REPLACE_MALLOC@ +REPLACE_MBRLEN = @REPLACE_MBRLEN@ +REPLACE_MBRTOWC = @REPLACE_MBRTOWC@ +REPLACE_MBSINIT = @REPLACE_MBSINIT@ +REPLACE_MBSNRTOWCS = @REPLACE_MBSNRTOWCS@ +REPLACE_MBSRTOWCS = @REPLACE_MBSRTOWCS@ +REPLACE_MBSTATE_T = @REPLACE_MBSTATE_T@ +REPLACE_MBTOWC = @REPLACE_MBTOWC@ +REPLACE_MEMCHR = @REPLACE_MEMCHR@ +REPLACE_MEMMEM = @REPLACE_MEMMEM@ +REPLACE_MKDIR = @REPLACE_MKDIR@ +REPLACE_MKFIFO = @REPLACE_MKFIFO@ +REPLACE_MKNOD = @REPLACE_MKNOD@ +REPLACE_MKSTEMP = @REPLACE_MKSTEMP@ +REPLACE_MKTIME = @REPLACE_MKTIME@ +REPLACE_NANOSLEEP = @REPLACE_NANOSLEEP@ +REPLACE_NEWLOCALE = @REPLACE_NEWLOCALE@ +REPLACE_NL_LANGINFO = @REPLACE_NL_LANGINFO@ +REPLACE_NULL = @REPLACE_NULL@ +REPLACE_OBSTACK_PRINTF = @REPLACE_OBSTACK_PRINTF@ +REPLACE_OPEN = @REPLACE_OPEN@ +REPLACE_OPENAT = @REPLACE_OPENAT@ +REPLACE_OPENDIR = @REPLACE_OPENDIR@ +REPLACE_PERROR = @REPLACE_PERROR@ +REPLACE_POPEN = @REPLACE_POPEN@ +REPLACE_PREAD = @REPLACE_PREAD@ +REPLACE_PRINTF = @REPLACE_PRINTF@ +REPLACE_PSELECT = @REPLACE_PSELECT@ +REPLACE_PTHREAD_SIGMASK = @REPLACE_PTHREAD_SIGMASK@ +REPLACE_PTSNAME = @REPLACE_PTSNAME@ +REPLACE_PTSNAME_R = @REPLACE_PTSNAME_R@ +REPLACE_PUTENV = @REPLACE_PUTENV@ +REPLACE_PWRITE = @REPLACE_PWRITE@ +REPLACE_QSORT_R = @REPLACE_QSORT_R@ +REPLACE_RAISE = @REPLACE_RAISE@ +REPLACE_RANDOM = @REPLACE_RANDOM@ +REPLACE_RANDOM_R = @REPLACE_RANDOM_R@ +REPLACE_READ = @REPLACE_READ@ +REPLACE_READLINK = @REPLACE_READLINK@ +REPLACE_READLINKAT = @REPLACE_READLINKAT@ +REPLACE_REALLOC = @REPLACE_REALLOC@ +REPLACE_REALPATH = @REPLACE_REALPATH@ +REPLACE_REMOVE = @REPLACE_REMOVE@ +REPLACE_RENAME = @REPLACE_RENAME@ +REPLACE_RENAMEAT = @REPLACE_RENAMEAT@ +REPLACE_RMDIR = @REPLACE_RMDIR@ +REPLACE_SELECT = @REPLACE_SELECT@ +REPLACE_SETENV = @REPLACE_SETENV@ +REPLACE_SETLOCALE = @REPLACE_SETLOCALE@ +REPLACE_SETSTATE = @REPLACE_SETSTATE@ +REPLACE_SLEEP = @REPLACE_SLEEP@ +REPLACE_SNPRINTF = @REPLACE_SNPRINTF@ +REPLACE_SPRINTF = @REPLACE_SPRINTF@ +REPLACE_STAT = @REPLACE_STAT@ +REPLACE_STDIO_READ_FUNCS = @REPLACE_STDIO_READ_FUNCS@ +REPLACE_STDIO_WRITE_FUNCS = @REPLACE_STDIO_WRITE_FUNCS@ +REPLACE_STPNCPY = @REPLACE_STPNCPY@ +REPLACE_STRCASESTR = @REPLACE_STRCASESTR@ +REPLACE_STRCHRNUL = @REPLACE_STRCHRNUL@ +REPLACE_STRDUP = @REPLACE_STRDUP@ +REPLACE_STRERROR = @REPLACE_STRERROR@ +REPLACE_STRERROR_R = @REPLACE_STRERROR_R@ +REPLACE_STRFTIME = @REPLACE_STRFTIME@ +REPLACE_STRNCAT = @REPLACE_STRNCAT@ +REPLACE_STRNDUP = @REPLACE_STRNDUP@ +REPLACE_STRNLEN = @REPLACE_STRNLEN@ +REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@ +REPLACE_STRSTR = @REPLACE_STRSTR@ +REPLACE_STRTOD = @REPLACE_STRTOD@ +REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ +REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ +REPLACE_STRTOLD = @REPLACE_STRTOLD@ +REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@ +REPLACE_STRUCT_LCONV = @REPLACE_STRUCT_LCONV@ +REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ +REPLACE_SYMLINK = @REPLACE_SYMLINK@ +REPLACE_SYMLINKAT = @REPLACE_SYMLINKAT@ +REPLACE_TIMEGM = @REPLACE_TIMEGM@ +REPLACE_TMPFILE = @REPLACE_TMPFILE@ +REPLACE_TOWLOWER = @REPLACE_TOWLOWER@ +REPLACE_TRUNCATE = @REPLACE_TRUNCATE@ +REPLACE_TTYNAME_R = @REPLACE_TTYNAME_R@ +REPLACE_TZSET = @REPLACE_TZSET@ +REPLACE_UNLINK = @REPLACE_UNLINK@ +REPLACE_UNLINKAT = @REPLACE_UNLINKAT@ +REPLACE_UNSETENV = @REPLACE_UNSETENV@ +REPLACE_USLEEP = @REPLACE_USLEEP@ +REPLACE_UTIME = @REPLACE_UTIME@ +REPLACE_UTIMENSAT = @REPLACE_UTIMENSAT@ +REPLACE_VASPRINTF = @REPLACE_VASPRINTF@ +REPLACE_VDPRINTF = @REPLACE_VDPRINTF@ +REPLACE_VFPRINTF = @REPLACE_VFPRINTF@ +REPLACE_VPRINTF = @REPLACE_VPRINTF@ +REPLACE_VSNPRINTF = @REPLACE_VSNPRINTF@ +REPLACE_VSPRINTF = @REPLACE_VSPRINTF@ +REPLACE_WCRTOMB = @REPLACE_WCRTOMB@ +REPLACE_WCSFTIME = @REPLACE_WCSFTIME@ +REPLACE_WCSNRTOMBS = @REPLACE_WCSNRTOMBS@ +REPLACE_WCSRTOMBS = @REPLACE_WCSRTOMBS@ +REPLACE_WCSTOK = @REPLACE_WCSTOK@ +REPLACE_WCSWIDTH = @REPLACE_WCSWIDTH@ +REPLACE_WCTOB = @REPLACE_WCTOB@ +REPLACE_WCTOMB = @REPLACE_WCTOMB@ +REPLACE_WCWIDTH = @REPLACE_WCWIDTH@ +REPLACE_WRITE = @REPLACE_WRITE@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SIG_ATOMIC_T_SUFFIX = @SIG_ATOMIC_T_SUFFIX@ +SIZE_T_SUFFIX = @SIZE_T_SUFFIX@ +STDALIGN_H = @STDALIGN_H@ +STDARG_H = @STDARG_H@ +STDBOOL_H = @STDBOOL_H@ +STDDEF_H = @STDDEF_H@ +STDINT_H = @STDINT_H@ +STRIP = @STRIP@ +SYSEXITS_H = @SYSEXITS_H@ +SYS_IOCTL_H_HAVE_WINSOCK2_H = @SYS_IOCTL_H_HAVE_WINSOCK2_H@ +SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ +SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ +TBL_X_FORMAT = @TBL_X_FORMAT@ +TIME_H_DEFINES_STRUCT_TIMESPEC = @TIME_H_DEFINES_STRUCT_TIMESPEC@ +TRANS_APROPOS = @TRANS_APROPOS@ +TRANS_APROPOS_UPPER = @TRANS_APROPOS_UPPER@ +TRANS_CATMAN = @TRANS_CATMAN@ +TRANS_CATMAN_UPPER = @TRANS_CATMAN_UPPER@ +TRANS_LEXGROG = @TRANS_LEXGROG@ +TRANS_LEXGROG_UPPER = @TRANS_LEXGROG_UPPER@ +TRANS_MAN = @TRANS_MAN@ +TRANS_MANCONV = @TRANS_MANCONV@ +TRANS_MANCONV_UPPER = @TRANS_MANCONV_UPPER@ +TRANS_MANDB = @TRANS_MANDB@ +TRANS_MANDB_UPPER = @TRANS_MANDB_UPPER@ +TRANS_MANPATH = @TRANS_MANPATH@ +TRANS_MANPATH_UPPER = @TRANS_MANPATH_UPPER@ +TRANS_MAN_RECODE = @TRANS_MAN_RECODE@ +TRANS_MAN_RECODE_UPPER = @TRANS_MAN_RECODE_UPPER@ +TRANS_MAN_UPPER = @TRANS_MAN_UPPER@ +TRANS_WHATIS = @TRANS_WHATIS@ +TRANS_WHATIS_UPPER = @TRANS_WHATIS_UPPER@ +TRANS_ZSOELIM = @TRANS_ZSOELIM@ +TRANS_ZSOELIM_UPPER = @TRANS_ZSOELIM_UPPER@ +TROFF = @TROFF@ +UINT32_MAX_LT_UINTMAX_MAX = @UINT32_MAX_LT_UINTMAX_MAX@ +UINT64_MAX_EQ_ULONG_MAX = @UINT64_MAX_EQ_ULONG_MAX@ +UNDEFINE_STRTOK_R = @UNDEFINE_STRTOK_R@ +UNISTD_H_DEFINES_STRUCT_TIMESPEC = @UNISTD_H_DEFINES_STRUCT_TIMESPEC@ +UNISTD_H_HAVE_SYS_RANDOM_H = @UNISTD_H_HAVE_SYS_RANDOM_H@ +UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ +UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ +USE_NLS = @USE_NLS@ +UTIME_H = @UTIME_H@ +VERSION = @VERSION@ +WARN_CFLAGS = @WARN_CFLAGS@ +WCHAR_T_SUFFIX = @WCHAR_T_SUFFIX@ +WINDOWS_64_BIT_OFF_T = @WINDOWS_64_BIT_OFF_T@ +WINDOWS_64_BIT_ST_SIZE = @WINDOWS_64_BIT_ST_SIZE@ +WINDOWS_STAT_INODES = @WINDOWS_STAT_INODES@ +WINDOWS_STAT_TIMESPEC = @WINDOWS_STAT_TIMESPEC@ +WINT_T_SUFFIX = @WINT_T_SUFFIX@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_015 = @XGETTEXT_015@ +XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +browser = @browser@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +bunzip2 = @bunzip2@ +bzip2 = @bzip2@ +cache_top_owner = @cache_top_owner@ +cat = @cat@ +col = @col@ +compress = @compress@ +compress_ext = @compress_ext@ +compressor = @compressor@ +config_file = @config_file@ +config_file_basename = @config_file_basename@ +config_file_dirname = @config_file_dirname@ +datadir = @datadir@ +datarootdir = @datarootdir@ +date = @date@ +docdir = @docdir@ +dvidir = @dvidir@ +eqn = @eqn@ +exec_prefix = @exec_prefix@ +gl_LIBOBJS = @gl_LIBOBJS@ +gl_LTLIBOBJS = @gl_LTLIBOBJS@ +gltests_LIBOBJS = @gltests_LIBOBJS@ +gltests_LTLIBOBJS = @gltests_LTLIBOBJS@ +gltests_WITNESS = @gltests_WITNESS@ +grap = @grap@ +grep = @grep@ +gunzip = @gunzip@ +gzip = @gzip@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +libpipeline_CFLAGS = @libpipeline_CFLAGS@ +libpipeline_LIBS = @libpipeline_LIBS@ +libseccomp_CFLAGS = @libseccomp_CFLAGS@ +libseccomp_LIBS = @libseccomp_LIBS@ +localedir = @localedir@ +localstatedir = @localstatedir@ +lzip = @lzip@ +lzma = @lzma@ +man_mode = @man_mode@ +man_owner = @man_owner@ +mandir = @mandir@/$(LINGUA) +mkdir_p = @mkdir_p@ +neqn = @neqn@ +nroff = @nroff@ +oldincludedir = @oldincludedir@ +override_dir = @override_dir@ +pager = @pager@ +pdfdir = @pdfdir@ +pic = @pic@ +preconv = @preconv@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +refer = @refer@ +roff_version = @roff_version@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sections = @sections@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +systemdsystemunitdir = @systemdsystemunitdir@ +systemdtmpfilesdir = @systemdtmpfilesdir@ +target_alias = @target_alias@ +tbl = @tbl@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +tr = @tr@ +troff = @troff@ +troff_as_troff_input = @troff_as_troff_input@ +uncompress = @uncompress@ +unlzip = @unlzip@ +unlzma = @unlzma@ +unxz = @unxz@ +unzstd = @unzstd@ +vgrind = @vgrind@ +xz = @xz@ +zstd = @zstd@ +LINGUA = it +man1_MANS = \ + man1/apropos.1 \ + man1/man.1 \ + man1/manpath.1 \ + man1/whatis.1 \ + man1/zsoelim.1 + +man5_MANS = \ + man5/manpath.5 + +man8_MANS = \ + man8/accessdb.8 \ + man8/catman.8 \ + man8/mandb.8 + +CLEANFILES = $(man1_MANS) $(man5_MANS) $(man8_MANS) replace.sed +@CROSS_COMPILING_FALSE@TESTS_ENVIRONMENT = top_builddir="$(top_builddir)"; export top_builddir; \ +@CROSS_COMPILING_FALSE@ LINGUA="$(LINGUA)"; export LINGUA; \ +@CROSS_COMPILING_FALSE@ EGREP="$(EGREP)"; export EGREP; + +@CROSS_COMPILING_FALSE@LOG_COMPILER = @SHELL@ $(top_srcdir)/man/check-man +@CROSS_COMPILING_FALSE@TESTS = $(man1_MANS) $(man5_MANS) $(man8_MANS) +all: all-am + +.SUFFIXES: +.SUFFIXES: .1 .5 .8 .log .man1 .man5 .man8 .test .test$(EXEEXT) .trs +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/man/Rules.man $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/it/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign man/it/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; +$(top_srcdir)/man/Rules.man $(am__empty): + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +install-man1: $(man1_MANS) + @$(NORMAL_INSTALL) + @list1='$(man1_MANS)'; \ + list2=''; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) +install-man5: $(man5_MANS) + @$(NORMAL_INSTALL) + @list1='$(man5_MANS)'; \ + list2=''; \ + test -n "$(man5dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.5[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \ + done; } + +uninstall-man5: + @$(NORMAL_UNINSTALL) + @list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) +install-man8: $(man8_MANS) + @$(NORMAL_INSTALL) + @list1='$(man8_MANS)'; \ + list2=''; \ + test -n "$(man8dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.8[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \ + done; } + +uninstall-man8: + @$(NORMAL_UNINSTALL) + @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +# Recover from deleted '.trs' file; this should ensure that +# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create +# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells +# to avoid problems with "make -n". +.log.trs: + rm -f $< $@ + $(MAKE) $(AM_MAKEFLAGS) $< + +# Leading 'am--fnord' is there to ensure the list of targets does not +# expand to empty, as could happen e.g. with make check TESTS=''. +am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) +am--force-recheck: + @: + +$(TEST_SUITE_LOG): $(TEST_LOGS) + @$(am__set_TESTS_bases); \ + am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ + redo_bases=`for i in $$bases; do \ + am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ + done`; \ + if test -n "$$redo_bases"; then \ + redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ + redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ + if $(am__make_dryrun); then :; else \ + rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ + fi; \ + fi; \ + if test -n "$$am__remaking_logs"; then \ + echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ + "recursion detected" >&2; \ + elif test -n "$$redo_logs"; then \ + am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ + fi; \ + if $(am__make_dryrun); then :; else \ + st=0; \ + errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ + for i in $$redo_bases; do \ + test -f $$i.trs && test -r $$i.trs \ + || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ + test -f $$i.log && test -r $$i.log \ + || { echo "$$errmsg $$i.log" >&2; st=1; }; \ + done; \ + test $$st -eq 0 || exit 1; \ + fi + @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ + ws='[ ]'; \ + results=`for b in $$bases; do echo $$b.trs; done`; \ + test -n "$$results" || results=/dev/null; \ + all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ + pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ + fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ + skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ + xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ + xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ + error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ + if test `expr $$fail + $$xpass + $$error` -eq 0; then \ + success=true; \ + else \ + success=false; \ + fi; \ + br='==================='; br=$$br$$br$$br$$br; \ + result_count () \ + { \ + if test x"$$1" = x"--maybe-color"; then \ + maybe_colorize=yes; \ + elif test x"$$1" = x"--no-color"; then \ + maybe_colorize=no; \ + else \ + echo "$@: invalid 'result_count' usage" >&2; exit 4; \ + fi; \ + shift; \ + desc=$$1 count=$$2; \ + if test $$maybe_colorize = yes && test $$count -gt 0; then \ + color_start=$$3 color_end=$$std; \ + else \ + color_start= color_end=; \ + fi; \ + echo "$${color_start}# $$desc $$count$${color_end}"; \ + }; \ + create_testsuite_report () \ + { \ + result_count $$1 "TOTAL:" $$all "$$brg"; \ + result_count $$1 "PASS: " $$pass "$$grn"; \ + result_count $$1 "SKIP: " $$skip "$$blu"; \ + result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ + result_count $$1 "FAIL: " $$fail "$$red"; \ + result_count $$1 "XPASS:" $$xpass "$$red"; \ + result_count $$1 "ERROR:" $$error "$$mgn"; \ + }; \ + { \ + echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ + $(am__rst_title); \ + create_testsuite_report --no-color; \ + echo; \ + echo ".. contents:: :depth: 2"; \ + echo; \ + for b in $$bases; do echo $$b; done \ + | $(am__create_global_log); \ + } >$(TEST_SUITE_LOG).tmp || exit 1; \ + mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ + if $$success; then \ + col="$$grn"; \ + else \ + col="$$red"; \ + test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ + fi; \ + echo "$${col}$$br$${std}"; \ + echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ + echo "$${col}$$br$${std}"; \ + create_testsuite_report --maybe-color; \ + echo "$$col$$br$$std"; \ + if $$success; then :; else \ + echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ + if test -n "$(PACKAGE_BUGREPORT)"; then \ + echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ + fi; \ + echo "$$col$$br$$std"; \ + fi; \ + $$success || exit 1 + +check-TESTS: + @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list + @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + trs_list=`for i in $$bases; do echo $$i.trs; done`; \ + log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ + exit $$?; +recheck: all + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + bases=`for i in $$bases; do echo $$i; done \ + | $(am__list_recheck_tests)` || exit 1; \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + log_list=`echo $$log_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ + am__force_recheck=am--force-recheck \ + TEST_LOGS="$$log_list"; \ + exit $$? +man1/apropos.1.log: man1/apropos.1 + @p='man1/apropos.1'; \ + b='man1/apropos.1'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +man1/man.1.log: man1/man.1 + @p='man1/man.1'; \ + b='man1/man.1'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +man1/manpath.1.log: man1/manpath.1 + @p='man1/manpath.1'; \ + b='man1/manpath.1'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +man1/whatis.1.log: man1/whatis.1 + @p='man1/whatis.1'; \ + b='man1/whatis.1'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +man1/zsoelim.1.log: man1/zsoelim.1 + @p='man1/zsoelim.1'; \ + b='man1/zsoelim.1'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +man5/manpath.5.log: man5/manpath.5 + @p='man5/manpath.5'; \ + b='man5/manpath.5'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +man8/accessdb.8.log: man8/accessdb.8 + @p='man8/accessdb.8'; \ + b='man8/accessdb.8'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +man8/catman.8.log: man8/catman.8 + @p='man8/catman.8'; \ + b='man8/catman.8'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +man8/mandb.8.log: man8/mandb.8 + @p='man8/mandb.8'; \ + b='man8/mandb.8'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +.test.log: + @p='$<'; \ + $(am__set_b); \ + $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +@am__EXEEXT_TRUE@.test$(EXEEXT).log: +@am__EXEEXT_TRUE@ @p='$<'; \ +@am__EXEEXT_TRUE@ $(am__set_b); \ +@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ +@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ +@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ +@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) + +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: check-am +all-am: Makefile $(MANS) +installdirs: + for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) + -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) + -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-local + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-man + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: install-man1 install-man5 install-man8 + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool \ + mostlyclean-local + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-man + +uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8 + +.MAKE: check-am install-am install-strip + +.PHONY: all all-am check check-TESTS check-am clean clean-generic \ + clean-libtool cscopelist-am ctags-am dist-hook distclean \ + distclean-generic distclean-libtool distclean-local distdir \ + dvi dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-man1 \ + install-man5 install-man8 install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool mostlyclean-local pdf pdf-am ps ps-am \ + recheck tags-am uninstall uninstall-am uninstall-man \ + uninstall-man1 uninstall-man5 uninstall-man8 + +.PRECIOUS: Makefile + + +replace.sed: $(top_builddir)/man/replace.sin + $(AM_V_GEN)sed -e 's,%REPLACE_CONFIG_FILE%,$(config_file),g' $(top_builddir)/man/replace.sin > $@ + +$(MANS): replace.sed + +.man1.1: + $(AM_V_at)$(MKDIR_P) man1 + $(AM_V_GEN)program=`echo '$@' | sed -e 's/\.1//' -e 's,.*/,,' -e '$(program_transform_name)'`; \ + sed -f replace.sed -e "s,%program%,$$program,g" $< > $@ +.man5.5: + $(AM_V_at)$(MKDIR_P) man5 + $(AM_V_GEN)sed -f replace.sed $< > $@ +.man8.8: + $(AM_V_at)$(MKDIR_P) man8 + $(AM_V_GEN)program=`echo '$@' | sed -e 's/\.8//' -e 's,.*/,,' -e '$(program_transform_name)'`; \ + sed -f replace.sed -e "s,%program%,$$program,g" $< > $@ + +mostlyclean-local: + -rm -f index.* + +dist-hook: + @if [ "x$(PO4A_LINGUA)" != xyes ]; then \ + list='$(man1_MANS) $(man5_MANS) $(man8_MANS)'; \ + dist_files=`for file in $$list; do \ + echo $$file | sed 's/\.\([0-9]\)/.man\1/'; \ + done`; \ + $(MKDIR_P) `echo "$$dist_files" | \ + sed 's|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u`; \ + for file in $$dist_files; do \ + test -f $(distdir)/$$file \ + || cp -p $(srcdir)/$$file $(distdir)/$$file \ + || exit 1; \ + done; \ + fi + +distclean-local: + @if [ "x$(PO4A_LINGUA)" = xyes ]; then \ + rm -rf man1 man5 man8; \ + fi + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/man/it/man1/apropos.man1 b/man/it/man1/apropos.man1 new file mode 100644 index 0000000..c01fa0a --- /dev/null +++ b/man/it/man1/apropos.man1 @@ -0,0 +1,209 @@ +.\" Man page for %apropos% +.\" +.\" Copyright (C), 1994, 1995, Graeme W. Wilford. (Wilf.) +.\" +.\" Traduzione di Giuseppe Sacco <eppesuig@debian.org> +.\" Prima traduzione di Bortolozzo Giovanni <borto@pluto.linux.it> +.\" Febbraio 1997 +.\" 1^ Revisione Marzo 1997 +.\" 2^ Revisione Agosto 1999 +.\" 3^ Revisione e aggiornamento Settembre 1999 +.\" 4^ Revisione e aggiornamento Aprile 2003 +.\" +.\" You may distribute under the terms of the GNU General Public +.\" License as specified in the file COPYING that comes with the +.\" man-db distribution. +.\" +.\" Sat Oct 29 13:09:31 GMT 1994 Wilf. (G.Wilford@ee.surrey.ac.uk) +.\" +.\"" for hilit19 +.pc +.TH %thapropos% 1 "%date%" "%version%" "Utility per le pagine di manuale" +.SH NOME +%apropos% \- ricerca nei nomi e nelle descrizioni delle pagine di manuale +.SH SINTASSI +.B %apropos% +.RB [\| \-dhV \|] +.RB [\| \-e \||\| \-w \||\| \-r\c +\|] +.RB [\| \-m +.IR sistema \|[\|,.\|.\|.\|]\|] +.RB [ \-M +.IR percorso \|] +.RB [\| \-C +.IR file \|] +.I parola_chiave +\&.\|.\|. +.SH DESCRIZIONE +Ogni pagina di manuale ha disponibile al suo interno una breve +descrizione. +.B %apropos% +ricerca nelle descrizioni le istanze di +.IR parola_chiave . + +.I parola_chiave +è solitamente una espressione regolare, come se fosse usata l'opzione +.RB ( \-r ) +oppure può contenere wildcard ("caratteri jolly") +.RB ( \-w ), +o corrispondere esattamente ad una parola +.RB ( \-e ). +Usando queste opzioni, potrebbe essere necessario racchiudere tra +virgolette (') la +.I parola_chiave +o far precedere da backslash (\\) i caratteri speciali per evitare che +la shell provi a interpretarla(i). + +Le regole di corrispondenza predefinite permettono la ricerca della +corrispondenza sia nel nome della pagina che in parole complete nella +descrizione. +.SH OPZIONI +.TP +.B \-d, \-\-debug +Mostra informazioni utili al debug. +.TP +.B \-v, \-\-verbose +Stampa messaggi di errore dettagliati. +.TP +.B \-r, \-\-regex +Interpreta ogni parola chiave come un'espressione regolare. Questo è +il comportamento predefinito. Di ogni parola chiave sarà cercata la +corrispondenza fra i nomi delle pagine e le descrizioni +indipendentemente. Può corrispondere ad una parte qualsiasi di +entrambe. +La corrispondenza non è limitata a parole intere. +.TP +.B \-w, \-\-wildcard +Interpreta ogni parola chiave come un modello (pattern) contenente +wildcard nello stile della shell. Di ogni parola chiave sarà cercata +la corrispondenza fra i nomi delle pagine e le descrizioni +indipendentemente. +Se anche +.B \-\-exact +è usato, allora è trovata una corrispondenza solo se la parola +chiave espansa corrisponde ad un'intera descrizione o nome di pagina. +In alternativa è anche permesso che la corrispondenza sia su una parte +della descrizione che contenga parole intere. +.TP +.B \-e, \-\-exact +Di ogni parola chiave sarà cercata la corrispondenza esatta tra i nomi +delle pagine e le descrizioni. +.\" +.\" Due to the rather silly limit of 6 args per request in some `native' +.\" *roff compilers, we have do the following to get the two-line +.\" hanging tag on one line. .PP to begin a new paragraph, then the +.\" tag, then .RS (start relative indent), the text, finally .RE +.\" (end relative indent). +.\"" +.PP +.B \-m +.I sistema\c +.RB \|[\|,.\|.\|.\|]\| , +.BI \-\-systems= sistema\c +\|[\|,.\|.\|.\|] +.RS +Se il sistema ha accesso alle descrizioni delle pagine di manuale di +altri sistemi operativi, usando questa opzione può essere fatta una +ricerca anche in tali descrizioni. Per ricercare nelle descrizioni +delle pagine di manuale di NewOS, usare l'opzione +.B \-m +.BR NewOS . + +Il +.I sistema +specificato può essere una combinazione qualsiasi di nomi di sistemi +operativi separati da virgole. Per includere una ricerca nelle +descrizioni +.B whatis +del sistema operativo nativo, si includa il nome di sistema +.B man +nella stringa argomento. +Usando questa opzione verrà ignorata la variabile d'ambiente +.RB $ SYSTEM . +.RE +.TP +.BI \-M\ percorso ,\ \-\-manpath= percorso +Specifica un'insieme di ricerca alternativo di gerarchie di percorsi +di pagine di manuale separate da `:'. Di default, +.B %apropos% +usa la variabile d'ambiente +.RB $ MANPATH +finché questa non è vuota o non definita, nel qual caso determinerà +un'appropriato percorso basato sulla propria variabile d'ambiente +.RB $ PATH . +Usando questa opzione verrà ignorato il contenuto di +.RB $ MANPATH . +.TP +.BI \-C\ file ,\ \-\-config\-file= file +Usa il file di configurazione specificato piuttosto che quello predefinito, +cioè +.IR ~/.manpath . +.TP +.B \-h, \-\-help +Mostra un messaggio d'aiuto ed esce. +.TP +.B \-V, \-\-version +Mostra informazioni sulla versione e sull'autore. +.SH "STATI D'USCITA" +.TP +.B 0 +L'esecuzione del programma ha avuto successo. +.TP +.B 1 +Errore d'uso, di sintassi o nel file di configurazione. +.TP +.B 2 +Errore operativo. +.TP +.B 16 +Non è stato trovato niente che corrisponde al criterio specificato. +.SH "VARIABILI D'AMBIENTE" +.TP +.B SYSTEM +Se +.RB $ SYSTEM +è impostata, il suo valore avrà lo stesso effetto che fosse +specificato come argomento dell'opzione +.BR \-m . +.TP +.B MANPATH +Se +.RB $ MANPATH +è impostata, il suo valore è interpretato come una lista di percorsi di +ricerca, separati da `:', di gerarchie di pagine di manuale da usare. +.TP +.B POSIXLY_CORRECT +Se +.RB $ POSIXLY_CORRECT +è impostata, anche ad un valore nullo, il metodo di ricerca +predefinito di +.B %apropos% +sarà considerare la parola chiave come una espressione regolare +estesa +.RB ( \-r ) \ . +Questo è ormai il comportamento predefinito. +.SH FILE +.TP +.I /usr/share/man/index.(bt|db|dir|pag) +Un +.I indice +della cache della base di dati globale. +.TP +.I /var/cache/man/index.(bt|db|dir|pag) +Un +.I indice +alternativo e conforme con FHS. +.TP +.I /usr/share/man/\|.\|.\|.\|/whatis +Una tradizionale base di dati +.BR whatis . +.SH "VEDERE ANCHE" +.BR %whatis% (1), +.BR %man% (1). +.SH AUTORI +.nf +Wilf. (G.Wilford@ee.surrey.ac.uk). +Fabrizio Polacco (fpolacco@debian.org). +.br +Traduzione attuale di Giuseppe Sacco (eppesuig@debian.org) +Prima traduzione di Bortolozzo Giovanni (borto@pluto.linux.it) diff --git a/man/it/man1/man.man1 b/man/it/man1/man.man1 new file mode 100644 index 0000000..7fc0935 --- /dev/null +++ b/man/it/man1/man.man1 @@ -0,0 +1,1105 @@ +'\" t +.\" ** The above line should force tbl to be a preprocessor ** +.\" Man page for man +.\" +.\" Copyright (C), 1994, 1995, Graeme W. Wilford. (Wilf.) +.\" +.\" Traduzione di Bortolozzo Giovanni <borto@pluto.linux.it> +.\" dal 2006: Giuseppe Sacco <eppesuig@debian.org> +.\" Febbraio 1997 +.\" 1^ Revisione Marzo 1997 +.\" 2^ Revisione Agosto 1999 +.\" 3^ Revisione e aggionamento Settembre 1999 +.\" 4^ revisione e aggirnamento Febbraio 2007 +.\" +.\" You may distribute under the terms of the GNU General Public +.\" License as specified in the file COPYING that comes with the +.\" man-db distribution. +.\" +.\" Sat Oct 29 13:09:31 GMT 1994 Wilf. (G.Wilford@ee.surrey.ac.uk) +.\" +.\"" for hilit19 +.pc +.TH %thman% 1 "%date%" "%version%" "Utility per le Pagine di Manuale" +.SH NOME +%man% \- un'interfaccia ai manuali di riferimento in linea +.SH SINTASSI +.\" Linea di comando generale +.B %man% +.RB [\| \-c \||\| \-w \||\| \-tZ \|] +.RB [\| \-H \|\c +.RI [\| browser \|]\|] +.RB [\| \-T \|\c +.IR dispositivo \|] +.RB [\| \-X \|\c +.RI [\| dpi \|]\|] +.RB [\| \-adhu7V \|] +.RB [\| \-i \||\| \-I \|] +.RB [\| \-m +.IR sistema \|[\|,.\|.\|.\|]\|] +.RB [\| \-L +.IR locale \|] +.RB [\| \-p +.IR stringa \|] +.RB [\| \-C +.IR file \|] +.RB [\| \-M +.IR percorso \|] +.RB [\| \-P +.IR paginatore \|] +.RB [\| \-r +.IR prompt \|] +.RB [\| \-S +.IR lista \|] +.RB [\| \-e +.IR estensione \|] +.RI [\|[\| sezione \|] +.IR pagina \ .\|.\|.\|]\ .\|.\|. +.\" The --local command line +.br +.B %man% +.B \-l +.RB [\| \-7 \|] +.RB [\| \-tZT \|] +.RB [\| \-H \|\c +.RI [\| browser \|]\|] +.RB [\| \-T \|\c +.IR dispositivo \|] +.RB [\| \-X \|\c +.RI [\| dpi \|]\|] +.RB [\| \-p +.IR stringa \|] +.RB [\| \-P +.IR paginatore \|] +.RB [\| \-r +.IR prompt \|] +.I file +\&.\|.\|. +.\" The apropos command line +.br +.B %man% +.B \-k +.RI [\| apropos +.IR opzioni \|] +.I espr_reg +\&.\|.\|. +.\" The whatis command line +.br +.B %man% +.B \-f +.RI [\| whatis +.IR opzioni \|] +.I pagina +\&.\|.\|. +.SH DESCRIZIONE +.B %man% +è il paginatore dei manuali del sistema. Di solito ognuno degli argomenti +.I pagina +dati a +.B %man% +è il nome di un programma, di un'utility o di una funzione. +La +.I pagina di manuale +associata con ognuno di questi argomenti è poi trovata e mostrata. Una +.IR sezione , +se fornita, indirizzerà +.B %man% +a guardare solo in quella +.I sezione +del manuale. +L'azione predefinita è di ricercare in tutte le +.I sezioni +disponibili seguendo un ordine prestabilito e di mostrare solo la +prima +.I pagina +trovata, anche se +.I pagina +esiste in diverse +.IR sezioni . + +La seguente tabella mostra i numeri delle +.I sezioni +del manuale seguiti dai tipi di pagine che contengono + +.TS +tab (@); +l lx. +1@T{ +Programmi eseguibili e comandi della shell +T} +2@T{ +Chiamate al sistema (funzioni fornite dal kernel) +T} +3@T{ +Chiamate alle librerie (funzioni all'interno delle librerie di sistema) +T} +4@T{ +File speciali (di solito trovabili in \fI/dev\fR) +T} +5@T{ +Formati dei file e convenzioni p.es. \fI/etc/passwd\fR +T} +6@T{ +Giochi +T} +7@T{ +Pacchetti di macro e convenzioni p.es. \fBman\fR(7), \fBgroff\fR(7). +T} +8@T{ +Comandi per l'amministrazione del sistema (solitamente solo per root) +T} +9@T{ +Routine del kernel [\|Non standard\|] +T} +.TE + +Una +.I pagina +di manuale consta di diverse parti. + +Queste possono essere etichettate +.BR NOME " (NAME)," +.BR SINTASSI " (SYNOPSIS)," +.BR DESCRIZIONE " (DESCRIPTION)," +.BR OPZIONI " (OPTIONS)," +.BR FILE " (FILES)," +.BR "VEDERE ANCHE" " (SEE\ ALSO)," +.BR PROBLEMI " (BUGS)" +e +.BR AUTORE " (AUTHOR)." + +Le seguenti convenzioni si applicano alla sezione +.B SINTASSI +e possono essere usate come una guida per le altre sezioni. + +.TS +tab (@); +l lx. +\fBtesto in grassetto\fR@T{ +scrivere esattamente come mostrato. +T} +\fItesto in corsivo\fR@T{ +rimpiazzare con un argomento appropriato. +T} +[\|\fB\-abc\fR\|]@T{ +ognuno o tutti gli argomenti all'interno di [ ] sono opzionali. +T} +\fB\-a\|\fR|\|\fB\-b\fR@T{ +opzioni separate da | non possono essere usate assieme. +T} +\fIargomento\fB .\|.\|.\fR@T{ +\fIargomento\fR è ripetibile. +T} +[\|\fIespressione\fR\|]\fB .\|.\|.\fR@T{ +\fRl'intera \fIespressione\fR\ all'interno di [ ] è ripetibile. +T} +.TE + +L'illustrazione del comando o funzione è un modello che dovrebbe +corrispondere a tutte le possibili invocazioni. In alcuni casi è +preferibile illustrare diverse invocazioni che si escludono a vicenda + come mostrato nella sezione +.B SINTASSI +di questa pagina di manuale. +.SH ESEMPI +.TP \w'%man%\ 'u +.BI %man% \ ls +Mostra la pagina di manuale per la +.I voce +(programma) +.IR ls . +.TP +.BI %man%\ \-a \ intro +Mostra, in successione, tutte le pagine di manuale +.I intro +disponibili nel manuale. È possibile uscire tra due +visualizzazioni successive o saltarne una qualsiasi. +.TP +\fB%man% \-t \fIalias \fR|\fI lpr -Pps +Formatta la pagina di manuale indicata da +.RI ` alias ', +solitamente una pagina di manuale della shell, nel formato predefinito di +.B troff +o +.B groff +e la redireziona, tramite pipe, alla stampante chiamata +.IR ps . +L'output predefinito per +.B groff +è di solito in PostScript. +.B %man% \-\-help +dovrebbe mostrare quale preprocessore è collegato con l'opzione +.BR \-t . +.TP +.BI %man%\ \-l\ \-T dvi\ ./foo.1x.gz \ >\ ./foo.1x.dvi +Questo comando decomprime e formatta il sorgente nroff della pagina di +manuale +.I ./foo.1x.gz +in un file +.BR "device independent (dvi) " . +La redirezione è necessaria in quanto l'opzione +.B \-T +fa sì che l'output sia diretto verso lo +.B stdout +senza nessun paginatore. L'output può essere visto con un programma tipo +.B xdvi +o ulteriormente convertito in PostScript usando un programma tipo +.BR dvips. +.TP +.BI %man%\ \-k \ printf +Cerca la parola chiave +.I printf +nelle descrizioni brevi e nei nomi delle pagine considerandola una +espressione regolare. +Mostra qualsiasi corrispondenza. +Equivalente a +.BI %apropos%\ \-r \ printf . +.TP +.BI %man%\ \-f \ smail +Cerca le pagine di manuale indicate da +.I smail +e mostra una breve descrizione di tutte quelle trovate. +Equivalente a +.BI %whatis%\ \-r \ smail . +.SH PANORAMICA +Molte sono le opzioni disponibili per +.B %man% +in modo da fornire all'utente la maggior flessibilità +possibile. Possono essere fatti cambiamenti al percorso di ricerca, +all'ordine delle sezioni, al preprocessore per l'output, e ad altri +comportamenti e operazioni elencati in dettaglio più avanti. + +Se impostate, alcune variabili d'ambiente sono interrogate per +determinare le funzionalità di +.BR %man% . +È possibile impostare la variabile "omni comprensiva" +.RB $ MANOPT +ad una stringa qualsiasi nel formato della riga di comando, con +l'eccezione che ogni spazio che sia parte integrante dell'argomento +di un'opzione deve essere preceduto da un backslash (`\\'). +.B %man% +analizzerà +.RB $ MANOPT +prima di analizzare la propria riga di comando. Quelle opzioni che +richiedono un argomento, saranno ridefinite se le stesse opzioni si +trovano anche nella riga di comando. Per annullare tutte le +opzioni impostate in +.RB $ MANOPT , +può essere specificato +.B \-D +come opzione iniziale della riga di comando. +Ciò permette a %man% di "dimenticare" le opzioni specificate in +.RB $ MANOPT +sebbene debbano restare ancora valide. + +Le utility per le pagine di manuale raggruppate nel pacchetto +.B man-db +fanno un uso intenso delle cache di +.BR index . +Tali cache contengono informazioni come la posizione di ogni pagina di +manuale nel filesystem e cosa contiene il relativo +.I whatis +(breve descrizione della pagina di manuale), inoltre permettono a +.B %man% +di cercare le pagine molto più velocemente rispetto ad una ricerca +su file system per ogni pagine da cercare. +Se richiesto tramite l'opzione +.B \-u +.B %man% +può verificare che tali cache rimangano consistenti, in modo +da non dover lanciare manualmente del +software per aggiornare le tradizionali basi di dati di +.IR whatis . + +Se +.B %man% +non può trovare una base di dati +.B index +inizializzato da +.B %mandb% +per una particolare gerarchia di pagine di manuale, cercherà comunque +la pagina di manuale richiesta sebbene sarà necessario un globbing dei +file per effettuare la ricerca all'interno di quella gerarchia (N.d.T: +con globbing [jargon] si intende l'espansione dei caratteri speciali +all'interno di un nome costruito con wildcard \- caratteri jolly). +Invece se +.B %whatis% +o +.B %apropos% +non trovano la base di dati +.BR index , +proveranno comunque a estrarre le informazioni dalla base di dati +.I whatis +tradizionale. +.\"`User' manual page hierarchies will have +.\".B index +.\"caches created `on the fly'. +.\"" + +Queste utility supportano i file sorgente nroff compressi, che abbiano, +di default, una fra le seguenti estensioni +.BR .Z ", " .z " e " .gz . +È possibile trattare con qualsiasi estensione di file compresso, ma +questa informazione deve essere nota al momento della compilazione. +Inoltre, normalmente, qualsiasi pagina cat prodotta è compressa usando +.BR gzip . +Ognuna delle gerarchie `globali' delle pagine di manuale, come +.I /usr/share/man +o +.IR /usr/X11R6/man , +può avere una directory qualsiasi come gerarchia delle pagine cat. +Tradizionalmente le pagine cat sono salvate sotto la stessa gerarchia +delle pagine di manuale, ma per ragioni come quelle specificate nel +.BR "Linux File System Standard (FSSTND)" , +è meglio salvarle da qualche altra parte. Per i dettagli su come ciò +sia possibile, si legga +.BR manpath (5). +Per i dettagli sul perché fare ciò, si legga lo standard. + +Con questo pacchetto è disponibile il ``supporto internazionale'': le +pagine di manuale nella lingua nativa sono accessibili (se disponibili +nel proprio sistema) usando le funzioni +.IR locale . +Per attivare tale supporto, è necessario impostare +.RB $ LC_MESSAGES " e " +.RB $ LANG +o qualche altra variabile d'ambiente dipendente dal sistema, alla propria +lingua locale, solitamente specificata nel formato basato sul +.BR "POSIX 1003.1" : + +.\" +.\" Need a \c to make sure we don't get a space where we don't want one +.\"" +.RI < lingua >[\|\c +.B _\c +.RI < zona >\|[\|\c +.B .\c +.RI < set-di-caratteri >\|[\|\c +.B ,\c +.RI < versione >\|]\|]\|] + +Se la pagina desiderata è disponibile nel proprio +.IR locale , +sarà mostrata al posto della pagina standard (di solito in Inglese +Americano). + +Il supporto internazionale per i cataloghi di messaggi è un'altra +caratteristica di questo pacchetto e può essere attivato, sempre se +disponibile, nello stesso modo. Se si trova che le pagine di manuale e +i cataloghi dei messaggi forniti con questo pacchetto non sono +disponibili per la propria lingua e si vuole fornirli, si contatti +il manutentore il quale coordinerà tali attività. + +Per informazioni riguardanti altre caratteristiche ed estensioni +disponibili con questo paginatore dei manuali, si leggano i documenti +forniti con il pacchetto. +.SH COMPORTAMENTO PREDEFINITO +.B %man% +cercherà la pagina di manuale desiderata all'interno delle cache delle +basi di dati +.IR index . +Se l'opzione +.B \-u +viene specificata, è eseguita una verifica della +consistenza della cache per assicurarsi che le basi di dati riflettano +accuratamente il filesystem. Non è generalmente necessario eseguire +.B %mandb% +dopo che le cache sono state create inizialmente, finché una di questa +non sia in qualche modo corrotta. +Il controllo della cache su sistemi con molte pagine di manuale può +essere piuttosto lungo; per questo non viene svolto automaticamente, ma +gli amministratori di sistema possono esseguire +.B %mandb% +settimanalmente per aggiornare la base di dati. +Per superare eventuali problemi causati da cache non aggiornate +.B %man% +passa automaticamente al `file globbing' se una ricerca nella cache +non ha esito, allo stesso modo di quando la cache non è presente. + +Una volta che una pagina di manuale è stata localizzata, è eseguita +una verifica per scoprire se il relativo file `cat' preformattato +esiste già e se è più recente del file nroff. Se è così, questo file +preformattato è (di solito) decompresso e poi visualizzato tramite un +paginatore. Il paginatore può essere specificato in diversi modi +oppure viene usato quello predefinito (si veda l'opzione +.B \-P +per i dettagli). Se non c'è la pagina cat o è più vecchia del file +nroff, quest'ultimo è filtrato attraverso vari programmi ed è mostrato +immediatamente. + +Se può essere prodotto un file cat (esiste la relativa directory cat e +ha i permessi appropriati), +.B %man% +comprimerà e salverà il file cat in background. + +Quanti e quali filtri usare viene determinato in svariati modi. Per prima cosa è +interrogata l'opzione della riga di comando +.B \-p +o la variabile d'ambiente +.RB $ MANROFFSEQ . +Se +.B \-p +non è usata e la variabile d'ambiente non è impostata, viene analizzata +la riga iniziale del file troff per cercare una "stringa +preprocessore". Per contenere una stringa preprocessore valida, la +prima riga deve assomigliare a + +.B '\e" +.RB < stringa > + +dove +.B stringa +può essere una combinazione qualsiasi delle lettere descritte più +avanti dall'opzione +.BR \-p . + +Se nessuno dei metodi suddetti fornisce informazioni sui filtri, ne è +usato un insieme predefinito. + +Una pipeline di formattazione è creata dai filtri al formattatore +primario +.RB ( nroff +o +.RB [ tg ] roff +con +.BR \-t ) +ed eseguita. +Alternativamente, se esiste un programma eseguibile +.I mandb_nfmt +(o +.I mandb_tfmt +con +.BR \-t ) +nella radice dell'albero dei manuali, questo è eseguito. Gli viene +passato il file sorgente del manuale, la stringa preprocessore, ed +eventualmente il dispositivo specificato come argomento di +.BR \-T " o " \-E . +.\" ******************************************************************** +.SH OPZIONI +Le opzioni che non richiedono argomenti, duplicate nelle riga di +comando, in +.RB $ MANOPT , +o in entrambe sono dannose. Per le opzioni che richiedono un argomento, +ogni duplicazione annullerà il valore del precendente argomento. +.TP +.B \-l, \-\-local-file +Attiva il modo `locale'. Formatta e visualizza file di manuale locali +invece di effettuare una ricerca nella collezione di manuali del +sistema. Ogni argomento pagina sarà interpretato come un file sorgente +nroff nel formato corretto. +.\" File sorgente nroff con estensione di +.\" compressione supportata, saranno decompressi da %man% prima di essere +.\" visualizzati tramite i soliti filtri. +.\"" +Non è creato il file cat. Se '\-' è elencato fra gli argomenti, +l'input sarà preso dallo stdin. +Quando non è usata questa opzione, e man non trova la pagina +richiesta, prima di mostrare un messaggio d'errore, prova a +comportarsi come se fosse fornita questa opzione, usando il nome come +nome di un file e cercando una corrispondenza esatta. +.TP +.BI \-L\ locale ,\ \-\-locale= locale +.B %man% +di solito determinerà il proprio locale attuale chiamando la funzione C +.BR setlocale (3) +che interroga diverse variabili d'ambiente, tra le quali +.RB $ LC_MESSAGES +e +.RB $ LANG . +Per ridefinire temporaneamente il valore così determinato, si usi +questa opzione per fornire direttamente una stringa +.I locale +a +.BR %man% . +Si noti che ciò non avrà effetto finché non è iniziata realmente una +ricerca. L'output, come ad esempio il messaggio d'aiuto, sarà sempre +visualizzato nel locale determinato inizialmente. +.TP +.B \-D, \-\-default +Questa opzione è solitamente data come prima opzione e reinizializza +il comportamento di +.B %man% +a quello predefinito. È usata per reinizializzare quelle opzioni che possono +essere state impostate in +.RB $ MANOPT . +Qualsiasi opzione successiva +.B \-D +avrà il solito effetto. +.TP +.BI \-C\ file ,\ \-\-config\-file= file +Usa il file di configurazione speficiato al posto di +.IR ~/.manpath . +.TP +.BI \-M\ percorso ,\ \-\-manpath= percorso +Specifica un percorso man alternativo. Normalmente +.B %man% +usa il codice derivato da +.B %manpath% +per determinare il percorso di ricerca. Questa opzione ha priorità +sulla variabile d'ambiente +.RB $ MANPATH +e fa sì che questa e l'opzione +.B \-m +siano ignorate. + +Un percorso specificato come manpath deve essere la radice di una +gerarchia di pagine di manuali strutturate in sezioni come descritto +nel manuale di man-db (nella sezione "The manual page system"). +Per vedere le pagine di manuali esterne a questa gerarchia, si usi +l'opzione +.B \-l . +.TP +.BI \-P\ paginatore ,\ \-\-pager= paginatore +Specifica quale paginatore dell'output usare. Normalmente +.B %man% +usa +.BR %pager% . +Questa opzione ha priorità sulla variabile d'ambiente +.RB $ PAGER +e non va usata assieme con +.B \-f +o +.BR \-k . +.TP +.BI \-r\ prompt ,\ \-\-prompt= prompt +Se una versione recente di +.B less +è usata come paginatore, +.B %man% +proverà ad impostare il suo prompt e alcune sue opzioni. +Il prompt predefinito assomiglierà a + +.B \ Pagina di Manuale\c +.IB \ nome ( sez )\c +.BI \ riga \ x + +dove +.I nome +denota il nome della pagina di manuale, +.I sez +denota la sezione in cui è stata trovata e +.IR x +è il numero di riga corrente. +Ciò è ottenuto usando la variabile d'ambiente +.RB $ LESS . + +Fornendo l'opzione +.B \-r +seguita da una stringa si può modificare il prompt predefinito. +La stringa può contenere il testo +.B $MAN_PN +il quale sarà espanso nel nome della pagina di manuale corrente e il +nome della sua sezione racchiuso tra `(' e `)'. La stringa usata per +produrre il default potrebbe essere espressa come + +.B \e\ Pagina\e\ di\e\ Manuale\e\ \e$MAN_PN\e\ ?ltriga\e\ %lt?L/%L.: +.br +.B byte\e\ %bB?s/%s..?\e\ (FINE):?pB\ %pB\e\e%.. + +È stata spezzata in due righe solo per migliorarne la leggibilità. Per +il suo significato si veda la pagina di manuale +.BR less (1). +La stringa di prompt per prima cosa è valutata dalla shell. Perciò le +doppie virgolette `"', le virgolette rovesce ``' e i backslash `\\' +devono essere preceduti da `\\'. La stringa di prompt potrebbe +terminare con un `\\$' il quale può essere seguito da ulteriori +opzioni per less. Di default +.B %man% +imposta le opzioni +.BR \-ix8 . + +Se si vuole eliminare completamente la gestione del prompt da +parte di +.B %man% +si faccia uso della variabile d'ambiente +.RB $ MANLESS +descritta sotto. +.TP +.B \-7, \-\-ascii +Quando visualizza una pagina di manuale in +.IR ascii (7) +puro su di un terminale a 7 bit o su un emulatore di terminale, alcuni +caratteri potrebbero non essere visualizzati correttamente se si usa +il descrittore di dispositivo +.IR latin1 (7) +con il +.B GNU +.BR nroff . +Questa opzione permette alle pagine di manuale in +.I ascii +puro di essere visualizzate in +.I ascii +con il dispositivo +.IR latin1 . +Non tradurrà alcun testo +.IR latin1 . +La seguente tabella mostra le traduzioni effettuate: alcune parti +di essa potrebbero essere mostrate in maniera corretta solo usando +il dispositivo +.IR latin1 (7) +di +.B GNU +.BR nroff . + +.ie c \[shc] \ +. ds soft-hyphen \[shc] +.el \ +. ds soft-hyphen \(hy +.TS +tab (@); +l c c c. +Descrizione@Ottale@latin1@ascii +_ +trattino di continuazione@255@\*[soft-hyphen]@- +bullet (middle dot)@267@\(bu@o +accento acuto@264@\(aa@' +segno di moltiplicazione@327@\(mu@x +.TE + +Se la colonna +.I latin1 +è visualizzata correttamente, il proprio terminale può essere +configurato per i caratteri +.I latin1 +e questa opzione non è necessaria. +Se le colonne +.I latin1 +e +.I ascii +sono identiche, si sta leggendo questa pagina usando questa opzione +oppure +.B %man% +non l'ha formattata usando il descrittore di dispositivo +.IR latin1 . +Se manca la colonna +.I latin1 +o è corrotta, può essere necessario visualizzare le pagine di manuale +usando questa opzione. + +Questa opzione è ignorata quando si usano le opzioni +.BR \-t , +.BR \-H , +.B \-T +o +.B \-Z +e può essere inutile per +.B nroff +diversi dalla versione +.BR GNU . +.TP +.BI \-S\ lista ,\ \-\-sections= lista +Lista è un elenco ordinato di sezioni di manuale su +cui effettuare la ricerca. Usando questa opzione viene ignorata la +variabile d'ambiente +.RB $ MANSECT . +.TP +.B \-a, \-\-all +Normalmente, +.B %man% +uscirà dopo aver visualizzato la pagina di manuale più adatta che +trova. Usando questa opzione si forza +.B %man% +a visualizzare tutte le pagine di manuale con i nomi che corrispondono +al criterio di ricerca. +.TP +.B \-c, \-\-catman +Questa opzione non è di uso generale e dovrebbe essere usata solo dal +programma +.BR %catman% . +.TP +.B \-d, \-\-debug +Non mostra alcuna pagina di manuale, ma mostra un sacco di +informazioni per il debug. +.TP +.BI \-e\ sotto-estensione ,\ \-\-extension= sotto-estensione +Alcuni sistemi incorporano nella gerarchia principale delle pagine di +manuale grossi pacchetti di pagine di manuale, come quelle che +accompagnano il pacchetto +.BR Tcl . +Per ovviare ai problemi dovuti alla presenza di pagine di manuale con +lo stesso nome come +.BR exit (3), +le pagine di +.B Tcl +sono di solito assegnate alla sezione +.BR l . +Poiché questa non è una scelta fortunata, è ora possibile mettere le +pagine nella sezione corretta, ed in questo caso assegnare +l'estensione specifica +.BR exit (3tcl). +Durante il funzionamento normale, +.B %man% +visualizzerà +.BR exit (3) +piuttosto che +.BR exit (3tcl). +Per trattare questa situazione ed evitare la necessità di sapere in +quale sezione di trova la pagina di manuale richiesta, è ora possibile +dare a +.B %man% +una stringa di +.I sotto-estensione +che indica a quale pacchetto deve appartenere la pagina. Usando il +precedente esempio, passando l'opzione +.B \-e\ tcl +a +.B %man% +verrà ristretta la ricerca alle pagine che hanno estensione +.BR *tcl . +.TP +.B \-f, \-\-whatis +Equivalente a +.BR %whatis% . +Mostra, se disponibile, una breve descrizione tratta della pagine di +manuale. Si veda +.BR %whatis% (1) +per i dettagli. +.TP +.B \-h, \-\-help +Mostra un messaggio d'aiuto ed esce. +.TP +.B \-i, \-\-ignore\-case +Non fa distinzione tra maiuscole e minuscole durante la ricerca della +pagine. Questo è il comportamento normale +.TP +.B \-I, \-\-match\-case +Effettua la ricerca della pagina facendo distinzione tra lettere +minuscole e maiuscole. +.TP +.B \-k, \-\-apropos +Equivalente a +.BR %apropos% . +Cerca nelle descrizioni brevi delle pagine di manuale le occorrenze +delle parole chiave e visualizza qualsiasi corrispondenza. Si veda +.BR %apropos% (1) +per i dettagli. +.\" +.\" Due to the rather silly limit of 6 args per request in some `native' +.\" *roff compilers, we have do the following to get the two-line +.\" hanging tag on one line. .PP to begin a new paragraph, then the +.\" tag, then .RS (start relative indent), the text, finally .RE +.\" (end relative indent). +.\"" +.PP +.B \-m +.I sistema\c +.RB \|[\|,.\|.\|.\|]\| , +.BI \-\-systems= sistema\c +\|[\|,.\|.\|.\|] +.RS +Se questo sistema ha accesso alle pagine di manuale di altri sistemi +operativi, si può accedere a quest'ultime usando questa opzione. Per +cercare una pagina di manuale nella collezione delle pagine di manuale +di NewOS, si usi l'opzione +.B \-m +.BR NewOS . + +Il +.I sistema +specificato può essere una combinazione di nomi di sistemi operativi +separati da virgole. Per includere una ricerca fra le pagine di +manuale del sistema operativo nativo, si includa il nome di sistema +.B man +nella stringa argomento. Usando questa opzione verrà ignorata la +variabile d'ambiente +.RB $ SYSTEM . +.RE +.TP +.BI \-p\ stringa ,\ \-\-preprocessor= stringa +Specifica la sequenza di preprocessori da lanciare prima di +.B nroff +o +.BR troff / groff . +Non tutte le installazioni avranno l'insieme completo di +preprocessori. Alcuni dei preprocessori e le lettere che li designano +sono: +.BR eqn " (" e ), +.BR grap " (" g ), +.BR pic " (" p ), +.BR tbl " (" t ), +.BR vgrind " (" v ), +.BR refer " (" r ). +Usando questa opzione viene ignorata la variabile d'ambiente +.RB $ MANROFFSEQ . +.B %zsoelim% +è sempre lanciato come primo preprocessore. +.TP +.B \-u, \-\-update +Questa opzione fa in modo che +.B %man% +effettui un controllo a livello di `inode' sulla propria base di dati +per assicurarsi che sia una accurata rappresentazione del file system. +Il suo effetto è positivo solo se +.B %man% +è installato con il bit setuid impostato. +.TP +.B \-t, \-\-troff +Usa +.I %troff% +per formattare la pagina di manuale nello stdout. Questa opzione non è +richiesta assieme a +.BR \-H , +.B \-T +o +.BR \-Z . +.TP +\fB\-T\fP[\fIdispositivo\fP], \fB\-\-troff\-device\fP[=\fIdispositivo\fP] +Questa opzione è usata per cambiare l'output di +.B groff +(o se possibile quello di +.BR troff ) +per adattarlo ad un dispositivo diverso da quello predefinito. Implica +.BR \-t . +Esempi (forniti con Groff-1.17) comprendono +.BR dvi ", " latin1 ", " ps ", " utf8 , +.BR X75 " e " X100 . +.TP +\fB\-X\fP[\fIdpi\fP], \fB\-\-gxditview\fP[=\fIdpi\fP] +Questa opzione mostra l'output di +.B groff +in una finestra grafica usando il programma +.BR gxditview . +.I dpi +(punti per pollice) può essere 75, 75-12, 100 o 100-12, con valore +predefinito 75; le varianti -12 usano un font da 12 punti. +Questa opzione implica +.B \-T +con i dispositivi X75, X75-12, X100, X100-12 rispettivamente. +.TP +.B \-Z, \-\-ditroff +.B groff +lancerà +.B troff +e poi userà un appropriato post-processore per produrre un output +adatto per il dispositivo scelto. Se +.I %troff% +è +.BR groff , +questa opzione è passata a +.B groff +e verrà soppresso l'uso del post-processore. Implica +.BR \-t . +.TP +\fB\-H\fP[\fIbrowser\fP], \fB\-\-html\fP[=\fIbrowser\fP] +Questa opzione indica a +.B groff +di produrre un output HTML, e mostra tale output in un browser +web. La scelta del browser è opzionale ed è determinata +dall'argomento opzionale +.I browser +se questo è fornito; altrimenti dalla variabile +.RB $ BROWSER +oppure dal valore definito durante la compilazione (in genere +.BR lynx ). +Questa opzione implica +.BR \-t , +e funziona solo con la versione +.B GNU +di +.BR troff . +.TP +.BI \-E\ dispositivo\fR,\ \fI \-\-encoding\fR=\fIdispositivo +Genera un output usando una codifica di caratteri diversa dal +valore predefinito. Per il modo nel quale +.B nroff +è strutturato, l'argomento di questa opzione deve essere un +dispositivo di +.B nroff +come +.BR ascii ", " latin1 " o " utf8 . +.TP +.B \-w, \-\-where, \-\-location +Non mostra veramente le pagine di manuale, ma stampa le posizioni dei +file che sarebbero stati formattati. +.TP +.B \-W, \-\-where\-cat, \-\-location\-cat +Non mostra veramente le pagine di manuale, ma stampa le posizioni dei +file cat che sarebbero stati visualizzati. +Se entrambi \-w e \-W vengono specificati, li stampa separati da uno spazio. +.TP +.B \-V, \-\-version +Mostra informazioni sulla versione. +.SH STATI D'USCITA +.TP +.B 0 +L'esecuzione del programma ha avuto successo. +.TP +.B 1 +Errore d'uso, di sintassi o nel file di configurazione. +.TP +.B 2 +Errore operativo. +.TP +.B 3 +Un processo figlio ha restituito uno stato d'uscita diverso da zero. +.TP +.B 16 +Almeno una delle pagine/file/parole chiave non esisteva o non aveva +corrispondenza. +.SH VARIABLI D'AMBIENTE +.\".TP \w'MANROFFSEQ\ \ 'u +.\"" +.TP +.B MANPATH +Se +.RB $ MANPATH +è impostata, il suo valore è usato come percorso per la ricerca delle +pagine di manuale. +.TP +.B MANROFFSEQ +Se +.RB $ MANROFFSEQ +è impostata, il suo valore è usato per determinare l'insieme dei +preprocessori attraverso i quali va passata la pagina di manuale. La +lista dei preprocessori predefiniti dipende dal sistema. +.TP +.B MANSECT +Se +.RB $ MANSECT +è impostata, il suo valore è una lista separata da `:' di sezioni ed è +usata per determinare in quali sezioni di manuale cercare e in quale +ordine. +.TP +.B PAGER +Se +.RB $ PAGER +è impostata, il suo valore è usato come il nome del programma da usare +per visualizzare la pagina di manuale. Di default, è usato +.BR %pager% . +.TP +.B MANLESS +Se +.RB $ MANLESS +è impostata, +.B %man% +non effettuerà alcuna operazione per impostare una stringa di prompt +per il pager +.BR less . +Invece, il valore di +.RB $ MANLESS +verrà passato senza modifiche +.RB $ LESS . +Ad esempio, per impostare il prompt a +\(lqla mia stringa prompt\(rq, impostare +.RB $ MANLESS +to +.RB \(oq \-Psla\ mia\ stringa\ prompt \(cq. +.TP +.B BROWSER +Se +.RB $ BROWSER +è impostata, il suo valore deve essere una lista di comandi separati +da virgole, ciascuno dei quali viene provato nell'ordine per cercare +di eseguire un browser web per +.B man +.BR \-\-html . +In ogni comando +.I %s +viene sostituito da un nome di file contiene l'output HTML di +.BR groff , +.I %% +viene sostituito da un singolo carattere di percento, e +.I %c +viene sostituito dal carattere di due punti. +.TP +.B SYSTEM +Se +.RB $ SYSTEM +è impostata, avrà lo stesso effetto dell'opzione +.B \-m stringa +dove stringa sarà preso come il contenuto di +.RB $ SYSTEM . +.TP +.B MANOPT +Se +.RB $ MANOPT +è impostata, sarà analizzata prima della riga di comando di +.B %man% +ed è supposta essere in formato simile. Poiché tutte le altre +variabili d'ambiente specifiche di +.B %man% +possono essere specificate come opzioni della riga di comando, e sono +quindi candidate per essere incluse in +.RB $ MANOPT +ci si può aspettare che diventeranno obsolete. +N.B.: Tutti gli spazi che dovrebbero essere interpretati come parte +dell'argomento di un opzione devono essere preceduti da `\\'. +.TP +.B MANWIDTH +Se +.RB $ MANWIDTH +è impostata, il suo valore sarà utilizzato come lunghezza della riga +per il quale le pagine di manuale verranno formattate. Se non viene +impostata, le pagine saranno formattate usando una lunghezza appropriata +al terminale in uso (tramite +.BR ioctl (2) +se disponibile, oppure il valore di +.RB $ COLUMNS , +o ancora usando il valore 80 se nessuno dei due metodi precedenti +funziona). +Le pagine cat verranno salvate solo le la lunghezza della linea di +terminale si trova tra 66 e 80 caratteri. +.TP +.BR LANG , " LC_MESSAGES" +A seconda del sistema e dell'implementazione, una o entrambe le variabili +.RB $ LANG +e +.RB $ LC_MESSAGES +saranno interrogate per determinare il locale corrente. +.B %man% +visualizzerà i suoi messaggi usando quel locale (se disponibile). Si veda +.BR setlocale (3) +per i dettagli. +.SH FILE +.TP +.I %manpath_config_file% +File di configurazione di man-db. +.TP +.I /usr/share/man +Una gerarchia di pagine di manuale globale. +.TP +.I /usr/share/man/index.(bt|db|dir|pag) +Una cache della base di dati globale +.I index +tradizionale. +.TP +.I /var/cache/man/index.(bt|db|dir|pag) +Una cache della base di dati globale +.I index +alternativa e conforme con FSSTND. +.SH "VEDERE ANCHE" +.BR %mandb% (8), +.BR %manpath% (1), +.BR manpath (5), +.BR %apropos% (1), +.BR %whatis% (1), +.BR %catman% (8), +.BR less (1), +.BR nroff (1), +.BR troff (1), +.BR groff (1), +.BR %zsoelim% (1), +.BR setlocale (3), +.BR man (7), +.BR ascii (7), +.BR latin1 (7), +la pagina del pacchetto man-db, +.BR FSSTND . +.SH CRONOLOGIA +1990, 1991 \- Originalmente scritta da John W. Eaton (jwe@che.utexas.edu). + +23 Dicembre 1992: Rik Faith (faith@cs.unc.edu) applica le soluzioni ai +problemi fornite da Willem Kasdorp (wkasdo@nikhefk.nikef.nl). + +30 Aprile 1994 - 23 Febbraio 2000: Wilf. +(G.Wilford@ee.surrey.ac.uk) ha iniziato lo sviluppo e il mantenimento +di questo pacchetto con l'aiuto di un po' di gente. + +30 Ottobre 1996 - 30 Marzo 2001: Fabrizio Polacco <fpolacco@debian.org> +mantiene e migliora questo pacchetto per il progetto Debian, con +l'aiuto di tutta la comunità. + +31 Marzo 2001 - presente: Colin Watson <cjwatson@debian.org> + +Traduzione di Bortolozzo Giovanni (borto@pluto.linux.it) +Aggiornamento di Giuseppe Sacco <eppesuig@debian.org> diff --git a/man/it/man1/manpath.man1 b/man/it/man1/manpath.man1 new file mode 100644 index 0000000..19fd6e2 --- /dev/null +++ b/man/it/man1/manpath.man1 @@ -0,0 +1,135 @@ +.\" Man page for manpath +.\" +.\" Copyright (C), 1995, Graeme W. Wilford. (Wilf.) +.\" +.\" Traduzione di Bortolozzo Giovanni <borto@pluto.linux.it> +.\" Febbraio 1997 +.\" 1° Revisione Marzo 1997 +.\" 2° Revisione Agosto 1999 +.\" 3^ Revisione e aggionamento Settembre 1999 +.\" +.\" You may distribute under the terms of the GNU General Public +.\" License as specified in the COPYING file that comes with the +.\" man-db distribution. +.\" +.\" Sun Jan 22 22:15:17 GMT 1995 Wilf. (G.Wilford@ee.surrey.ac.uk) +.\" +.\"" for hilit19 +.TH %thmanpath% 1 "%date%" "%version%" "Utility per le Pagine di Manuale" +.SH NOME +%manpath% \- determina il percorso di ricerca delle pagine di manuale +.SH SINTASSI +.B %manpath% +.RB [\| \-qgdc \|] +.RB [\| \-m +.IR sistema \|[\|,.\|.\|.\|]\|] +.SH DESCRIZIONE +Se +.RB $ MANPATH +è impostata, +.B %manpath% +ne mostrerà semplicemente il contenuto e genererà un avviso. +Se non lo è, +.B %manpath% +determinerà un percorso di ricerca di gerarchie di pagine di manuale +adatto e mostrerà il risultato. + +I percorsi separati da `:' sono determinati usando le informazioni +ottenute dal file di configurazione di man-db +.RI ( "%manpath_config_file%" ) +e dall'ambiente degli utenti. +.SH OPZIONI +.TP +.B \-q, \-\-quiet +Non genera nessun avviso. +.TP +.B \-d, \-\-debug +Produce informazioni utili al debug. +.TP +.B \-c, \-\-catpath +Produce un percorso cat invece di uno man. Una volta che è determinato +il percorso man, ogni elemento di percorso è convertito nel suo +percorso cat relativo. +.TP +.B \-g, \-\-global +Produce un percorso man constituito da tutti i percorsi denominati +globali all'interno del file di configurazione di man-db. +.\" +.\" Due to the rather silly limit of 6 args per request in some `native' +.\" *roff compilers, we have do the following to get the two-line +.\" hanging tag on one line. .PP to begin a new paragraph, then the +.\" tag, then .RS (start relative indent), the text, finally .RE +.\" (end relative indent). +.\"" +.PP +.B \-m +.I sistema\c +.RB \|[\|,.\|.\|.\|]\| , +.BI \-\-systems= sistema\c +\|[\|,.\|.\|.\|] +.RS +Se questo sistema ha accesso alle gerarchie di pagine di manuale di +altri sistemi operativi, questa opzione può essere usata per includerle +nell'output di +.BR %manpath% . +Per includere le gerarchie di pagine di manuale di NewOS, usare +l'opzione +.B \-m +.BR NewOS . + +Il +.I sistema +specificato può essere una combinazione qualsiasi di nomi di sistemi +operativi separati da virgole. Per includere le gerachie di pagine di +manuale del sistema operativo nativo, si deve includere il nome di +sistema +.B man +nella stringa argomento. +Usando questa opzione verrà ignorata la variabile d'ambiente +.RB $ SYSTEM . +.RE +.TP +.B \-h, \-\-help +Mostra un messaggio d'aiuto ed esce. +.TP +.B \-V, \-\-version +Mostra informazioni sulla versione e sull'autore. +.SH VARIABILI D'AMBIENTE +.TP +.B MANPATH +Se +.RB $ MANPATH +è impostata, +.B %manpath% +ne mostra il valore invece che determinarlo al momento. Se +.RB $ MANPATH +inizia con un `due punti' (`:'), allora il valore della variabile è +accodato all'elenco determinato dal contenuto dei file di +configurazione. Se i `due punti' sono alla fine del valore della +variabile, allora è l'elenco determinato dai file di configurazione ad +essere accodato al valore della variabile. Se il valore della +variabile contiene un doppio `due punti' +.RB ( :: ), +allora l'elenco determinato dai file di configurazione è inserito nel +mezzo del valore, tra i due `due punti'. +.TP +.B SYSTEM +Se +.RB $ SYSTEM +è impostata, avrà lo stesso effetto che fosse specificata come argomento +dell'opzione +.BR \-m . +.SH FILE +.TP \w'%manpath_config_file%'u+2n +.I %manpath_config_file% +File di configurazione di sistema. +.SH "VEDERE ANCHE" +.BR %apropos% (1), +.BR %whatis% (1), +.BR %man% (1). +.SH AUTORE +Wilf. (G.Wilford@ee.surrey.ac.uk) +.br +Fabrizio Polacco (fpolacco@debian.org). +.br +Traduzione di Bortolozzo Giovanni (borto@pluto.linux.it) diff --git a/man/it/man1/whatis.man1 b/man/it/man1/whatis.man1 new file mode 100644 index 0000000..230d397 --- /dev/null +++ b/man/it/man1/whatis.man1 @@ -0,0 +1,197 @@ +.\" Man page for whatis +.\" +.\" Copyright (C), 1994, 1995, Graeme W. Wilford. (Wilf.) +.\" +.\" Traduzione di Bortolozzo Giovanni <borto@pluto.linux.it> +.\" Febbraio 1997 +.\" 1° Revisione Marzo 1997 +.\" 2° Revisione Agosto 1999 +.\" 3^ Revisione e aggionamento Settembre 1999 +.\" +.\" You may distribute under the terms of the GNU General Public +.\" License as specified in the file COPYING that comes with the +.\" man-db distribution. +.\" +.\" Sat Oct 29 13:09:31 GMT 1994 Wilf. (G.Wilford@ee.surrey.ac.uk) +.\" +.\"" for hilit19 +.TH %thwhatis% 1 "%date%" "%version%" "Utility per le Pagine di Manuale" +.SH NOME +%whatis% \- mostra le descrizioni delle pagine di manuale +.SH SINTASSI +.B %whatis% +.RB [\| \-dhV \|] +.RB [\| \-r \||\| \-w\c +\|] +.RB [\| \-m +.IR sistema \|[\|,.\|.\|.\|]\|] +.RB [\| \-M +.IR percorso \|] +.I nome +\&.\|.\|. +.SH DESCRIZIONE +Ogni pagina di manuale ha disponibile al suo interno una breve +descrizione. +.B %whatis% +ricerca i nomi e le descrizioni delle pagine di manuale che +corrispondono a +.IR nome . + +.I nome +può contenere wildcard (caratteri jolly) +.RB ( \-w ) +o essere un'espressione regolare +.RB ( \-r ). +Usando queste opzioni, potrebbe essere necessario racchiudere tra +virgolette (') la +.I parola_chiave +o far precedere da backslash (\\) i caratteri speciali per evitare che +la shell provi a interpretarla(i). + +Durante la ricerca sono usate le basi di dati +.BR index . +Per generare dalla base di dati +.B index +la corrispondente base di dati vecchio stile +.B %whatis% +in formato testo, si può usare il comando: + +.B %whatis% \-M +.I percorso_man +.B \-w '*' | sort > +.I percorso_man/%whatis% + +dove +.I percorso_man +è una gerarchia di pagine di manuale come ad esempio +.IR /usr/man . +.SH OPZIONI +.TP +.B \-d, \-\-debug +Mostra informazioni utili al debug. +.TP +.B \-r, \-\-regex +Interpreta ogni +.I nome +come un'espressione regolare. +Verrà trovata una corrispondenza se +.I nome +corrisponde ad una parte qualsiasi del nome della pagina. +Questa opzione fa sì che +.B %whatis% +sia un po' più lento a causa della natura della ricerca nella base di dati. +.TP +.B \-w, \-\-wildcard +Interpreta ogni +.I nome +come un modello contenente wildcard nello stile della shell. +Affinché ci sia una corrispondenza, un +.I nome +espanso deve corrispondere al nome completo di una pagina di manuale. +Questa opzione fa sì che +.B %whatis% +sia un po' più lento a causa della natura della ricerca nella base di dati. +.\" +.\" Due to the rather silly limit of 6 args per request in some `native' +.\" *roff compilers, we have do the following to get the two-line +.\" hanging tag on one line. .PP to begin a new paragraph, then the +.\" tag, then .RS (start relative indent), the text, finally .RE +.\" (end relative indent). +.\"" +.PP +.B \-m +.I sistema\c +.RB \|[\|,.\|.\|.\|]\| , +.BI \-\-systems= sistema\c +\|[\|,.\|.\|.\|] +.RS +Se questo sistema ha accesso ai nomi delle pagine di manuale di altri +sistemi operativi, può essere fatto un accesso a quest'ultimi usando +questa opzione. Per effettuare una ricerca nei nomi delle pagine di +manuale di NewOS, usare l'opzione +.B \-m +.BR NewOS . + +Il +.I sistema +può essere una combinazione qualsiasi di nomi di sistemi +operativi separati da virgole. Per includere la ricerca nei nomi delle +pagine di manuale del sistema operativo nativo, si includa il nome di +sistema +.B man +nella stringa argomento. +Usando questa opzione verrà ignorata la variabile d'ambiente +.RB $ SYSTEM . +.RE +.TP +.BI \-M\ percorso ,\ \-\-manpath= percorso +Specifica un insieme alternativo di gerarchie di pagine di manuale, +separate da `:', nelle quali fare la ricerca. +Di default, +.B %whatis% +usa la variabile d'ambiente +.RB $ MANPATH +finché questa non è vuota o non impostata, nel qual caso determinerà un +percorso man appropriato basandosi sulla variabile d'ambiente +.RB $ PATH +dell'utente. Usando questa opzione verrà ignorato il contenuto della +variabile d'ambiente +.RB $ MANPATH . +.TP +.B \-h, \-\-help +Mostra un messaggio d'aiuto ed esce. +.TP +.B \-V, \-\-version +Mostra informazioni sulla versione e sull'autore. +.SH "STATI D'USCITA" +.TP +.B 0 +L'esecuzione del programma ha avuto successo. +.TP +.B 1 +Errore d'uso, di sintassi o nel file di configurazione. +.TP +.B 2 +Errore operativo. +.TP +.B 16 +Non è stata trovata alcuna pagina di manuale che corrisponde al +criterio specificato. +.SH VARIABILI D'AMBIENTE +.TP +.B SYSTEM +Se +.RB $ SYSTEM +è impostata, avrà lo stesso effetto che fosse specificata come argomento +dell'opzione +.BR \-m . +.TP +.B MANPATH +Se +.RB $ MANPATH +è impostata, il suo valore è interpretato come una lista di percorsi, +separati da `:', di gerarchie di pagine di manuale da usare nella ricerca. +.SH FILE +.TP +.I /usr/share/man/index.(bt|db|dir|pag) +Una cache della base di dati globale +.I index +tradizionale. +.TP +.I /var/cache/man/index.(bt|db|dir|pag) +Una cache della base di dati globale +.I index +alternativa e conforme con FHS. +.TP +.I /usr/share/man/\|.\|.\|.\|/whatis +Una tradizionale base di dati +.BR whatis . +.SH "VEDERE ANCHE" +.BR %apropos% (1), +.BR %man% (1). +.SH AUTORE +Wilf. (G.Wilford@ee.surrey.ac.uk). +.br +Fabrizio Polacco (fpolacco@debian.org). +.br +Traduzione di Giovanni Bortolozzo (borto@pluto.linux.it) diff --git a/man/it/man1/zsoelim.man1 b/man/it/man1/zsoelim.man1 new file mode 100644 index 0000000..8fa81d7 --- /dev/null +++ b/man/it/man1/zsoelim.man1 @@ -0,0 +1,86 @@ +.\" Man page for zsoelim +.\" +.\" Copyright (C), 1994, 1995, Graeme W. Wilford. (Wilf.) +.\" +.\" Traduzione di Bortolozzo Giovanni <borto@pluto.linux.it> +.\" Febbraio 1997 +.\" 1° Revisione Marzo 1997 +.\" 2° Revisione Agosto 1999 +.\" 3^ Revisione e aggionamento Settembre 1999 +.\" +.\" You may distribute under the terms of the GNU General Public +.\" License as specified in the file COPYING that comes with the +.\" man-db distribution. +.\" +.\" Sat Dec 10 19:33:32 GMT 1994 Wilf. (G.Wilford@ee.surrey.ac.uk) +.\" +.\"" for hilit19 +.TH %thzsoelim% 1 "%date%" "%version%" "Utility per le Pagine di Manuale" +.SH NOME +%zsoelim% \- soddisfa le richieste .so nell'input roff +.SH SINTASSI +.B %zsoelim% +.RB [\| \-CVh \|] +.RI [\| file +\&.\|.\|.\|] +.SH DESCRIZIONE +.B %zsoelim% +analizza il +.I file +argomento, o, se non ne è specificato nessuno, il suo standard input +cercando righe del tipo: + +.B .so +.RI <\| nomefile \|> + +Queste richieste sono rimpiazzate dal contenuto del file +.I nomefile +specificato. Se la richiesta non può essere soddisfatta, +.B %zsoelim% +cerca il file +.I nomefile.ext +dove +.I .ext +può essere una tra +.BR .gz , +.BR .Z +o +.BR .z . +Altri tipi di estensioni possono essere supportate a seconda delle +opzioni in fase di compilazione. Se la richiesta può essere accolta +con un file compresso, questo file è decompresso usando un +decompressore appropriato e il suo output è usato per soddisfare la +richiesta. + +Tradizionalmente, i programmi +.B soelim +erano usati per permettere al preprocessore roff di essere in grado di +preprocessare file riferiti tramite le richieste. Questa particolare +versione è stata scritta per risolvere i problemi creati dal supporto +per le pagine di manuale compresse. +.SH OPZIONI +.TP +.B \-C +Questo flag è disponibile per compatibilità con gli altri programmi +.BR soelim . +È usato per abilitare richieste .so seguite da qualcos'altro +oltre uno spazio bianco. Poiché questo è già il comportamento +standard, è ignorato. +.TP +.B \-h +Mostra un messaggio d'aiuto ed esce. +.TP +.B \-V +Mostra informazioni sulla versione e l'autore. +.SH "VEDERE ANCHE" +.BR nroff (1), +.BR troff (1), +.BR groff (1), +.BR %man% (1). +.SH AUTORE +Wilf. (G.Wilford@ee.surrey.ac.uk). +.br +Fabrizio Polacco (fpolacco@debian.org). +.br +Traduzione di Bortolozzo Giovanni (borto@pluto.linux.it). + diff --git a/man/it/man5/manpath.man5 b/man/it/man5/manpath.man5 new file mode 100644 index 0000000..5697c09 --- /dev/null +++ b/man/it/man5/manpath.man5 @@ -0,0 +1,110 @@ +.\" Man page for format of the manpath.config data file +.\" +.\" Copyright (C), 1994, 1995, Graeme W. Wilford. (Wilf.) +.\" +.\" Traduzione di Bortolozzo Giovanni <borto@pluto.linux.it> +.\" Febbraio 1997 +.\" 1° Revisione Marzo 1997 +.\" 2° Revisione Agosto 1999 +.\" +.\" You may distribute under the terms of the GNU General Public +.\" License as specified in the file COPYING that comes with the +.\" man-db distribution. +.\" +.\" Sat Oct 29 13:09:31 GMT 1994 Wilf. (G.Wilford@ee.surrey.ac.uk) +.\" +.\"" for hilit19 +.TH MANPATH 5 "%date%" "%version%" "%manpath_config_file%" +.SH NOME +manpath \- formato del file %manpath_config_file% +.SH DESCRIZIONE +Il file di configurazione dei percorsi man è usato dalle utility per +le pagine di manuale per stabilire in esecuzione i percorsi man +dell'utente, per indicare quali gerarchie di pagine di manuale +(percorsi man) devono essere trattati come globali e per assegnare a +quest'ultimi delle directory da usare per salvare i cat file. + +Se la variabile d'ambiente +.RB $ MANPATH +è già settata, le informazioni contenute all'interno di +%manpath_config_file% non la ridefiniranno. +.SH FORMATO +Attualmente sono riconosciuti i seguenti tipi di campi: +.TP +.BI # \ commento +Righe vuote o che iniziano con un +.B # +saranno trattate come commenti ed ignorate. +.TP +.BI MANDATORY_MANPATH \ elemento_percorso_man +Righe di questo tipo indicano percorsi man che ogni +.RB $ MANPATH +generato automaticamente dovrebbe contenere. Tipicamente include +.IR /usr/man . +.TP +.BI MANPATH_MAP \ elemento_percorso\ elemento_percorso_man +Righe di questo tipo definiscono la mappatura da +.RB $ PATH +a +.RB $ MANPATH . +Per ognuno degli +.I elemento_percorso +trovati nella variabile +.RB $ PATH +dell'utente, +.I elemento_percorso_man +sarà aggiunto a +.RB $ MANPATH . +.TP +\fBMANDB_MAP \fIelemento_percorso_man \fR\|[\|\fIelemento_percorso_cat\fR \|] +Righe di questo tipo indicano quali percorsi man devono essere +trattati come globali e opzionalmente, dove dovrebbero essere salvati +i loro file cat. Questo campo è particolarmente importante se +.B man +è un programma setuid, in quanto indica a quali gerarchie di pagine di +manuale accedere come utente setuid e a quali come l'utente invocante. + +Le gerarchie di pagine di manuale sono solitamente quelle +immagazzinate sotto a +.I /usr +come, ad esempio, +.IR /usr/man , +.I /usr/local/man +e +.IR /usr/X11R6/man . + +Se le pagine cat di un particolare +.I elemento_percorso_man +non devono essere salvate o sono salvate nelle posizione tradizionale, +.I elemento_percorso_cat +può essere omesso. + +Posizioni cat tradizionali potrebbero essere impossibili per gerarchie +di pagine di manuale montate in sola lettura e a causa di ciò è +impossibile specificare una valida gerarchia di directory per il loro +salvataggio. Per osservare il +.B Linux FSSTND +la parola chiave +.RB ` FSSTND ' +può essere usata al posto di una reale directory. + +Sfortunatamente, è necessario specificare +.B tutti +i percorsi man globali, inclusi i percorsi di sistema alternativi come +.I /usr/man/sun +o qualsiasi percorso +.B NLS locale +come +.IR /usr/man/it_IT . + +Poiché le informazioni sono analizzate riga per riga nell'ordine in cui +sono scritte, è necessario che ognuno dei percorsi man che sia una +sotto gerarchia di un'altra gerarchia sia elencato prima, altrimenti +sarà fatta una corrispondenza non corretta. Ad esempio +.I /usr/man/it_IT +deve venire prima di +.IR /usr/man . +.SH PROBLEMI +Finché le suddette regole non sono seguite e osservate precisamente, +le utility per le pagine di manuale non funzioneranno correttamente. Le +regole sono eccessivamente complicate. diff --git a/man/it/man8/accessdb.man8 b/man/it/man8/accessdb.man8 new file mode 100644 index 0000000..e6d6806 --- /dev/null +++ b/man/it/man8/accessdb.man8 @@ -0,0 +1,34 @@ +.\" Man page for accessdb +.\" +.\" Copyright (c) 1998 Fabrizio Polacco <fpolacco@debian.org +.\" +.\" Traduzione di Bortolozzo Giovanni <borto@pluto.linux.it> +.\" Agosto 1999 +.\" +.\" You may distribute under the terms of the GNU General Public +.\" License as specified in the file COPYING that comes with the +.\" man-db distribution. +.\" +.\" Tue, 24 Feb 1998 18:18:36 +0200 +.\" +.TH ACCESSDB 8 "%date%" "%version%" "Utility per le Pagine di Manuale" +.SH NAME +accessdb \- mostra il contenuto di una base di dati man-db in un +formato comprensibile. +.SH SINTASSI +.B /usr/sbin/accessdb +.RI [ <file-index> ] +.SH DESCRIZIONE +.B accessdb +mostretà i dati contenuti all'interno di una base di dati di man-db in +un formato comprensibile (all'uomo :). Di default, mosterà i dati di +.B /var/cache/man/index.<tipo-db>, +dove <tipo-db> dipende dalla libreria di basi di dati in uso. + +Fornendo un argomento ad accessdb di modificherà questo comportamento predefinito. +.SH AUTORE +Wilf. (G.Wilford@ee.surrey.ac.uk) +.br +Fabrizio Polacco (fpolacco@debian.org). +.br +Traduzione di Giovanni Bortolozzo (borto@pluto.linux.it) diff --git a/man/it/man8/catman.man8 b/man/it/man8/catman.man8 new file mode 100644 index 0000000..f9aa59a --- /dev/null +++ b/man/it/man8/catman.man8 @@ -0,0 +1,112 @@ +.\" Man page for catman +.\" +.\" Copyright (C), 1994, 1995, Graeme W. Wilford. (Wilf.) +.\" +.\" Traduzione in Italiano di Bortolozzo Giovanni <borto@pluto.linux.it> +.\" Febbraio 1997 +.\" 1° Revisione Marzo 1997 +.\" 2° Revisione Agosto 1999 +.\" 3^ Revisione e aggionamento Settembre 1999 +.\" +.\" You may distribute under the terms of the GNU General Public +.\" License as specified in the file COPYING that comes with the +.\" man-db distribution. +.\" +.\" Sat Dec 10 14:17:29 GMT 1994 Wilf. (G.Wilford@ee.surrey.ac.uk) +.\" +.\"" for hilit19 +.TH %thcatman% 8 "%date%" "%version%" "Utility per le Pagine di Manuale" +.SH NOME +%catman% \- crea o aggiorna le pagine di manuale preformattate +.SH SINTASSI +.B %catman% +.RB [\| \-dhV \|] +.RB [\| \-M +.IR percorso \|] +.RI [\| sezione \|] +\&.\|.\|. +.SH DESCRIZIONE +.B %catman% +è usato per creare un insieme aggiornato di pagine di manuale +preformattate dette anche +.BR "cat page" . +Le cat page sono generalmente più veloci da visualizzare rispetto alle +pagine di manuale originali, ma richiedono ulteriore spazio per essere +memorizzate. La decisione di supportare le cat page è +dell'amministratore locale, il quale deve fornire anche le directory +adatte per contenerle. + +Le opzioni disponibili a +.B %catman% +sono le gerarchie delle pagine di manuale e le sezioni da +preformattare. Le gerarchie predefinite sono quelle specificate come +globali nel file di configurazione di man-db e le sezioni predefinite +sono gli elementi separati da `:' nella variabile d'ambiente +.RB $ MANSECT +oppure, se +.RB $ MANSECT +non è definita, un insieme predefinito in fase di compilazione all'interno di +.BR %man% . +Fornendo a +.B %catman% +un insieme di nomi di sezioni separati da spazi bianchi le due +precedenti liste di sezioni verranno ignorate. + +.B %catman% +fa uso della cache della base di dati +.B index +associata con ognuna delle gerarchie per determinare quali file hanno +bisogno della formattazione. +.SH OPZIONI +.TP +.B \-d, \-\-debug +Mostra informazioni utili al debug. +.TP +.BI \-M\ percorso ,\ \-\-manpath= percorso +Specifica una lista alternativa di percorsi di ricerca separati da +`:'. Di default, questi sono tutti i percorsi indicati come globali +nel file di configurazione di man-db. +.TP +.B \-h, \-\-help +Mostra un messaggio d'aiuto ed esce. +.TP +.B \-V, \-\-version +Mostra informazioni sulla versione e sull'autore. +.SH VARIABILI D'AMBIENTE +.TP +.B MANSECT +Se +.RB $ MANSECT +è definita, il suo valore è una lista separata da `:' di sezioni ed è +usato per determinare in quali sezioni di manuali fare la ricerca e in +che ordine. +.TP +.B MANPATH +Se +.RB $ MANPATH +è definita, il suo valore è interpretato come una lista di percorsi di +ricerca separati da `:' di gerarchie di pagine di manuale. +.SH FILE +.TP +.I %manpath_config_file% +File di configurazione di man-db. +.TP +.I /usr/man/index.(bt|db|dir|pag) +Una cache della base di dati globale +.I index +tradizionale. +.TP +.I /var/catman/index.(bt|db|dir|pag) +Una cache della base di dati globale +.I index +alternativa e conforme con FSSTND. +.SH "VEDERE ANCHE" +.BR %man% (1), +.BR manpath (5), +.BR %mandb% (8). +.SH AUTORE +Wilf. (G.Wilford@ee.surrey.ac.uk). +.br +Fabrizio Polacco (fpolacco@debian.org). +.br +Traduzione di Bortolozzo Giovanni (borto@pluto.linux.it) diff --git a/man/it/man8/mandb.man8 b/man/it/man8/mandb.man8 new file mode 100644 index 0000000..0043ec1 --- /dev/null +++ b/man/it/man8/mandb.man8 @@ -0,0 +1,162 @@ +'\" t +.\" Man page for mandb +.\" +.\" Copyright (C), 1994, 1995, Graeme W. Wilford. (Wilf.) +.\" +.\" Traduzione in Italiano di Bortolozzo Giovanni <borto@pluto.linux.it> +.\" Febbraio 1997 +.\" 1° Revisione Marzo 1997 +.\" 2° Revisione Agosto 1999 +.\" 3^ Revisione e aggionamento Settembre 1999 +.\" +.\" You may distribute under the terms of the GNU General Public +.\" License as specified in the file COPYING that comes with the +.\" man-db distribution. +.\" +.\" Tue Apr 26 12:56:44 BST 1994 Wilf. (G.Wilford@ee.surrey.ac.uk) +.\" +.\"" for hilit19 +.TH %thmandb% 8 "%date%" "%version%" "Utility per le Pagine di Manuale" +.SH NOME +%mandb% \- crea o aggiorna le cache index delle pagine di manuale +.SH SINTASSI +.B %mandb% +.RB [\| \-dqsuc \||\| \-h \||\| \-V\c +.RI "\|] [\|" percorso \|] +.SH DESCRIZIONE +.B %mandb% +è usato per inizializzare o aggiornare manualmente le cache delle basi +di dati +.B index +solitamente mantenute da +.BR %man% . +Le cache contengono importanti informazioni sullo stato corrente del +sistema di pagine di manuale e le informazioni immagazzinate al loro +interno sono usate dalle utility man-db per aumentare la loro velocità +e funzionalità. + +Quando crea o aggiorna un +.BR index , +.B %mandb% +genererà un avviso nel caso di richieste ROFF .so errate, di nomi di +pagine di manuale fasulli e di pagine di manuale dalle quali non può +essere estratto il +.BR whatis . + +Fornendo a +.B %mandb% +una lista opzionale di percorsi separati da `:' verrà ignorata la +gerarchia globale interna dei percorsi di ricerca, determinata dalle +informazioni contenute nel file di configurazione di man-db. +.SH "CACHE DELLE BASI DI DATI" +.B %mandb% +può essere compilato con il supporto per qualsiasi fra seguenti tipi +di basi di dati. + +.TS +tab (@); +l l l l. +Nome@Tipo@Asinc@NomeFile +_ +Berkeley db@Binary tree@Sì@\fIindex.bt\fR +GNU gdbm@Hashed@Sì@\fIindex.db\fR +UNIX ndbm@Hashed@No@\fIindex.(dir|pag)\fR +.TE + +Questi tipi di basi di dati supportano aggiornamenti asincroni +privilegiando la velocità a spese di eventuali corruzioni nel caso di +terminazioni inusuali. +Nel caso che ciò succeda, potrebbe essere necessario rilanciare +.B %mandb% +con l'opzione +.B \-c +per ricreare le nuove basi di dati. +.SH OPZIONI +.TP +.B \-d, \-\-debug +Produce informazioni utili al debug. +.TP +.B \-q, \-\-quiet +Non produce nessun avviso. +.TP +.B \-s, \-\-no-straycats +Non perde tempo a cercare o ad aggiungere informazioni ai database +riguardanti le pagine di manuale delle quali non esiste il file +sorgente. (N.d.T.: tali pagine di manuale sono dette in gergo +.I "stray cat" +page.) +.TP +.B \-c, \-\-create +Di default, +.B %mandb% +proverà ad aggiornare le basi di dati precedentemente create. Se una +base di dati non esiste, la creerà. Questa opzione forza +.B %mandb% +a cancellare le basi di dati precedenti e ricrearle. Ciò +potrebbe essere necessario se una base di dati è rovinata o se un +nuovo schema di immagazzinamento di dati verrà introdotto in futuro. +.TP +.B \-u, \-\-user-db +Crea solo le basi di dati dell'utente, anche se ha i permessi per +creare le basi di dati globali. +.TP +.B \-h, \-\-help +Mostra un messaggio d'aiuto, poi esce. +.TP +.B \-V, \-\-version +Mostra la versione, poi esce. +.SH DIAGNOSTICI +Durante la costruzione delle basi di dati possono essere emessi i +seguenti messaggi di avviso: +.TP +.B <nomefile>: analisi whatis per pagina(sez) fallita +Un tentativo di estrarre la riga o le righe whatis per il dato +<nomefile> è fallita. Ciò solitamente è dovuto a una pagina di manuale +scritta in modo scadente, ma se sono emessi molti di questi messaggi +allora probabilmente il sistema contiene delle pagine di manuale non +standard che sono incompatibili con l'analizzatore whatis di man-db. +.TP +.B <nomefile>: è un link simbolico penzolante +<nomefile> non esiste ma è riferito con un link simbolico. Ulteriori +messaggi diagnotici sono solitamente prodotti per identificare il +<nomefile> del link violante. +.TP +.B <nomefile>: link simbolico o richiesta ROFF `.so' errata +<nomefile> è o un link simbolico a, oppure contiene una richiesta di +inclusione ROFF di un file non esistente. +.TP +.B <nomefile>: nomefile fasullo ignorato +Il <nomefile> potrebbe o meno essere un valido nome di pagina di +manuale ma il suo nome non è valido. Ciò solitamente è dovuto a una +pagina di manuale con estensione di sezione <x> che è stata messa +nella sezione <y> delle pagine di manuale. +.TP +.B <nomefile_mask>: estensioni in conflitto +La wildcard <nomefile_mask> non è unica. Ciò è causato solitamente +dall'esistenza della versione compressa e non compressa della stessa +pagina di manuale. Sono ignorate tutte quante tranne la più recente. +.SH FILE +.TP +.I %manpath_config_file% +File di configurazione di man-db. +.TP +.I /usr/man/index.(bt|db|dir|pag) +Una cache della base di dati globale +.I index +tradizionale. +.TP +.I /var/catman/index.(bt|db|dir|pag) +Una cache della base di dati globale +.I index +alternativa e conforme con FSSTND. +.SH "VEDERE ANCHE" +.BR %man% (1), +.BR manpath (5), +.BR %catman% (8). +.SH AUTORE +Wilf. (G.Wilford@ee.surrey.ac.uk). +.br +Fabrizio Polacco (fpolacco@debian.org). +.br +Traduzione di Bortolozzo Giovanni (borto@pluto.linux.it) + |