man-2.7.6-150100.8.5.1<>,\eikp9|2VWTn W &lQjӒyĤ2倛$pnkJWa :oHmKv`gto\r}g䡤tv1V?5Y|8m';Gȼё*IK4?$d   <,0@D]~ {D "  $  '  +  U  W \4 a ff kxkl@n(nN8nX9n:o=>"?*@2F:GT H IT XY\ ] ^Ibcdeflu0 vw x` yezt„¹ Cman2.7.6150100.8.5.1A Program for Displaying man PagesA program for displaying man pages on the screen or sending them to a printer (using groff). Authors: -------- G. Wilford Fabrizio Polacco Colin Watson eikibs-power9-13& SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Basehttps://savannah.nongnu.org/projects/man-dblinuxppc64letest -d var/catman/ && rm -rf var/catman/ || true if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in man-db-create.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in mandb.service mandb.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/man-db.conf || : PNAME=cron SUBPNAME=-man SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi /sbin/ldconfig if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in man-db-create.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in mandb.service mandb.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable man-db-create.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop man-db-create.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable mandb.service mandb.timer || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop mandb.service mandb.timer ) || : fi/sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in man-db-create.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart man-db-create.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in mandb.service mandb.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart mandb.service mandb.timer ) || : fi fi/  Xh  0h x  b!h h F[ *IQPPLQ!!TFZPxfPI: Q6, h   H 9-? P x  DYy ? 5R X  N A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤AA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAei9ei1ei:ei:ei:ei:ei:ei:ei9ei9ei:ei:ei:ei:ei9ei9ei9ei0ei:ei0ei:ei0ei:eiiTxXMz;ei8ei8ei9ei9ei9ei9ei/ei8ei/ei9ei/ei9ei/ei9ei9ei/ei9ei/ei9ei0ei9ei0ei9ei0ei9ei0ei9ei0ei9ei:ei6ei6ei6ei6ei6ei6ei6ei:ei6ei:ei:ei7ei7ei7ei:ei7ei7ei7ei7ei7ei7ei7ei:ei7ei:ei:ei7ei7ei7ei;ei6ei6ei6ei6ei6ei;ei6ei;ei;ei6ei6ei;ei7ei7ei7ei7ei7ei7ei7ei;ei7ei;ei;ei7ei7ei7ei7ei;ei7ei7ei7ei7ei7ei7ei7ei;ei7ei;ei;ei7ei7ei7ei;ei6ei6ei6ei6ei6ei;ei6ei;ei;ei6ei6ei6ei8ei8ei8ei8ei8ei8ei8ei8ei:ei8ei8ei8ei;ei8ei8ei8ei8ei8ei8ei8ei;ei8ei;ei;ei8ei8ei8ei;ei8ei8ei8ei8ei8ei8ei8ei;ei8ei;ei.
form on its command line, so for example 'man chmod.2' is now the same as 'man 2 chmod' (Contributed by Mihail Konev) * Document that 'man -K' searches page source, not rendered text - Rename patch man-db-2.7.1.dif which becomes man-db-2.7.6.dif - Port the patches man-MAN_POSIXLY_CORRECT-man1.dif man-db-2.6.3-chinese.dif man-db-2.6.3-listall.dif man-db-2.6.3-section.dif man-db-2.7.1-firefox.dif man-db-2.7.1-security4.dif man-db-2.7.1-zio.dif - Add an rpmlintrc file man-rpmlintrc as we apply a patch on generated manual pages - Do not wrap man anymore (boo#986211)- Give man(1) command a home that is let pager less(1) handle its history (boo#986211)- Add reproducible.patch to fix build-compare (bnc#971922)- Allow root to use man command within its home- Own /usr/lib/tmpfiles.d if not owned by package filesystem- Update to version 2.7.1 For the first time since version 2.4.0, the database format has changed slightly, so you will need to run 'mandb --create' after installing the new version to rebuild your databases from scratch. - Fixes * Various portability fixes for Solaris, contributed by Peter Bray. * man now runs correctly when its current working directory has been deleted. (As a result of this fix, man-db now requires libpipeline >= 1.4.0.) * 'man -a' sends its prompts to /dev/tty rather than to stderr, and likewise reads replies from /dev/tty rather than from stdin. * Be more careful to avoid using or double-closing closed database handles. Fixes test suite failures on some systems. * Patch the fdutimens function imported from Gnulib to work around a libc bug in GNU/Hurd. * Fix test suite in the case where the system supports high-precision timestamps but the file system containing the build directory does not. * lexgrog now filters terminal escape sequences out of cat pages before trying to parse them. * Tools that consider the terminal line length now prioritise the COLUMNS environment variable above the TIOCGWINSZ ioctl. * Manpath elements are no longer canonicalised before being inserted into the search path; this caused the use of incorrect catpaths in some cases. This was broken by the LANGUAGE-handling fixes in 2.5.4. * Remove test suite dependency on realpath(1). * Fix a test failure when configured with --enable-undoc. * Run the pager in man's original working directory rather than in the manual hierarchy. (As a result of this fix, man-db now requires libpipeline >= 1.3.0.) * mandb only creates a cache directory tag if the catpath is different from the manpath, since it should only be created in directories that consist entirely of cached information. - Improvements * Ship a systemd tmpfiles snippet to clean up old cat files after a week. * The modification time of manual databases is now simply stored in the mtime of the database files themselves, rather than using a special row. This makes databases reproducible between otherwise-identical installations, as long as the underlying database has predictable behaviour. As a bonus, man-db now uses high-precision timestamps to determine whether it needs to update databases. * Timestamps of manual pages are also now stored in the database with high precision and compared accordingly. * Files are now ordered by first physical extent before reading them, for substantial performance improvements in operations such as mandb and 'man -K'. * 'man -H' shows a better error message if no browser is configured. * zsoelim is now installed in $pkglibexecdir, to avoid clashes with other packages. - Rename patches man-db-2.6.5-firefox.dif becomes man-db-2.7.1-firefox.dif man-db-2.6.5-security4.dif becomes man-db-2.7.1-security4.dif man-db-2.6.5-zio.dif becomes man-db-2.7.1-zio.dif man-db-2.6.5.dif becomes man-db-2.7.1.dif/bin/sh/bin/sh/bin/sh/bin/shibs-power9-13 1701433963  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      dadadedeesesfrfridititjajanlnlplplrurusvsvzhzhdadadadadadadadadadadadadadadadededededededededededededededeesesesesesesesesesesesesfrfrfrfrfrfrfrfrfrfrfrfrfrfrfridididididididididididididididitititititititititititititnlnlnlnlnlnlnlnlnlnlnlnlnlnlnlplplplplplplplplplplplplplplplrururururururururururururururuzhzhzhzhzhzhzhzhzhzhzhzhzhzhzh2.7.6-150100.8.5.12.7.6-150100.8.5.12.7.6-150100.8.5.1  !"""""!##!$$%&&&&&&&%''%((()*+++++++*,,*---./////.00.1112222222334445666666657758889:::::::9;;9<<<=>>>>>>>=??=@@@ABBBBBBBACCADDDEFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGGGGGGGGGFFFHHHHHHHHHHHHHHHHHHHHHHHHFFFFFFFmanpath.configaproposcatmanlexgrogmanmandbmanpathwhatisman-dbdo_mandbglobbingmanconvmandbzsoelimman-db-create.servicemandb.servicemandb.timerman-db.conflibman-2.7.6.solibman.solibmandb-2.7.6.solibmandb.soaccessdbmanCOPYINGChangeLogman-db-manual.psman-db-manual.txtsysconfig.cron-mansite-tmactmac.andbtmac.andocdbman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzman.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8catman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzidman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzman.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzapropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzmanpath.5.gzmanpath.config.5.gzaccessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzmancacsdadeenesetfifrgahuisitjakolocalcacsdadeenesetfifrgahuisitjakonlnoplptrusksrsvuknlnooptcacsdadeenesetfifrgahuisitjakonlnoplptrusksrsvukplptrusksrsvuk/etc//usr/bin//usr/lib//usr/lib/man-db//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/man//usr/share/fillup-templates//usr/share/groff//usr/share/groff/site-tmac//usr/share/locale/da/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/id/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/nl/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/man/da//usr/share/man/da/man1//usr/share/man/da/man5//usr/share/man/da/man8//usr/share/man/de//usr/share/man/de/man1//usr/share/man/de/man5//usr/share/man/de/man8//usr/share/man/es//usr/share/man/es/man1//usr/share/man/es/man5//usr/share/man/es/man8//usr/share/man/fr//usr/share/man/fr/man1//usr/share/man/fr/man5//usr/share/man/fr/man8//usr/share/man//usr/share/man/id//usr/share/man/id/man1//usr/share/man/id/man5//usr/share/man/id/man8//usr/share/man/it//usr/share/man/it/man1//usr/share/man/it/man5//usr/share/man/it/man8//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/man/nl//usr/share/man/nl/man1//usr/share/man/nl/man5//usr/share/man/nl/man8//usr/share/man/pl//usr/share/man/pl/man1//usr/share/man/pl/man5//usr/share/man/pl/man8//usr/share/man/ru//usr/share/man/ru/man1//usr/share/man/ru/man5//usr/share/man/ru/man8//usr/share/man/zh_CN//usr/share/man/zh_CN/man1//usr/share/man/zh_CN/man5//usr/share/man/zh_CN/man8//var/cache//var/cache/man//var/cache/man/local//var/cache/man/opt/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -funroll-loops -pipe -Wallobs://build.suse.de/SUSE:Maintenance:31685/SUSE_SLE-15-SP1_Update/d4f9af8c6f86ca9544710a5345c92fb8-man.SUSE_SLE-15-SP1_Updatedrpmxz5ppc64le-suse-linux ASCII text, with very long linesELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=0134ef475bc2c20376ac558cd1c4dbd71c40ba56, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=e2f5e6c2a3bddded77e0b6a4212eaa2e8c9933c5, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=233edfd413c0459943dd936828529dfd248c83c3, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4991e4dfda0dff21820ca9fd0ef55a7aa6aeeaff, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=ccfae1effada7932a55da2e65c3288d03a1baeb6, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=f228fce75d9903e867c8828752e76f02794c7d48, for GNU/Linux 3.10.0, strippeddirectoryPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6f724e71936f7c79289f9466457b3fc25a82672f, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=543dd61739bd73c2a09ba14c9d28f9aae44e93cd, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=c82eb0aa96e30bd7c4f552e0503fb49019435555, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=de409a17260a5ce16bcb80f0ef6daf70a26c2f57, for GNU/Linux 3.10.0, strippedASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=a64116d9227e7be0848893e181677729f0685bf1, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c93c1fe1704f151de62c1294eb856085f1c1f609, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=1657c9137ef0f9baf6176df42d6ef0289216efea, for GNU/Linux 3.10.0, strippedUTF-8 Unicode textPostScript document text conforming DSC level 3.0ASCII text, with escape sequences, with overstrikingtroff or preprocessor input, ASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix) %/07?IQW\     RRRRRRRR RRRRRRRR RRRRRRRRRR RRRRRRRRR RRRRRRRRRR RRRRRRRR RRRRRRRR RRRRRRRRRR RRRRRRRR RRPRRRRRPRRRRRRRRRRR RRXqՆ?VE Mg$ktest -d /var/cache/man && mandb --quiet --create ||:/bin/shgroff-fullutf-8fd990b0b39e7c459aa6d573123c3adca4da94b95793678e93cdd4eb71139f8a3?P7zXZ !t/b+]"k%f2m<\mkQk{EX.-Q=4^cdM@DW ʁh-7c&) *s8r6FgN[ke"a)*é`^[)wGvNTuKFTd_&eCKȸ=?e7Q-R}\۪oVga bl~!&vaaڕ2Bӧx,e A_4OBÌ­B۱BIO9Se+QA&,],߰ݐa_徾qة`iDuٞCSPL [˄:%Nl]2yHk9MJd> RRLq|W0$ F<һc{ r}$E +Y\ε4z(=a#g9;FePӃ! }S ;gkj].t!Jg;.cXvP~'J' %5.r;+m9E?3$g' FUdmt+~mT#ϴd-:7bY# (A+o{X8z ;!3Ԑv=9IɊGp y1kL@SFcdg Ov=> WU &4\bT~ -$ SIdQ9OwڼAWZXFžÔ^?_aJb 3Kg.`Eھ n FhpQ0˒!+y"ԅRNHN9+]x9;CnnYEqjT]? MlY#Tт* 4i4!\W/> &1fP'zfgMX!xֶAXD].j*I>2)d&wy`O3לU1ǒ9煒0Y[Sz3=!C#G;T1~R _d[a1HAڸ̧_ꞌldiœy :81D.5>?BX`jݏҎg^{S0os, Z}vlk!Q*RƁB?;q s]n.x3y6X 4X̧~ g#)YШOxXH_¿69옦uhߍ pTH/@tCe69_ 擔h5 ˬ mo5½T'!ak_jTZsEv$ Sb],0E-^~ PL2yV2u1K6#3;[?#Zߖ:ti|g1ծk:Xz0ߠ7",Tۘ9auaY]xLN.+`B_ m-&Vݑr%Ϗ_!"T%W讃OWncweʎ\PUi[㝿Ɏ|'ԇ'u@!+Y7)A#rY[߻^S9}wvIH3ȑu6HՂDDuG'B"A r|oЙ5f洖@0RWBhuHb(F\&!/O@0ܘ-qhfmPdy 5 jvMlwjO,gGXdCyQȀ`kkr%y'.ME "E& )'f1{DJY?hg~=L҈]okZvEc"#'^eƺm$ -HBkԓ@̏;M|A,\.8bxtb5`Xv~#wu`sOcQ7M+\>bJo2'eZ7<'5oȜ4 cT;j=+;ȾN7 /A۶1͜SS,cP4@J1cTG'S6G$&k.Kf區t \ s??;բU)U}-X:&g{8_Uv#p xi}1ڣjgw M/ %RJFz GRՐ^.~5cp"s/6$ &߃^[˹e&J.%2wG~fi+h.s v*7\:{|O5cx )RXO/ffj @3MŨJ [9ɟc"c p lCj n5m )!0罒[֎q Z[oN7hbyV _rِ9`AUa-T!WxO$Zy|ߥ4*DxxIE|_CjVJs.ڹ`z~y9VS6 ;jmu>vUn q; A^DYN!!/u?-i&dq0ت+!x+x( ~Hǣv: OU~q!QTו%GU%kDnyyGӼXE9z_G:DZEVM?VN9ƥ GR'@2s6JkwgEPWo. W%Co@4pcxx%9l*B*|` 'ubSr&3Gmdm&?@D[y 0HuƈɟP5|{0DFN]n?ILEe/ѩbC7'DɲmCGLY C2bf 0l&" ADhLҔmT, )q{/e)IoF&/!VE2|R>mUw݉ܟ>j}=#J]4S J Օd`;DAvQ`${BǎUO7NrH$ Q6ilu3UbGTO:e0NfDBZwb2^0Tzdv `d}teozsL9p+r 1:dmg5cl'/R0A[92c#;)zt^=b/nj-r? |EXep E(s4EjÄO-(;kt$vۜ;Sw$):G8ުɚ)[;TR;$N1_ ň-1\Va$Ї̼PSfE 7W>J ;s#3un|^Kе.^FϭR 4J$}:o3/QN0Ol|^5.E~jS2FRGOyI9yRFCn.ԥrjL*B8A+JHs? CDޕ6WPZKv=>*eHruIq*$"rM+Æe.$ .gVH o<Ƃ5Gv_<0)uK0M*L ->F(B񭰣Ih2Z;m3B#/M =F[ <'>gz^tʙA}qM%g7V/uT  Ϛߔ瞼5VT '1.Ifrh$&rge)-x)OPGAxX8_T΂g{Ҫ렘8dSl5ճ&pZpdO/*ː3L)K)ޟԃK6\-SM vT{M AVٶl#_"ŋ1}JqcB/*<>0ӃKa )OdNwCE/T#fPp][Oa7ͺʝ!\XY4 tZL:0u.*Evd`ٙZڷ6K/n8E )08!A<|UIhh%hS>N`@z_"jгg-:d`c8GnCwҡ'.g h:i Y`&(_ Xs2{IҢ0݁x캯U |⪞.yļX髵eq03Vi 9@QۦmKĒM8;d]WpAXկ4Iϵ-W^(M8P' m+DAqN%FFT ^z[A:T3թ2*@;՜VR>碤|FiHnؓūQ DL K)MvM߮T@B9%IѰhIN/1!Z&H!eG\ݢ^hŵbu5]E't\ӑ˃&UM7>7_пFsɃ4cA~^l0>c u31POqp94$Br|Lu<`4PJ+(Ȃ^dBX1"uqlCWEG$u<[KQR'I ZI xRlUVSF'KN2[E0;JRPŽNQDHW e'cdL,|3zQpa|>sU~UU'_UQy,j~$=4W=EaPhͭI#Dp CĿ`hs+px{s冣5qLCDFL@2u8|C2cҫ^)l˲Eo̿"ܰ: =iRkwv@[3zԂSlOX'|;J>f@:WB 3;^ @b=?azRF))X:7䇝zAh|=OvI5&eDJl"eŠ;e\ZKөLQ<InJ:R:JHfe g([j4i{㛳[nmtӤx<}>z^-"(hV#*=joC4 Qϻiuape.%ZU-/3x5o\@`Kq;TvQ`)?oQЛ.g(,X N#f_pdaގ>f\Oj(@/t #y $mXSʐ%e؅+2), 8$Ӝ10P )drL\OAx b[$YfW-"+2!OB#!WWU.[n7J N?ޠ琳 U`ԪD8k'`)?$^&u-z I-NB: LeMEn?fqmrgsmOZTPVB] 9 s%$" aW:uq6D2AX (Ϥ6HB.uDjJ\|ńN}{ZbMV/{ʤqp~XZɍaXq~y2\hQ"&^n"k1rEe=nb+ĸm;ӂrPsc ,osO_-,qQjğ_<_ X-<5C=98[4N45T'X1s+6_9D X9d7h_9F_gv!&9p}%!Z[զӋT r |J;$Y# /FQhRQH 8QKVnTjM/;YOL~wҋ/2b5>+LWwW˼}:+_lEU r5$:{^_0x󥱥q< (z0:\1:&Ƿ%N;Q9`NK.pHگߒ"/ W6cWo Nx~1fЋt g( #t?Z^PVhiŬN+"qӪ,p*̢L1 ˚WC^$dQr  n 1f8jJ^켨w8\ Yvlh6_߆MovyH|JZ)_@e>g8F9=bjKTc@ZN1 $] FKISb'ј__ȝہj  L" V8Z?S1c:+LN4e]"~=>Q ,*D&oU0 n<,~yQu~Wȱ\saF6t͉?pYj=ͯII \ԌXE=0OmURHab_OP}:i} 6e|4T$h7 Ss菠Tڕg$.;uXj:ATfQku0`ډNpyMO ;j(  ;O14sO-U)иIl ]L8a0{pyVlxr1Wo Ԕ!.d~^9o_C ;Vx%/SE /W?kD(4IWZIE|E1A-EQ1"0%_}Rm>)so5G Nsr"-!C}ywLs.&܇kFҎ 7c'9we>py  }~~4M%ucrv-AΟ)lCDI:T -R뜶w-j/9{~"V)7ai>ʈjQûyM(qTLފj(cabG4ex93Kԋ1s l\,ZrhMq; {@%ŏ)/bҧ6֜>pgD{gWg[3'vْSqzưj߯,rm°;ue]nV]0c Lե;dp>VM20bK h"b&%Od}<^nea4+cIjK˛Qfb0cxYum?BrXZ~Kzk-*:QAYzUSvE#O `'uA?5]y7nOw2%/Id[(60m+M҇zx%2!/yt.'͓kj>^l]'6Y: cW7f!:@fBloS yѭ1`]ZFp ,bcړ" KdIm!C<ŗnh;,5͍zF9?PIY›L{HG&ui-!S32sMYK{8 L/=4PᣟZV^qTïGxFzq=r)cG>܊RzO; `_P%PT}k󞽴*I",2( $ O_Z|'yCx}Y:;{"p!R6;ƻSG:=ϒR<-OIeZ;[)7K+咨4%:; .©W'^^DLŝ0mʼnAϐ.d5#J a ;AxT(rwףfS#փ-ŜflJ},HK=!9߈iQLmΤu2x'J4Ԑ49~"\Z@b㿛o=CTȂ{kZO5Ow!}-i޼T A[i!HҬ{ydj8PMDRh=Ö'(_6eojXZ.ZAb{v۸^$=LXyv$PX#)2hUGt6bgUXzi.ܛمtn"'ĝe_/9 seߟwC]FY;9qȆi`x"|&#OuE4m8f,nhp%uFHȖw)'xY2rUUA"LYli&Wo#o1N>B&(=0t/.PZ}An&nan<a(+0{=&90mYJǦGhgȑT(Aw+]<%,pSOgG8 Vg0oMe+.AAvDa.T`B^W0q5$OYdbX^:`P'Qï@+cp'; [g`H}=K}DkA[NeFAOțt#<}I4w dѠF\ˇh(Z:;824WF^W+AE.>\| uj:&JS#SOvj v. }^_jP&v\+Z'=[UW85bg$bM!Yw-w'r'DSV Ӷ YZ