man-2.7.6-150100.8.5.1<>,eiӴp9|u5?P-}F?3&6rNF|O mK:6UFWLۭS5|=jj ojͰ!ש}Rn&,Ƣ4g?K4 3=r !ATgNJcB\R4iAY|7ϣ?^_;t-RNOe3stN{#pTG }@rm$D~|-~k XA#`S48*pW::N iʝ >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/e*]"k%f2m<\mkQk{E*9gd:toXx(up@vZe4E@jc"kW4x"df.]ddͅҏtw2ߒn\ "Ҳe ]IbZJ$Fi)Q=4Jݞ=;ީ|TdL0rIy`j2ѹx$4c -=I(TT$F:0 .h7/g=PZ^'}&6v~Ն⍞]ceiUκ\qۚ/p4ЅCf`΅9Iz1Ȼݣm)*2A-w6r|.~?:^f`טKV;ƾUܴ̗~?tys_0N ]%SwLV@!'j|q;gl?wkeh!&O Uچ0t{3,߽Npdjq&5KY^t 3ua"9{;LPnݦ.no5 1̚Cfrzp)Jq!s_%Z-g0m:|>Ս*Z܌pV~']Yt9)--VItPš/4*v mھCV$p3εk=/>ĀT6TS3!v`YT73izvMd7 6[nE+骙Z~q1>"/P&8#èdS2;u(gdЌI2W)t*ޜTYPyH`NzB͟LCSD(Ȧͮ ,M&Z)'bGmkb U6u&v,bS;Hf ?TM$[L&[}-v |XĹwjZ(|HW&-6>}hdTi%NΖ{toy!u^c&/;c`:hnVs/Thhkˆ##ߨu g:rX~BB\\{Va] ]/],Y?&сՏHLx :a\e9P6[p zaD_btdRǮnfJdapU:~1. z`%a+}sY61cl#2,IW_X0J'|PrxFR9Y¼c6c߱WmBB4 Voq$J/Wni'@1ёaS|D7d?Ejs+Ry$Cg5s% 5-꺇>p⢥_\`)6| ~>0w9M_{ލ\\y26Y9m|Q{5ߢ*}Ra:ӧ1A]ExI!B{&[z1Kҹ//7EK? EQ(( IzwU۶DϻhXP-Lv@i]yuI8)ˬ)L,s!h'g)xdX$7f#9QGD =w2u\Вmd'x,XIpY2ò? 6h9sc("t*ŢiL /ɦ웰}Rlg1vcA VouDn/xmłjȹ~r+B2A:wT凛GFoD_P^&+@\XLltBz]HZMWukͿ(Z'# ΐXM2\>DIkKLۀ$}uOpʍl,Ƹ=S2E?lƌ͐ ׇ(!0-ekOEO )R\pKU\qQuuu_E,ۥk,SXXpo6H09|lYG5EԀt^1DayגD~5zYlZl[N=q'[ZŹ”u\vj ZUHJuA!܄zcN#D 4#m饧>Ec7Hr,n ZufkG~z/KI 0`ϑ [T\gi_B4l^4ުJ@it0B(_7#h٥ʰT;"?[@r[/$Kwaw8ٸqQvO8@Y Y ~#:t~,Sָ%0vVil Xuor!5jw8I1Bzze^<Qc8صҊaj1&Y^p Pu99Zc)xsҍͅLS;zP7d;@ơWh{N-p4|6"ըæ[d@&E5 "*R9뗧ĭPJ;_ X\Y>ᷛ 3? lHP!_,FaInae{.FJ L @,r=9մn%K,0UlTMQU#.-8t&%&Eb EXsf |W4vmo:Q_V30ae0՚A};A`["{^ĶʃFq q@?0T93i~ӨLѳ{kTATƓR0/9d (DFc x⽟lAe2, X pC\o9٬Ȱ>DS/Dz1 S8p*R&zLf/bR})鳜xׁYY }W$6z֝jGypyܯ Jp ;(?yʐ^b+A %'9ÞI_/vwѯp+oo$TܢFDE 2+.VhLy5awQzqzpF~c 0 ѷfhW<0zJ~Λh=>C :x^{汙J&{z5w&^~Fi{eŏ8/p|խ6+OnDKRsc. .j`h?TKdOۧ UZccMn]tFx?!ޘSEH14$UtyOJMT|z^tZJR&PؿLlϬ5E۶{ǑsɋxFj7mc8d>NoKGobgYI +>"bϟiOX2԰xR&` \k,?+dRmI$ ~4EPL!vU=b}68]40l%b@mT]'r?`WN|JޏǕ mg" v2O7oNXh&MΆZ]:+!TUԭWt)4^AǍ!$~k O:1ǻO'T<1Q&sSPݚP^)Q Z"E 7aև g+%Bґ؝ ${ ~A>.\41Q+3{hý vk:H(EwS\|4m̽h1#m>!A^w@c\f~IM#^-&F#;c1Õ̡w= BYzQS#A徯Gp}%{- W/ G0@YbWaR]ބ'm7Ӈ '#Gssi?*;(s 3JSK22Ł[>Fq8)\]2jb`K<[jVR:8ˬ}<)Ibtdwzma_H0rzf,zv ~!RaLhطǰ<)QA`z73kTNpF與4G(8M@倧k#0p&ڨ$u5HPm[CzpېtN!*@|I og_/.t>B>_,w]Hy/|9iT?[8r-׾o0)/ CR$n*{,[VC9RJD9X I8:miOTg3!Ɓ0m*l T$`4Kmdc') -Р*{HFds~,M99ɣAW EuOx~5" }Λ9e$4.c0%\tug6--lp@~iw^HdDjC? \7hדzo-cf5Q-8ؿC|&?^NMLg)\0sdq]~xnGCBcAju֢o;=7zV BjgI]Ag֒dbi7}^eŸ Pq$&FhJ@a;̬}TgrhFkà9ڥ') lmFNeD[A !Z*?O'I)6ӧa4j^S8Ak=$.`JA'U* Ыvѩ߲ ]&1;A;:ڗ^+]=*9e_"rzN vl!^WbXs?F9!$3׊/DQȉ@.LdIUDdqOdB$*՝CDb:B|inTtedH6FX@2{egSxQ"( ,jP`넄މ PٽQh(SF 5P`<Ltj6 6,1m>o# s71z L@5da5KyD,6 u-؈y.˜aҤbx81N oJ k cԑNz#FnM\]S(%X2Vxómݡod9( 8ccY<~= E!~`ME=Hf,W$ ThIporTv9LE{MqeFCШ[j>{ me9lq/>BPu%v~G*·4?>`Fk$~l),SoRB{Z ʗ!">)$׺YpÓ?Imjip0,YĦl Kȸ Qi{YV^2 n/Ѯw2n ȴn'khڸ'UNp$Ƕw%lwfѬW|I~@egeWsfzF8 (wj{fSl hbl:1R8dsTRjea@IRCW%bi-} mVۋS#%);ߍӥae\kVlm:#'0L]G'no__`#ח 7]dKA>K(:(g16c;-%`W:x{lƮ?{aHK &N']C_P6:'[0;SjVjLǥg:ɆXTWCB0.Ѫ-LŷH""Z*\gK Sy%Al9NgIԗ -2LFU_D>7ݔ i@exdKf6ER!zZЇb[?gNKPI/!ily*Jf<%5CrwT[7S+l4D5n׽qKog JG{7Vw̉0p0mHrXafbف'Oa~O7%- pR 'kf苩êLaڥ>Q 3pޅ_pD9"~c~ dS La~C@LzlTn/*QJ#`eL^w먥 ZB [B{`=VhO 17\24I9F#4Zꁡ&|7T!Ig2_q{T0+9Y\k"}*I\MbdPhXA"ynkewu oSyB,ЯPͻVݾOzϲfex.{~p.T1~12s~FnM9qysËF-U= ͪ.l쾥i m )1,t5s!=Ȳ䓨BV/ؼ@H9]X:(Jy \tb[XϪFv8m*3 遠 1x" (6`J@k Hm_e:b|>_(6i}4cjYQ ~2|;~/=#z H7;Xަpܲe=-Ffwow|B $Bx^3=sƞ7m_lAnz]c[C:'y|H \d@aH7ye5bµHu #a`S$( >mR$\opz\M.YQ2v ׭СH{M{vR#%2&Ru=/ Rl+zx!@J5y5Elt'5ROF=f; &x")᮪ŘaGYӬȴgyɩ¯;ūJ*a3%\*[L><ŗl{zy)kL})ӏgrkJJ|e؞O}э( S- G _'sp@f*vQW϶|B'&9Pɭs"sH^p`NUCfѭLbNmɇWy]-xUi",U}: Hm;e+neg#TQ"AM<Cby*% NώPK%}qgbU.$TzEi#ŏ/gF,ܒϒziFKL*X?/1d# 7Hױڻ.&q<yRQ?_KRsybe{[È|{Klc BθXq0vQ'6"/yn[ST0Z3Tq[׷Km<X-+ᖆ:$ GdFHacfL6<N%fi8o&Z1HtK/]3XlOJأC鈛~z 2O|a 厝l43s'1o)gtt|E1aG*[idɼ&X̘.(GbD o]iovòX Vr"oy[*%tUuDʛeHxo:Pdn|}w$y$eDHfܞ [+{!E?c v^!9H(EKWXoANVaЋck6vd"J'._3jȟ ML ˠd'G59EG..U'> syƩGO:G(tdihW5)C4Ej@] b96{G6Ǡ> UE*č$zSiox桙ھ[ ٦Tyܣq(yֳ=!8fvB{5 zi*}qD/Y߶K 1bLsmדv_cܽpE! h⟷h/re ۞ZW\("Җ`F 'LޗE쒋ICu@uuf9+o(yʸuXd]HԹ)7\YMa]HVm:Y:~ۑv:c$ȋW*4H3`VQ5oiQ]o4`L _=Y?uۋL-(4u!Co״Cfz V>^x4R~ ~-7TK:*nӾa4@]6AyxU)3x8‡~]fbTCc[ (r(o1ML%IIGo?&'ߛ'zhq[,1w8(88-#uqpWm#uaWz /شdWIJϩ[6QiOZT~]S3`;4y^M{'@Ŭ̏җ%hGѫg"u&P3fD_du#|잍VPXH'q Q_yHo̠0 <@6p_\W|` {t=OH4Kmۋ*&*ggbz gʈ7,B&hlĀaA7JbBz;?,\f J^ZeYǁಌDYAݱ3ւϲt/N蚑rC1 O軁-q0#k:ٙm&a~@vMpB5d:XZšpNN!SUJlҶ YZ