man-2.7.6-150100.8.5.1<>,.Xeikp9|NYPE5My逬|Ϧ)Q9ijKkYY! M&O,ʆ'^(#ӇWc}9;eiF1Ƀ:/ E--(5I >b$1,Y!jSͳx<-i6w {s`tyZDt1EH {8*E)M)IOVz>Jw^1om?z3?>K4?$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/୐f ]"k%D]m<\l†VB=t瑟6l ) R̥&8Wvq/–p}5 Y ]~'2rN!pVJ1(/QD*5~ 5Oz ג`s+ūM>uvG%.W5zІ:#U H]J|,vQ~ '30+n`X@j*{[3(M:Ο.H UkI`' .\6$µ ֮xzǏͪ;bWCsX,kڲw,CJ*1D(9VĻLqŎ.;2fs\]`< Ƨ]D0/#8f]M 62<}XdZ])c;`' pNdNƍ(ws\w;"ϱ՞_a,~qmOfY^tjp cݞDqp ¦nT]w%uB0,XINtȔE>4ԅݒ'Gm稉h,˵cxzʱXp0 U//ǣ9raR14(B_CbDٓ{aV\&w$=E&hF% ۏ1W٠~R w{:VtR<~c $ ́:NͰc .-3qA4P[?Ì1A]rs?Kw$Є&z]zd(`QZI_/Α7>T&`PlS.p$OFuˢA۔p:4bBa\/3Rƕ;\vYVP;SZ;Geh=9#,9Ķcn@{hvb$ƒdl >]K #tK ?IUCYAQk-7wWxVyOX)1swtA\kD`Y扑waJjeb>CCP`?b4;mY\D *V'hW7*yA,K+HnS"]v%쳺 Cot2H;޷?'TqL7Ot訨>wC%n="ev||)?|?S \g5G!E,4cB`0҉Ťg8xi m} H?3&S|`CBdD?Ԭ!szoytΥx ADccnxG|r^7) D$$P0Hh9e ֞=FaޥW$XAҭr׺os(l&=J7J,8WT3PBN@\oi|k)Z[VN;1$܌E&nxH d)bFs M!`P$MK(TUK'+ԶUt Ff٤:3 㯿w7 >B Yth:b}o'a0;Hgb]l\)ZL%[ INv},B*?/ ˧դOLK=[h؄Lxr6qz^@?A0Lx6PleAV bfN̫(eQijB,E -YUv*MQb.MJ[JhSK}0^+|\*HמWyvXPS)WdVx(+1( R 9)MDK<LNF_3b].qa%T2ъQQO-CYrJX29t87u!$~ 3R@z<3]6s$f0ؚ_Ya$vzrTϟ2clm֭71_Wp?ŶYO;uο\Q=؅s*Q&BLS @{Q瑋,r6cyXR1:uj蟎TDTZZ ovS>}g"|][4ɺdF!#yTQT`^m*S.o諝rܗ$*ZX>ly|@I]hl,?%:_N,DJZ:y@ QҁSi˕U"l0]J:֪ÁҐtkKm )㳵PgfHJ[).:O*'0oYOl܄FѾ?vM"p՛enC JbƼWܺEeK Q<ĆC>mG# Z;'5OLĉDՀEx={ݿhVl kt$;]?x|uPXsF{i_~KP6Lv0N{)*E0X]X!޹0ZTCpW> /d ;7Hr~t(*98༰ڋ9)8 yK$qQF WD,+zn/N=v]fKO"(0ɘ먿kYfeeQ,`Wڛ߈iglea]{d3tKFZ:[A7&kcV[W γ!Hjh&Vɢr ge 5pIpQkHV&AP<ݛ/>(p>h1Ui㹉rJȢ+ktj7,am^^lXc+U*6)l3g%sL߁rv;o ο)7;|Vmq'lYQVӿt5-[`uNn\@D{$݃%K:h93bA2FsKL5sl*s2sr֞Z[S| ײ\LЗ41tvV_BZnϑ:ť8RUYB` u90ENl] ;_Ä Ae1QnЙgV>(IS<2 %XUU ׹&o_@.uT5!"@q_  ͼjK CM,3Yբb~4 Yaq:oAX )]@.3e%B2L}[El: d9KER/"Ɓ'Y,t THDީsQԉ9=&^aԝ=5qBIX' m?\B଴g|HJ(zyASF:gp/}5 ,}GԤdsjwM V۸-T.~]rߗ7THޔύ1[]Z wr>2 d{2)JK *67'4sNغOdqaVxx[( m Չ(TidSԪ˦h&4ycCuk16=̽> cz3`YI2bps! 1h3Y]i-y/U?by%bߓĘͮqwύ}pځSHX&W $1s>q?F+ ÄI{T*Z‰UJ 9Ob h9ݻDZcש"+)'jI?xy63nݷ;QiN.a8)vW򏍿UIaUc]Ϛ΂)54͟wy8=BNNt;JZf4g1J*} 0Brȡd%mzb쬒ͶQڗU'1WFT|4SO2R?dil6]YnfE4R4U0T49`䗥 +% 7K}u\~&ަu.i7:a>캵cC)0`o&d͓폣#UT!?rM9!SbPٕXʑ'U'VVU]O.5_*p 8mFx)(@lg9YAQHS=A,Ȥ"jZc.h*g^Yn91ü;%CJ<9Џ08@@i TMO&˩ 5Ը/c07/G_A4{C]yP ԁb;/=_>9D˸-Oή<3[tp$ѹ.\.UV*r, -y[}ǯ y$Tts#v-Jwy \8+fM Jj)oLvjccW. ,+Gv~Rpu5N)X&xb"Fy[{ҰmU)$i!k7dSZh_LMU;a~&(efM\~ !OJ:FIR8ѿݞOFFvjӤBylJC؎v},*~a5LC 8D^GSs[ )c #O_MP1RLX~, x&4-=mܐS-&U~ADs.ed*p b[l14x5$\GHmv?􍢃} )ȭ7^Xj;A'1{zAᙅۄᏳ@G~_^I=ĈZ¢';A.7_3u'&;MQkT2}weH_2ۯ5m1 >V4gdf 2ej;6 k[$o`[U+274E_5DpY v+8@ț $:YA YnR଒3,^g-XǟktvȽV 5k[Wo՛k)NF_)vD2QJLޱl<`z&/U!"թuᗓ=24AlX֣ґ-YH \j(J _rZhXaoA@qdMA?ѭT X&ͯyL \Y^g~>zGa\0rj&ɻMgNӹ&D&f iRsNuhHzcb +p/ĊI{5C)u?> P:;T@bTaA`42a= T` 룅/0~2u/-dU>etxsKLRǹ1Hl*É,{EˆB烣OENTJ2RAPb0w,bu$-(#:;up&uՕP!~v?E2ɛF}PԺ BTl Voc]s02Dn[S 2#KeB%mZ"fu+K8ym"8 ˄$~WUvxv"]tbpYfB[r "_ؼ[32ⷷv>")֗NSD /CДyF8 9 3|fZ[}W1ǒ>{끦:ه!1Ed J rB)Y{wU%: pM :iڑ <#حEoZSy͖AS İ[yCRjcP(_mڟN8RRK(oHg5Y1!˖>B%'M: [DUñw AV;GqM{Pis z; *S$;c:_e>B6hr :9z-b JMeG^Ij25$)ANB1مp'GyA+sxOVu0@.Y8uw.:8I25? x2,<ؔ */u5:F87;j+py.ѼP#t 桱us?Irzj}b:Ez1}TR vAC\]CUlsI{{1Ⱥ>T4Jģؕ0Nz+u07 '41m̴ kĕCuN΄}E'UXr[S@3OԏgCrD݌d@⁝GU҄ hp&ۃy_ y4|A:n ˈO/3Dݯ 6:%UFAk{kBZZ4C@X5ǩWĵ3CU\9|ЌVDr?q˃ZQmNgD>ٰz+N5s:/"cJ~Ovlce%"8 ѿItzozQ;u⨢\UiniB?qd5ntg|R%~Jo-j~2@z~j#\+.ch|nfi( VnBJ#`5Έ3cd]xyd&4+z@[W0W_=oΜO ep16ߘ$R=aH; r#'6aI5*#3xٗMGt{Fk~D[M뷽+'sګAu ۟^ĿQ$7Ը S~*=Foo`* S"h7[DzwtUq]gП7]|7F4 )tZ,ߢ(SIEzސU&$eGtPpskj#O5|#H{8L3w`ҕeetSg̋yGzšMa%-5^&MGQkd##ʒ.4W.u[CI {(c~c~{x}퀑zZfi0 j<,OD^>}x 90IbHcQjJ`5Rn; D d?D\T}`L+(fv(#fNޭyMn▯/zi|'T‘8p:6aE"oa8^hhHv7A-`w1Bm' ^1!ygiDJ@Flk,:]dr[syIn#tR:LH^%9$x.B`_}ϐoTvg"/>y}/9zPA݈g\G,3CpʡkSRhP7ߣո/hߺt6^=w0g,u{D6B2:4YSnby%"$^dȷ;G/l@Ũu4wKG^E{ !uAݮmy-q%`E|P>085h܍Q.]$Uy!y\G*rǂpPTŭRĕ:AB*o!ZNAX-OaMߩZ60$"<7u#`!fj]ޅ<%:2ۜr׼CDYR%_5sȃT-QYPROLn~;m6Mϑ?Js$h62(DeН=+O WE@/IHP^{4OF:p/Ɖ XqMK[,"yv,-s*7qfW# a|) ^W<m۵c݁:Y(U>,x>C#xy/ϿֶS^BY53`RO`f )M`玃dML'PPGq1U8=9ʹs1~v6>N/_Io\˦Ô /D_\#iK/KgwƁ1:f~$Oؚ`$9Fla(FHOTC7K怤Fڝ+,H+sdA.yR\A_2gJdߦD.~j@u?g75&ѷM0vO&Ĩ o6wg!_vg:Diw>jiD.gΨ[ZJI3q=0!oMNwpx{Um}υrhfQa6G#w6>kQ'T!e6u=(8WRCޅ?:9}WIJ́ɲ3 C[h[Vee[{ dS>\翺C-(uxW3pnJbЏW8鲥CBxnZ<8u"$#BLZӎRfgZX! {pyvo ĻX+y:;8:αwnTg~˖e P9I>' !/"!QtEt/KY[T.&!zkWfȢ}fӃ^=X gf,x$#>os6jvF?\(N"q*Pt6@vvByCLO&QB-Lzm;(zf`K Tk :j-Eܶ5Г2 yoFbZl⫼YucU "}}kQ[b'/|GB[ܽpOjj/2j!5v ^4`{Ә\ y1}p-JH{lx~[?{[}m;~sw 3?ga,Lb9-j{JTZ@ ؤ*5$?osA~WI>ʶo us54I؄JE%̓۞-,>C^ܱ ⎳V=++)=9`e5VJFzP~2Xʛi{R:i_D"lj>x9k9a{yS= CP--6h=.e& R:+i VkS$9zgëH0ɕaSd{LkE$c_dQ.=WeDSA?$..[l9h4TNf@D;&wbS8,>h N]KU٣7ˑ&6*`gg k  d+?-B~ߍauS(A3A;n/YtHFٹFX nq;Q|woEp`D8T*1y&to=m8]B;KF)F&rP0HJ0c^R~O )ke| BotHل"n4_Iyztw&Q<+['9.,C>C[#ڕahqXp:>񸽊a) fӸTTI:oh+|@x"#wud6\Bw+Ar#F zICn$ɇyܴ-EO$;H 4)8D׆wNITYP.iH qz826]>(3[*e>p393("Aaym :D4dTxAY*kKjoGHu-CƈZY0ZA? v=^ʅ]ץb?5VM&5ޮGN".W@\԰8Ш[Lrq!;l\?M7g2޳UaH-+f>@g+؀d;uW4xa-ȡ:,-GM9g~H@C]A<J0~!t}Yh`y@X;6`}xMd`)f8 lxZ Ϭ.~$VFX86TȢuIȂRȱ*YCKùjBJbAx\dKZR$0P- EOJyj*l#xU_o6v(6Qn1VvJ;]EGb= eZڟ/Md E&if~:L+]?sHS@)]K/{)Sx^-a`XlvS Pe#\y,$uvIiv֒c-"̍ x8Txvix{=M'mvDv6 nv\"B) .H|Of6Ġ#XGkYZ K$2|o+t\ݭ88|f!XXPARX[2}<*i?8 $%N1LlXWe0xgdhA~H 'ŠXO;\ma~)(9`Xc1]g;ɗ?)EH5o(o.0=Z=;.<Ŵ̍IXA,e 4.n U3, IK7v82vweWmb{AVUϷivWd+} -^Z2L_Ku'jUiObYՂ:+=? MبXJ0i`L/)-P/!Ucr@{M'Z+O_yS~.6_;Y^JO6  Ti!5mMTljSm rm#8YATM-@U4A2鐇ٵ 3<7^A I3-lJ |D;Jr; ǽ#p uLQV͗ ,ĝq'Ise-)+hMՐyp"$%7ob/85_ :n~ȓnWˢ!Z }̱k$+Wq8 b8 yO2I6ė{<11WtW&#oXd7\'HhMQ6r[6/'G䁣k0A.w{ ,+z|f >f aunӡd|j7^J,6ϸ?|uh02p 95xr9wp()iWB]uhTцw:x4CﺃY\SʄLzYc[sJqD 5qɝPS\CTqm7gs (zixm| 2͚= (؍lioكIllMOd^ڮ0ȃq"v'NӣH(hk#$Psv"qh;)s/fM%O6>:x&myNp,9&'ZBy2/fAP3K3BA+uZ~?OLggMqwx{fBœN|Etx7sSPs -k[A6uA.Lr|b)0@c`%b`s۶#*\'(h>f[HNFFPpdҎ3k7d2TkE41O]g-6I,ll?<7|;#%x^W,6ً]PU[ŏc-+|FfA7P 9ll,`z_m&j$LFp]ۖ62 azb0H'w~ɝIB}iQbQ;ny\Z^e(ń$b`wfY19z[*+Ie bUhTRƭT8T#Fj ۔ʑiΑi&"3Zz6)b b yKfr!a!k}I|OL'ay'XD0t{V4BĨxl໨P`#a,`%\']&5K~ |JSJfn`<ƱNji N=5J<*Cb3UDO3Mk"(u Po|=ϯX*^x/S7 MBŃ'ѲG .#|N6)S2mI͢dJ%-5)۬dSeS5m^oT[rkPrrT?SCQYR*X=xO F$.Vg`Qw?L\Vy~2&o+5BEhY7Hy}{$b )18´Ux_1ń,i+ CmGJ Ar4/' *)ѧs,m6LXgMrOKXn0Rי1Ydm'h{$R۹AƵXM[.MV>tUf :hvJ7(^dM i+Q; C8c4=}ЄZ/]}{e_:? \Uh7C1)=s|Vn(pN'}<+(K}[Nd*=*άYaaO`$'?pɘhdy \BAخ.; *}jܘz+*׷"M&\NN騟Ue1P|wx\ |KhVY-<ݲmAY=Ka9Yiy*7+UB Hd.8h } Sh 7}zFr]%;[o>@;2yFxӏ=s',:}Gĸ$tu=kOZU3ܦwZB[lWSyɟgXnlGsB;.Z*@ڳ6qa;D:U) ad Vv-el 㹣LcHL;y9[|Ε78L}/A96Cw7Łw@ ] Ep.S'.6%V|KQ9vyrr$9u=~ȐU JƓ]b`wܟ|RξPVFN($z+s -݋=.l aUMrAG՞[ۃLTd:Rhro+aFL+u.- ؊G4kErTݏ4zzvxv֎%W1Wr Ҳ^m[UwB$zXok+4 _L|됆#ڌZ0UfWm|+Êx~cך4}2zr6tXyo1QS] [(ᬭ0aܘ4\)nKh @Ľap.֯] ,݌Tm;[I; A2/IrJ)cBF#Aw &7aR_ص+&EM54 +I%ASGxYR@xӖ0@o/ZW x%J;\oKtt툄 1t UQ~wؔB;-ɣR3\N G!;.PGvunQ̍P"j_&u]j&4}jkbZCrk`Km͐ K|X[϶Ln"BtxtؿR0'9,;5̻c;4H)*v:[q{Ԡ:OPQ}F zPݖ9_Dtp6qpkbL !ȃlF\h,sb3(VyЁY5`'s#(*쩐W]~Dx˪|,4ARU+*uv2i}Y?k#V"Vlljzh(S"W?1W菌FWV5qp*4F8x@zXۛ9xc PH_6_*|O 4~_o\_UNS1ˎUhs;.!Ia& N K qHSyw0C4xh%G`4{C\9-mO @xov&㏲.&)z BIg $7Ic :*_jϳ,[ա͝=Ȼ]rzsP##jsd @mV"nMp-氐#?+mH{G>93ֻ^3$~8:az-V(~,ceE߈si}&:Q^"ZGq t{NC& 1vkI /6Ç)P#9k)ofufy-ei([% *]5*`0B&8^J*Xv)ZN 02YQ߀{mP;/:JUkbG9}Ι&$ш e3aNM6-v^7o>WҎ"qFOVs٩>Odӊ{Wrl#:1}̵G RC)@\jU=o<eUh{@I~ npѪvmmrwhMAY. Ԏ.#"谅WF*eUo/"XY ϛJ] nYZ =4\Z1esM85kQ)SS.r>zdnrcN#9-rz_D:c.1uhdW A#3W @_yسn&}_;ˊpֺ-G4ʭԯIe&$,\8܍")C<|:Gs1w/îѶd_%U\LQV#>h_xY)1r0ɹv@r:8BZE&" 2JΝoׇdcnl-`|06,t쩉ZqGfTV?kpldok !b'{-ḛjK(.:MiN.ZIlKdNZwL0$ݭ%+y~rC]tTr2\ͻL5U.;Q83 Y@x5疲]w<8tqG]z߼F>tlGVf|!2WĖ!9j]<(2_NA.ܸ'iCOp 79VϏq sS1q984NJEӍftT_̇B֌}7k(ݣѦW UJ<2&.j q'X?wNٽEAv\Ϝ\B%<I>8BXw86fKmF>CQR]Q0K}K .2լ+@tTmAc_lBU+qotJEgP $)5?(#ٻ[I&:63ocC@tIG}?B}f~ hf2 Uy2Qme@, h1Ghu.*) {8g{M*n;x+z_XAI%COUw&OP3D9|rSWԲo*ǣVpBTLP&Flpt'0; g;|W]SfDR2PXR Y3_H(J[)X݇O7 WLh&GrH1Ȫ0(z5qV" C/M8\W%Jg|7fϔ\ #T}20 &TfLq7͔}xlD{nT| w&gRb?  b/SX8KhX at7 i5nS@gZ"E Q[ +Q K:Lc=G<@jˢ$W7]YpxTt2iyV̾/?3^{'#La`It5E5-3GnBn!,^6 KgC'yjdX$ "zƣi$ȵc.J@Ab-Rlv8bWѢl_9@Kb\ ]kP>`o0 FdmU+4x9WD~-mT[$Ozq΂WDTu 0\ pFH(NP 69U 3YjԢX],21j *uMim~{gn!ܕ:jRDkf-e{ݮgBAeTO)]sXd͋R^}JA713bL;jTx%~2nV٭Vk Ӯ0@b(εLE@&S4Y~|L9%-{R/I5%ZÜWc(A>h"kPQTjjzH:2lɻ7DGɱ0. zwyAQxHN,6-}C~M`|ٵJ ⋰תȜ  ]j xt=|lُp$W-2׌hHe̴ ϱЯX& I\AxvݫBSVxN偺iFI/`o<Cnn܍zSVzsԗ`u۳`Q?MJ-Ɗ-s,$Ͳ A%~NB[3b~ʱZm$sd 7C ;ٚrWR^Qnx@|NoBZNX9/׶zY5 mA+]5YfE-: u7 Jj X uDMN-SK\T`zxJIW]ͅVa_ }н^H*`dɜB4zӑ!-*7:WP2~b ZДu};[#dSm0EAiNH ѻfvQ7u,,DByc:[1UBɣxؽ婞oZ S6 Oՙ4$oVk4Os)5~ 8!K֛&Mvd<89YQ~*DPP4?@W!ȼeU ?/>2qdsAjF[ߘ_A|ڔ 8eJM:ȍVDJrlL9.xu6^= aAL0i/ׇcCKd )22m08Bba/NdIpqvG~u}*&c >F꾥G[ U\.2T &-^9ԟ4W4£#LcjTbgg˄zJJ5"!ens~ĸՙ:g0yJHvFbScoLa  qH,AA{?Img~``*z̐^ۡSxl+\*NdqvBHTWa1[)->8CYgҋyX2wZ$f{vQRd=K