man-2.7.6-150100.8.5.1<>,+eiӴp9|`@SlJyZZ Ĩ^mfp`^%<|䄡BYaD,uo^a(^E_F`7٨HfcE &3 *ĎUD$^ICe@mL@%ERKZ37NC2ls<:Zո$$@Zbnh)yY>o^YoFa0/d"8벒bP݊?1n#-9W1bx+PvX>K?d   <,0<@Yz u > "  $  '  +  U  W \0 a ff ktk$l\$o$(oW8o`9o:p=">*?2@:FBGX H IX XY\ ] ^Ibcdeflu0 vw xH yz U`doptzü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 eiӴs390zl34^;SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Basehttps://savannah.nongnu.org/projects/man-dblinuxs390xtest -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/p )X(KPJ?b!i)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큤AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeieieieieieieieieieieieieieieieieieieieieieieieiӯTxXMz;eieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieiei eieieieieieieiei eiei ei eieieiei eieieieieiei eiei ei eieieieieieieieieieieieieieieiei eieieieieieieiei eiei ei eieieiei eieieieieieieiei eiei ei eieieiei eieieieieieieiei eiei ei eieieiei!eieieieieieieiei!eiei!ei!eieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieif20cac839329907b8bfb69d51249f7fbc6ca13f5afe8a87033d9fa18087869c583ee0a203a37d106fd17fb063ca59cb8184eff67f24b5ff104a0859d740596b9a06492c7bc8f05e4be9f627de2a2cdd8c8164713806e723b4f9d4d058ada9c89a0f5fb789b654377efbaf3231d746dfe2ac0cd5b1df7c232c779b82367b00a0efc340430fc238b61c11e42f0aab412eea9b3e92701a21183605339eb823b7c18723f84301821fff67b778c61e26b952b06c38a1dc8d50ff86916366ebacdaada83850a26a2fbb18b4c5cc72635d2596dea7e902ad908d0f6ecb34b69e3ca91113c85fc15f25a2fba7c491958fec7ae76f50abbb3660fd275ee7f0f4adf3f91739d17238becae284fc516365f2fab4aa3d1e978fbec9332f65155d1032fffe0b376d062eb46c0092d7842f70c9efb0b463430d3ea9dbf63518f24c0f5707b5ad78e47b25fdc04d00aa630d7b618fdf0ef41343bc0e2c916992ddae195122523de1ea00e1d0e719f42780d33e5cf7a04538de3285cb6874876392f309705a51c29b565f76e11bbec05a60583df53a7c94341083d51987eeb435381cf9022987563fce4baa127140aeb250baab7aa0ecb6c3793e6b7e3685165c99501b2bc227e2cbcb6432e39e0092f2451b4662702c81f15be72b144c73ee61f488205b9a29c72cd388dcc60f52e7fb04135714e9a120f74276db549b8ada492bd6fa48e6ba6d22ad6b9badfbfe8e9c911d8b23752d58384956bd7f3a87b83fd6a316df3d80f205d785c0a9b7f953ada24a062a43eed3425d5e8f08c2d50e0fef02479b761ed0b948a80c64f12f18b94c13f7b1792a7a050716bd0dda1e987648098f195ce8e64e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4d2c6475ffaff38a863203d06fd1cc8938dc1ed4b9dbbb482eec9bfb51dd5aabb6db430cb735bfb85b2cc6b73625d4aa23f2e3368a5ef5e73a156c2aae5b33da9d69f517bb86ee625c5521a89363a08a704554d714234901d0dbe3424ca4955b71d7ca9c104f3831785c2db12aff207e360a15a8615555cc7503da464918a541a64404f6a6a4cd6bf4c8746dc98de00aaf186a65dba5844ec95325d8d8a19a10db6ac194112ffc85b3e9b368af025ad292e33256b366920f4ed890f4051d15e6320096186ebbef698decdfc4c2789952a06d49faac79d2dba1cf0d103f04bbe6ed85792284baeeeb4286569a7a439658b8dbadf57bddf34600abf1d2fb5e55301fbe4c8f5183816d359e25a12b8d8b8b6f584e1f4d172e10ccd473703817ea8d3f7d000982f81a6c72536634e3decb471ec16795271be76fdb96443226bb64e6ce699c7d9cd91da0b6bff811d603baed6864e527045fb1b8dc566ffbf8900252b4699d50f6cf9ae1efbeeb26b9bf5c0094b76fd029f2f175db81b9b68a2f3fa0d5872b0400744542f13b65683e59b00bc32078c8aeacd86f6a61d856ac65342e91863821167b431b1c9910b8e18589f43a98f2233e408f8343c91224efec89024038602cfccbbe409a9f4e8c1a0315982b4c91270ee0f18f2c657bb8532be90e3f6209152a8ea2dc46db5446a0e0b8b7bf2f674ba559463bf013da827f0f096737505e7dc6625641c47dfe08d6bca4d947c83ccf9c9adae779f1b589b0b66b018928f114d581bd2fdb419882aba5e71f2ad10da8be6fa8c1b1f6d64cf9dfa3c64ec97b009f79a335a634f1d1a77baba06e7e38d07139ebb211efdc04d99d6b419ae07b7edf3917ea924044059771551f9f2b706b3bee4632b3b9f4439c666935b73882329f11adaa12eeaf8506c5322ef73b5a4943d4e3da05b7cca3f15cb3a89de77cd40988b1b1323edb3cf3e5765301406f29289b95dbb241890395d37bc554751c0c785bef1de677f93655277f65be4b0743654c87e70b55aa8dbd3f91fdca8e3d5dd23a2ae1ae0b4555efc90024b48d228ce3bc3a82bc3b11fce8c73409c8d0fffa3fb921350b51ae03bc573e7e54688c19ebaae196101597da96307bee910cda373944eca296e148a2d87b1770d9a21a080ee571b72c823ddd0c6b5e43867340617bfd47c15dfb23556f308a775369b8f13d3f5dc75534c13dccbdd3c9c992870af630760cac4c684b20ba3b68300b472f3d6a72ec0a9387ebd9fcb33296560f3298906c08df4b94b4b00fd28c47497a929e0e62cd5cf6e884423b33d10eadd552dc6869d7eadfb57a89fe247e271d1bc060c5b010bb9e0adff13543da1b59afd410d8a6b55c1c61606315d09135f72158ccd46b41e70d8d7195e7f5494d61347db35093ce45b0d9e17a2b6d72e0bb02c3942e10f255447401dc61595b14de15209551d647b597178e8b3709bacfa19401563bedca26b1476e31689200c02d742bff0258f027d5066d6017459d1f569a534bb6a095418fff278152f367ddb6c85d707680c457f4ef451cd9f07522aa58002582aa81ee8d9260fbb01074849405e8a68c40ae074a5817b8d153c8b22ab578b5d485ac56189a7558e0c98d4d176f305a3fd259d47da2fa605aa5e30492e96384c0743612deed0a8c68b6b5cfda112f5f6bca83a19df280c4d4841e3bbcc4ce7ba8713c1e055f05b3300e4ca1abc72e4556a96d37a50118dd50dcd07c0d2f105a07ff43dd4404dfcb05e80b23c33fb6f1a80694b3fef15cb5fb945027e6cdf198a8155ed2ddd85ae86b9f285f53c8b52614df7c16c9aaa36a66e2bbba102bedb744b77b7157d434649576a80e95a7fdb644f3958c3d7e7c131da1566119d970110ddd2009f307e36b5dfb1180c8679b58091d6d87f70cd5652ea92e151921d915a938db9bd973b39a0434c33f80a55c2fcb380bf3bdfdc62b6a1b2d8b20524a54f4039ff9e98a0ab1da779196a37e6f600ce07deb7d20aafc1fc2a666bd5245181bc2f0c5edfcd4118fde75264da23b898d31d381ab73f4aaa7e473ec5ac8928fc03a8dabbf15f9c2180a5c23084e7cdd76f6953336df3ce5115ba22dfdbdfa05cf08ad3ac1482bc944553822df4e7792b578af67d0ee4c26bfcc76e90a4003b3b1e44de582a2b8306d38d24bc60823a74e7b4b382d6e18d60bdb552166e8d8ee1cea31141f4a2df485cd0208e6ed3e8e0b767dfd33707171eb100d0ec122bbcffd62c1c67da0463d7960e7b3bac7b70afe7c981a487ba072f791d0ae5183def107ce2142fdd09bcd5cafb45cbe8437950a9375c3d8a1d389c7be7b7c960982434f2cd6085aa1effb634380f216a5529ad876dea9b29e6ebddf13c736cd271008b1d6db6e20ddad78fff4fde91c199160b7da2947b49b360ae81fbf481d59fd1c3823b1a6f0fe6f6ccbd6c5bb70e20a6aaac53c9dd11af293c7cba68d803bbde18c01247803d3ea1c5107e73985235a77ed503ae5c12d225eea4f2ab454a64b736137c247134852c21ed32de9d721785e257408d2c95ae1ca996f7fdf4ccfeaa8d069f8e4c2261c374afa6504b2d58c3d8a8d90b194ae1ba0900c95c94488e6760d89115b32e987392144c19b60ba912a6bea4f75394fe6136eee3449a3efe8b9ab4c3f84be9bf41237d6395352b42f62e0c02615fb1017f8d2d2c79a4f997805cb9a69828e2078622b9b0fe654aa0da9a03a14b7d19d0f3513379b607f0598367a1387cd769df5d8d4c6e39dc2146f7592358ce5a137325b8221d430d2177211534027803804925c13f0d3199e8550a309448ff6e9eb0e6ecbb8ad783f9cfaa8debf496aadbd5c597310522d7b8871f146c23845856cab0491d255aba952a9f60d0efbd26c43d121e6891f618caf70d668f49ed0263df36238c1a347cd30e6c18eb266552f5f9f5875744e033533ce52a6768d981a3fcf7c23a6b22101cfe029fcae4ef7b8ff6fc8d0031ee9c3d1c0326d647ea107ddf5e2210cf55bf6c6e2e5d67905102eeab6b812ced5268585b0954aa670186fef7258edda2fe0cba727c0e3a4346f42ee022584c96198c00592a595dcebdc366196836a98c3af2c6e331a9274fe5693e96642873247a485c8cfee7de4a7ae0fcf26c0ff984758635a5151e92656ca8c5f6be10e296b5ab575feba57f201524af7ab7ada776d28a158e9f27f536f03186ed3a34adfcbf916bd15b0c22bfb412f1bf7e768704bbff11c48f61eafbbd2677994e6698c8e30611f78a37d3877d3c379bbbd83cb4173a47067f512f52b6740bbedcf205c42d3123fe9b7d38ac5da8fc022c81a91d01ef0019e05677289dc705247fead0bb1310dbe0aea5dfcc671f3fec8e74958944d3496cfffb7221098c88f8b756734a5d2460cd12ba428b5affa1daad00ceae284e8f49ab455e70a4db9b60715a3b36875a3830d3e956bd675cc308de211d27241a9f876fdad1e2c8d8ede3dc3c2d1990cf4ed05fb067234342cbee1005a757f670a289de622527aaef98de21a2ce8095f03f127ffa4e02a60ebf588d24c6f22912ea21f001102f668f0bb00c25b515b7d3725a28f843ed7c99b2a1f37acf6fc0ea8c011c897dbdfd273dc4973fab8c91fb2e1662df7dae3a065a52b01214bfd836ecb5d15a2d513c13615a430a98faa0e35725ade15a441b86f782865bbcd6a178429734ff123ea112b8754ed5c1a86aa44a2ee63867f04fb5654fc0ccb45191145fb931418e922f3b12fd831e7339c63a3e30cecbd7b476392e953fbb0252671b52ba36ac1c99cb200f63cb76dad877205d9b1244da2aea4f609a489a4d1058b12308d7fbf42dbf013ae8d34d75b6df296b7333ca2711a581c6613c5a384481ccb21c0efdcfa3bb2a1e4b8de52db27610e741655b23d1776966f04903c342b0092f482773e7882c672e3dc4a7adc51925b841eb9eb38b7d7998babd1780009c1a8498597a54f790f3da0cc284e2e941f373166a087df22f12910b1049129452c1a57cfa368f7d30c67add5f0c6193c3b9c877475cba5b7b3f6395b2c42af6020c47f1193e2024c8517aa59af677e703bc935613abfd09b4149d09f3d95dbff27d8bf57dce1455ef095025087315af26f456386d78722541c1cd425f74939d20ddce9a3d89356cc1e4e3f9f9ac53669d2a7b0bc55757ee5c2bb816c78cc226dc3821fed7483d30cab1c565be257a94a0e3bb9cf91d208cf0a3dfa452ad06e8c33023fe9bc8c4f4a3924b6c4c7b28781eeee3489bc6685f3166aababf1a3402157a4b2310f558ea04414b26760b73be7880d1f43acc4dee26ca10c3a20e0e93892b50431b6c989c4e72df5a528327f36128699c796e48f961f45ef7e7fce9824a64616d265fcddb23b7e7bbdfe61015c15ac0c4477d7d6ef3394e281afa33a534bab6b7c0ce9cf01a4c77ea07b9f5227c7b4acad462a4bf92991b17b03ee3bd7c1f92ca5ca18afaa153cdcc474bd1bf9ba3e825eece660acecdfc5a0b4eedac6397c9a2cc95622304bddc3dfc6a7d1a709d2ce6f358c8690373a4abafbeb70992c80f8229b2d6a31d0c016f7385e3f0b079921a9e33baab9236b9057c14364439b599d8cf391c094048cc54580ef4e11c613670b3be5594aa4eeb4a805cd957e3586bcdc39f5328816e20cb7b060f26a95d8e760e3a0f1c6e32aacef067cb5ddb7fa54c578cbff9c23e98e5d2975c73744aacc81fc8386359ccde8f5b8c3f9e7cc1c84fd97a3a9c7c299b5535575ac01785a2cdae285832becef9b877817b60a415670d9f6ce05be0428a83cf7903d24f530fa342624abd53df00686244a05e6f4aae1535ad0add016881183c84d21bf2152b3828c4cf48fb3304ef524566844d47f5ff501a60834c724f4207fe70e2c2210e95630a5ed9cae4cd7ac675b32c41a4ce48b6d6a03d861f83ee2dc65ff2fcd6218a71376d6e6f7394ac0fcf311073c7870de939b0526efbe3deaff4d11cd4516db1f18da308f7075aaf4f9b6d007a2def3eb531791a93d2c4b124e7de99252bf8ad72bc1f750238355ef984d513cb3934377dbca4a4d63dae239ed53668a97457f5d4e2a02369520a4268e1876149720b7d8341b71094a5cbf0c1babb389955c6df97ded4d098b2fe1df3575076f368dc369e08030d0d23e7c0654a039c4c0a20beb93d1056bc0586ae2ff63ff9be777f1e39b017f2d1b2f918964a1fb842e21de7fa26f82ff615eabc94ddb5e709497294147fe05a9230f93d683255803ef9014803aa743eaa79a8d05107d015a9a927f81ce8bab5e44568628b21a282f78cc6259b224705ef5409adcd83c20518059287d571011563d4cda836d5f2db3a51e29f82e3475beadc7cf3b22cb740229c7f97e97dc8f9154afc777397b966bf4eaedbe23e6dd644ba9fd4017a06b4d3ff76b7f0638a924456c871e8b3ff5d6f096aa89c8b3bc0c47aa6ba8f5e4066d4d4f758aa6868b716663bb4c80baebc3cb551d8c32e357a3e3205b549b40200055c30865778d8e971e3ea0607f9de0fa479329a1ce9fc4718b51ea132edf61879d61fc400d4a2a1e1fc159c33e5830842323b2664627174e674422faec9524c6093a3d6382c4a552333d44b452cee0935559210fefc1272f17b7e947a6b9fbc674a301f33f7d7772a4807cfbec433ef9ca20994512f51659a065d0fc4f8f77cbeff0d2c5dc8712b788e7216e0676c21e9bd054edae424f76689a37130f68ed371e7406ddf0f521027367c4b9155e7f1bc1366aa20b0f3932d98e1d60414f4c7ddf730e98c3a361205b02b40cb7232f78c8d1ce751a88ac8ccfa0fc68c3ad37ed4d54d36c3daca99d428b1f13c4d55d109f6709a704ca34f5a83d81de1dd1686e954f01bddfefbc0d4cc9375daec1fdef99925c680192d777369b16240e645c0aecc6e5fae5401e8c68f8feea1c570da5910d6283224ccd5c38d5cbe36388d891837f8d53084d8ffc4a7a84fb6cd67028fc16a28c446fbbd84be8d7d4ab9fe1821fc0096b229b340dbc61166af65d1a41fa83255a359cfa4ec0fbe0e12ac838ffa9491b9779ac9cc64557cdcdcb22d2e25e9fbc1d26e2ab9188e1353e836fdc597b8adc70de310ca67f7454a4468f7e3d2bf8170e527224f63b650ee2d134a13d9d4b591b8384b387d54d99878394a71b74e0905ed56a112d7118bfacccbec7faf92e5dcc01075a6afcacf0e727bdbe4b48c17259e36468fa5f4333ef18760a9ea5026ed133219f20e8d48ddc7fc26561eb4cae1dc2489afb5ffd94cd73c35c119be357f24d8fb2e82979c20e7e4c95db7dba95b0a5d019d3b222c42cab0f8cb9bb781e575a6a677f5dceb6264ae86b8e6c9f691c3b6d497371b51c4aaf71587e9e5a71ff6b07714fab0b212f00c7c910ad3d5deca308ac718259989d1f76879f72da83bc9a70132b82a64e8f2c08293d4d57107c70e3444da5666ffd249fdd8dc0f22225ad1d6a8e51c9067ece77fe23114dc8eb9991871e9cd1956cfbd7b8bdb0839716920c61567da4cbc86ab7a5753c9411f5910020ebbcfc53cd534fd3f649bd6500904405a42b8e11db019cf0be2whatislibman-2.7.6.solibmandb-2.7.6.somanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gz@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@rootrootrootrootrootrootrootrootrootmanmanmanrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanrootrootrootrootrootrootrootrootrootmanmanmanrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanman-2.7.6-150100.8.5.1.src.rpmconfig(man)libman-2.7.6.so()(64bit)libmandb-2.7.6.so()(64bit)manman(s390-64)man_db  @ @@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(man)coreutilsfillupglibc-localegroffgroup(man)lesslibbz2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.2.3)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.6)(64bit)libc.so.6(GLIBC_2.8)(64bit)libgdbm.so.4()(64bit)liblzma.so.5()(64bit)libman-2.7.6.so()(64bit)libmandb-2.7.6.so()(64bit)libpipeline.so.1()(64bit)libz.so.1()(64bit)libzio.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)user(man)2.7.6-150100.8.5.11.183.0.4-14.6.0-14.0-15.2-14.14.1d@\@[vZԐ@Z)-@Z@Z@Z@X@XM@XS@Wm V@UuUhTUg@werner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dekukuk@suse.dewerner@suse.derbrown@suse.comwerner@suse.dewerner@suse.dekukuk@suse.comwerner@suse.dewerner@suse.debwiedemann@suse.comwerner@suse.dewerner@suse.dewerner@suse.de- Use inverted exit status in exec option of find command to avoid refreshing man database (boo#1155879)- Minor corrections on %ghost /var/cache/man- Add systemd timer service and its timer unit to refresh man data base daily without using cron (bsc#1115406)- Skip cron job for cleaning /var/cache/man as there exists /usr/lib/tmpfiles.d/man-db.conf- Add man-db-create.service to fill /var/cache/man at bootup if the directory is empty (required by FHS and for transactional updates). - Don't fill /var/cache/man if it does not exist yet (needed for transactional updates). - We don't need to package /var/cache/man, systemd-tmpfiles is creating it already for us.- Make /var/cache/man a real directory as in system-user-man the directory is gone- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Require package man-pages at build time for testing- Use _libexecdir instead of _prefix/lib- Require user and group man- Update to version 2.7.6 * Many bug fixes * man understands the .
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/shs390zl34 1701434292  !"#$%&'()*+,-./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_Updatedrpmxz5s390x-suse-linux ASCII text, with very long linesELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e6f6fd25c50130fe1c557c46777136ed5bd8839c, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=f4bb8795442a7479d3138d119a37ea093b3b87da, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5dfa390945e8bb8cd65274946f6dd0b59b50a943, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=ef14cfd8876b33536e6d52b15f12303d90b57b25, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=baa1d4dd92937553b2d43b07fd9e9f489dcc982b, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=2da29258fc763149241ca07510462f03f3794580, for GNU/Linux 3.2.0, strippeddirectoryPOSIX shell script, ASCII text executableELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=5f4a51546498ed6c8c3c6690c0059bdead38e77d, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=8237c8d184d1ced99e31b0477ef71bcf042519f7, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=037fc8d22e9a10f73d9e89607978948997525f6e, for GNU/Linux 3.2.0, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=965a9d5f3b63b7a58a4ff72fbf6e381a855c597e, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e4d1df0c52c6b6b323110846ec29820114d50538, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=13a3ced5674e0f457f80aee43a371c4427a194d5, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=e94209d93a7c88c7bccdfb2ea1c22e704df09f51, for GNU/Linux 3.2.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)(+6DEPYgs    RRRRRRRRRRRR RRRRRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRRR RRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRRR RRPRRRRRRRRRRRPRRRRRRRRRRRRRRRR RR jyd6u2pJtest -d /var/cache/man && mandb --quiet --create ||:/bin/shgroff-fullutf-80ecbb1399c1b656956d73b402a7e6edd2c5907e883b1bf3799138850e361fb39?P7zXZ !t/b1]"k%D]m<\l†VB,1fϻUbu|6]6;9.x"akfb6K+nWrF)`Zw͸bn˟^ﵰ3`.F6Y{#GW% PS>Ņ|l,^M>"yW~f%yvcOͲ.ᆞ Ydgw\W"D_MO Al= ,x]BƂߓXsGToio1e2B5'KM&W.P!-PÕ]p}mp8 5OtF&-(:vj Wu .MU"ݗG|4p#pNj UtMW(p:z#h u8X'FnS)ζx5n@x`+&/#!Ҋe]yCWVQľJE8 Mɫkj3RU`UCW;Rl˸ZW֖-Fi9W?R.-|VI%{؎r#duD8vqOGI>(!^;E|o+k[nwq]O^}t?CLhFO2V??'[Oj Mb5pUKDi9“fX.lxkQ0/V͇y.i_?CQfmwJKg"+S6\Uݴ;]E7YFȆ8dɰff%}~EvvkO#~*3O$ rקHDQ%MO°ONOG]Z2U3D P p}n@b?Q$*Kz.}eDrL*TZ::Kﷁ?"Fjgq]c4GdmS)RGA,ؒq鸶)`R`*] y}b$l( `EZiki`dz6eRnh^2)ᥘ`vy-&jhL.2$,o DMoLf! .?l_\H _d=(T>"\_ðT Mj{pL~-64??:j) 5@*{ϥ]qmϚeqm|osX?٦:k~Fo4Uy>]o,߇CL".PzJnk'y}NMԮ72_όȍu U`t8aNnh[^~mT_fʀVcdfN:iI5LY[7VQ_mϫILXvSC\VKYwiDlju/ƷRJs!jL+SW\'4ήI6J^mc/y ʌ/ cGWo"^,NW:kCnp\C6#ruiUCdd4bU=஝ @&tn1ڒy}ByJ)+-.+Tl\ӲecƯqs0[ WԣC\ ;uHQ҅SR-RP~9 K!͹dc$rp#NM;|QLq⯆==g0?l ƃjyGs͍[PJtSOiA jh^ f(b %cG<"݀m1? 2wz_Tٓ6NP(:dMilG=]9uڵGAjbWOaQλq~PWɛ{T#5E)pn3UJ-Et&)q)bh-TIύ%ו7M_ z!vrU^i0ߦ硛>( -1IU`UL`bVKm&Y@L,X4_6 %@4=˕Yk/cau蟓 P7X)C"xW\TRɈ,X!z}ut 0 R ĺk(5 /ͫe4 ǽJ?Pes`c|kL$ w !/$}dU7\?=!X):aaq%;uP=߹j*G0%8jxot/fr(rz9"Qqw# Z:M|HMr J! N#Kl #=exVMb&Ҩ7iBӁҎZ By\ArQ_cyzUuoRɊP$s Ò0'+Ϗ џۄq~9CX< IMW^#j"fۂ|%/48O*Ə͆P4V4(QXaS/+6{ WR鲲;k{B4 졵yR`V. èn6O \.ў&#M_ ob=N t!uhEx\İBR50, 9Zg;yQxPT#~"- H#~KQY$o7Xe5-yzCxl>R偛s.BYWGLbX:"8,lnɳe., \8Qohݔf%2G$8~Ix-GBmw+J (ɿ < ?Ho=+_HBClb$-EfQ#mQS]8쫟ٰ*[?Ag{a;2gM_IgDkλ̣]Ms3PxP)U_7P|YQt#TgS@6g<y%bl5  vt@G{3@RAwP#XgUu!U[c4kp6_, {a /ee0l>s SW*]_J&aCKV{SDґS:&$?*{ %E&ԺtSrGLڅi,x$x<PX7p7(i~C*W=gX~vL Sp%Uhl[߀bن; vOg<| PC |F}Ef"Pynp .GOLT>!ImFYZNvL}쏥6#h] T[b}5Ń~蕘l#E@f?v2N@&LLH)I:7s6M8Іd> h"ǽV|k4*lM=_F7-Y.~2Ir!nPvxMTJR {Ұ9 1XxknBJo#yc%HX/y3 qS{&W6Aϗoq YuԢ4d@d G:jQDh"JDuDCQ<"̹-'®ljF;߶NA. v+U&9Ceq I;l<r;)^D@ $wE m۸#9Z_$:|*5r/7 p'>&ӤV3$a`"Ōo)ZV3I ߢZeB"j`K\ Dq8g?V/mg>|ȋdjV`mkJ̷ٝ~8qo;A]w ΍({g)]Ukٚ[S2ֱE8Bħgv?:t}Z3;pZ @=wn|_&z@ih Aq,}h0-iMkVC q6kYu5\b_;ݢyqDά&cv<aV,R?=2r?mMl];LKMNIr|{R^Bٍ'q^51n!.E6קSqk~>VJ-~}ϵ.kl2>.u9: ꩃ_iۃMflאad{Ǩ!LM#. biEY *=M~N ¿'L/}Pt >N͕Wi%Z # CZǾ1P*{!65⫳u.PNFY3*7Jb73)dE(riU(jW_ߑ(s`ۯ;w)\M~.z\(X:mkVn 2m?OBw Q(hNPm4&HQ) KH' ">GhK$;crl }JU)X=r -}װˬ^m΀,K:;6C(GʭiqlaF$L≞L![ E||h4ޠ8BS;N1Y9*JZ~mw襪GEA/.[|;H# mvǶ],Y13Kaz'pj-T)*agx나_MZ:=錁oC0$d8\eZPՂ_KtN4c_P6dB(㔂ii|,Vnsn63Ū|A伙{)_Ë^}$[b!q(]nZ儸zأ=iq1Rem9kZ2t1 E.7l%1xzr+X3N#h[Ё^ ۰JiIN/#ڲ@CazMbɠG,?X{NXK٣4 B0m}b`1?}PI:qz #H@ʠfAfZP4ߡ$)'-i6maaHUuChg'tگPrrCTW=nܑl0Xx4(=3SqXs L hV ,*b Q"OwG)R-@W  rcҗD ;DBgL1Ken]V dۅjx֮w(=*2EDJNG{IyVQA ;Bktr<&Nm,E̶y_y-/YRQ({\%:- DBDyiLwPp͢Y(p%v<3Sv}PxἬI"f4 >3zJx8"%cLj{SV}6lOcʚ}:a6y=Q ӄV#q*N9ET>NDQ I)zT]Nب=\K@'yTReAiA< ަx":Ko9Y(ӊ(Z):§l;xuВ5Ky]k"jNI ߞª7jLIȻ@].5WϽo0h¢ E=[~1- uݞ '0*|2*]d`4g"Il }0EK @rۖwI-K ̔2nC,?gzR̡!8=}I+_c.La#Ak޽^ ǚUvT$Jyð#*1sI| 6kC҆7Ky7PT5xb|2CBAڕ$S~xS [A2 8!~K)RcНx_+%=VV>Q3ğ/*Mmeh#*`Sf\^ qԳ ^v `{੬Uujc,K (x'aavȦeZ nKi_(/yթJQ7 dqtQBȀfowz9mTJ16㏱ Xfk"@H}螏[N\&Xᒂ7l(S_0PuEj$Ui8[P!etuƷ}]Yu(Zp(-<~h]:gM$x-MȀK貯z|-2{FJ4 [,$7TtSwтt^();6L͚(%˦>Ee <~ޗ4ۆ_DZ~=V_%\GL?-]EIpGLB&2&x-=HvV >);,d S8\ Z>Ǹa~ JH.X+J] k^e@xrn5ܰÅpxq7i?=bBkX &wdyXLqsi8: CSHJ !Gm( *iK60M=OmB齒elxR_Xh_Ꮛ08\U54f*Nw9V; :U7ۑ65>63xpĥg_ƓiN]n[LJI_N _WCxF,tb SEcb-@GC(AJ#_e$#UH5l%AsqJ\6VS0dLT%;AEX{pJ3pXIVo9z%o8mH$ЂG[+y)廒,d>x&l0nq„7Q@Z{i Hv.k2vĤ5ѓxsS>r%+9Ϯ`uFX_ʁ왅% _fwÕԂr6n`_ԏ2-Mv8Nmτ-Y «)a mV}f—K٭Tk!E>oF)z{B E kkҏohh݋)J%U3K#!)΄-S±tJ`_03e8||dNU%b XX[oID,z#!/aOs#Wt&vDξ|:Z_)?rM)t62<=UzDb0]y^{a"gHJUдYHL|*)U-ǽxՔGqlt]H&q[TX)4\e9]G82w ϳ?QXHPB4r~8|jTcDm"[#Y@YoԍuW`).HfŻϒX%9Rx>i &: K`b1 _uZC,e Z n4s};;&D.WCɣi,n煑r3Cp;ט_e6foI`MYRoOdeڰsK_#5 r]ׇTd\C _4M2 P<2xg F87, hV-E>Tg.~a"ti߀a|ON^k݊Mi5|<-0O49W++/Aq| B)f% `EkP8$/xv^pENHhwx*;_^KK@w+ Bz?4s4?;X+X*و ? OFLWp{i/? 7Vdo4þGߓ+ҵ"Kw7;7SJ2oJ0<[1 `>x1g8=c!j4{'Zi8،(kO]6z|B01Qz=qfe2d>&(<~yu"I&Z (c)]ݮʦXqɂSJXy!k%߶0j4vj-y /\>~Wb'F,->gR/qNY-r՛Yvk^R#vE oEic 8F4AvA#ÞS#~uczvcGzg-Vؠ\\^2[f]Vve5tlVxi+W̌'}?QiɮҦo# V:lhgu l0cP;~]/8xB!)3d0}A%9/|R {6K?Bg퓪IKld/#M(1'y+XRY1-cLqt}Fh^%*.J6F8"\f@&ڳg, [~gz Ms!_vGESo_QyKϬzUpm6&"y84!?Yxs@ұʂio9= Hi܊?Jh3uupǗ}'z ji{VRtmy_uAuNK@bK`(}jdgC3fLyRSU|ñn Њ=Yٞդzc r5T"sA/pa!U^>7 zr#SIo|xWeH>DF·h\'CՏXpveX|.pJ.2venED! %6%w\p2̈{/"&FϹMƵl٫Oyx} =o_]0ŜX.0*oRжҚ3FjR֣(w!@=8wIni & QYPaC68gv80G'7t ޔQe1t}eHK,1O_xhmV k=a6 ^ZU녻,@}=˨SL[֍ߘ;&cbiK͝^ mBqK\m;I-uʹbӌ#0N"7 ŷcT܌.LRtxƫJ)E{\싞 $A@)"/O K"igq 40j)!A7߉4[㐹Eh>;]]e%)@85[ԚD9ur.y :| TSy_ݮǖeR/䉥ѷk|G1k14ngH(߫ك ǴQT EfC=]Ap^t NȨ+`}c;oA܆}'V1)pAFȮӄ$XnդFؚ :RF+ovDhZ#fs5GV50jf|PI^MPz0{L@u[!ZU*CGobB)LU.|F: r[ApfF=7ˀnyEX`y9.;}jʹnyeLަD0xNE ' h޻/9xpj1kLLJny^]yʽw=v, s Cu+W>^-kjP6b=XEj)+i >DӤ}S$ZՄ껷QN.7"跐4W8-k/9؅<~~ ۝z*MLJF4ӄQ4n] ̽zO8el ŮJBx&Ub9 343]Aڝމ gcȠ%R"gʺ&B2Y .5):%qn%@ga{mVNxEHh0:q:bqslz-F%kF,>$FX]|pd&X\Ij5Hu}6yKiAHa&ʣ'0 ԏ6m{nG6}G֡wxmn7l:~n:"<DFP=w}ZЯ)OxVI (E-3?F3uᗙ]QӁ!cs<>).LWAP'kcˠN_=c48$jm4&ORQ[ePiGwMw]u@b&Jgܩ ߽彘 h l(v/Rh&SD0xXr-1 Wtl|<F St{0v+ܘC]dN Hc$zm|X 5qj<蜒F+ 󯶹ȼz,xq& ܟB{W87KͨCts^-tC˼6s&[󝰻Ge,X,rE:YSXmuGډ޶Fn0L 0nXPÁ.r_Oq$BӢ0VU8;W$r-gmأd &Ao̪=pA]PMG|_A S0a>~@gF"#&*9QbOlsr2b{w$Brb(ȝ,𲫽~T`\azD 0eN8^٬J?ăyϻk~Jk,kZsy-.Đcƺ]Hr o<;̩]t*+J=8H.y-@4 vJ~ËE7gM0{Rut#k]< t+|2T1=g+3at߼96;ev1$;3$n&KWR+3Ym?6H1J2kœls3Y>V'X%k]j(/ >Mj$ iaO{a_I"`FYħɅK#Xbf|P@Iԇ׼`d3"3`~1,D婖 1нqu*KHӈ>)k!~VQ N.vuhgO@n6?` 8c~u5'0'=vPԙ?7;ǰkM#JBGkoAV:^Am7p$V ?΀ ] ȤDr6JZ$;'οƇ󏅵NXmUNlf'Wz_[xSd+Hٴ$yʢJ95КWT $v^I=K Lixrg`ᖝ /&dpU-Ӥ3UpQ4mAcgA\QO1g$BvϣK.?9&3_P&*\>Ryj9ɢ8@6ME=N Uw+d?VtR{$*:!!BvMc oMڇ'2ߤ_4j ;(9u$l+_͔h`KŊsTp@[[hg96t?D )lX'r,D;Сە2?sfWD%J_Rߘt#;+xA`J@a8s:=%U Yy $R5%!J}הA `HIޘIO+%eSy&AHFT(! 0{ljGT+d؟@1@ZZD뼋S"dFZXt\A"w|[:C$|aXOF)Ql{FoAv\6uj ̪hrpQ}-q}\pKSv[2HFI Ś| d$mdK2xZ널jvwkiM5'CQs/EZũʴ*eplGze#gj9la:J{C#2,,=AJ9U`8yszΣj`:2@S +E8ye{xp4FXPƖy'dR†|?Gy Zh+HEg*n߬3:2d*?]fIKom9٤Jk\)`ޭn&uBG<5nU>Rh0Fу/""Q]eSj")3U/_EɭA(!h˭V֨gb(^s*|LQNyE+0(TJ2qU@)/7[0] Xɑ JOLCVgMgIUq QFV'0E~1 Z3GO-+$/Ao,'g9uͺ}(r$Hp'٤RɄ25x c _;̫wߐ^j=gRK ޥ@?/C@]/H Ud"{qYHqQ pr4Py6`I7FX_0~*ߍSyֻ fe_as  3>L!wQ-׌F$ހk3S LNyZpMЎQnpvاbS]rp.N6zpin1[,-S` io_=we'QJ˥Q͍,B+m36n]?V#_{qGĢ~C=~~J_/tt3O(7I sh,YRv@#osW,&VPw<\xGJ=o LE bv[ [5clMfjrq+\rE<Nj&ϢZ̀)$EN{^@ :ᚅA*:Xq錋]VM 泙0a48 X#jѕ;'S㘪*z+>n&R+=oL|Xc UۉcaCٝ}:4 Ŭr9jE6L9aԁSz'zRh 4XLtC zi2 QVNW Ɣss!nn^ k0#ѢTLFcᒴّkFt̙U==K}U>(f؁bز]6Y(s_k䅲ܩi't MmmgvߦX ̜J]!>Ba8+V`)M8DwGy!'f~q1#t+a.H@za^z.siwkz˫"`oA)s]Y ^D;$Z5cDky^^N{u*Tm6kLIM|-^PB;VCqMȶT;li<+ !sg~3WZV= C7s-!Eע@2^bm^4p>&.1@gYv]֞Yb]iږ5M~^=:L2#}{lxZ"`0 awr_SNxUv!5 |g@7vRT}g SO֙yk980ol7F]liȚp<&r>EWFoWvA{֦R) ɝQhlÁ%kCgt;NB1JT "