man-2.7.6-150100.8.5.1<>,,eip9|bspRHFK@?0d   <,0<@Yz v ? "  $  '  +  U  W \0 a ff ktk$l\$o$(oX8o`9o:p=">*?2@:FBGX H IX XY\ ] ^Ibcdeflu4 vw4 x y4zÀÐ,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 eih04-ch1aSSSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Basehttps://savannah.nongnu.org/projects/man-dblinuxx86_64test -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/mȀ)H߰K;  @b!i*0F[ *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큤AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeieieieieieieieieieieieieieieieieieieieieieieieiTxXMz;eieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieif20cac839329907b8bfb69d51249f7fbc6ca13f5afe8a87033d9fa18087869c5b4ad28f4516205307a1a4e352c42cba3d573efcb2430d98dfacb17dd092d13498c116de7a5919c549b36141db3be98593b4f6987ba8bf4eb7e15feec203a44462a4f6e7a9f3a1d4ae13e83b29f234a7a0eda95eda50204fcbf563696e1b63ff06d8d066deaaa7c5648970f03f1e15a476d1a523aa00f97846751bc46e703d85c108ae56c7a71c11c60ec9864744b20db6898f36d03f651d679d8dc6376307922206649b5b0f0c1fed9adf9a1677ccfc5824f5c931c16552e854a57f42df3eab73c85fc15f25a2fba7c491958fec7ae76f50abbb3660fd275ee7f0f4adf3f91733f7537139d11e30dad3f47b52f0fe206e2cb12f4b3c4535b8d8aabc4ad61562502d53844bc9791f242c0f8053056d9c88172788f06ce521ba2a40f55ab4fc9fe109675a81e92b5598a5fc9c7d877a652c87d638ecdb67517d10a8c1e5e8abd30b53404d64ce69d3dee8bcc6e8aad86ac0ae4eaf4eea651f09aa73bbb06f22502b565f76e11bbec05a60583df53a7c94341083d51987eeb435381cf9022987563fce4baa127140aeb250baab7aa0ecb6c3793e6b7e3685165c99501b2bc227e2cbcb6432e39e0092f2451b4662702c81f15be72b144c73ee61f488205b9a29c72cd388dcc60f52e7fb04135714e9a120f74276db549b8ada492bd6fa48e6ba6d2767cc42eb54666419986f75a1153eec019648a695295bd7e116296c2bd722facaa4a2858d31d00d83b65dcae57dc4a67f94f677a0ffab31606adac510e83185f9e33b870401b1db299d2b9523af4f67f802f6a7ef5cf3c8fbddc954f0259eec0e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4d2c6475ffaff38a863203d06fd1cc8938dc1ed4b9dbbb482eec9bfb51dd5aabb6db430cb735bfb85b2cc6b73625d4aa23f2e3368a5ef5e73a156c2aae5b33da9d69f517bb86ee625c5521a89363a08a704554d714234901d0dbe3424ca4955b71d7ca9c104f3831785c2db12aff207e360a15a8615555cc7503da464918a541a64404f6a6a4cd6bf4c8746dc98de00aaf186a65dba5844ec95325d8d8a19a10db6ac194112ffc85b3e9b368af025ad292e33256b366920f4ed890f4051d15e6320096186ebbef698decdfc4c2789952a06d49faac79d2dba1cf0d103f04bbe6ed85792284baeeeb4286569a7a439658b8dbadf57bddf34600abf1d2fb5e55301fbe4c8f5183816d359e25a12b8d8b8b6f584e1f4d172e10ccd473703817ea8d3f7d000982f81a6c72536634e3decb471ec16795271be76fdb96443226bb64e6ce699c7d9cd91da0b6bff811d603baed6864e527045fb1b8dc566ffbf8900252b4699d50f6cf9ae1efbeeb26b9bf5c0094b76fd029f2f175db81b9b68a2f3fa0d5872b0400744542f13b65683e59b00bc32078c8aeacd86f6a61d856ac65342e91863821167b431b1c9910b8e18589f43a98f2233e408f8343c91224efec89024038602cfccbbe409a9f4e8c1a0315982b4c91270ee0f18f2c657bb8532be90e3f6209152a8ea2dc46db5446a0e0b8b7bf2f674ba559463bf013da827f0f096737505e7dc6625641c47dfe08d6bca4d947c83ccf9c9adae779f1b589b0b66b018928f114d581bd2fdb419882aba5e71f2ad10da8be6fa8c1b1f6d64cf9dfa3c64ec97b009f79a335a634f1d1a77baba06e7e38d07139ebb211efdc04d99d6b419ae07b7edf3917ea924044059771551f9f2b706b3bee4632b3b9f4439c666935b73882329f11adaa12eeaf8506c5322ef73b5a4943d4e3da05b7cca3f15cb3a89de77cd40988b1b1323edb3cf3e5765301406f29289b95dbb241890395d37bc554751c0c785bef1de677f93655277f65be4b0743654c87e70b55aa8dbd3f91fdca8e3d5dd23a2ae1ae0b4555efc90024b48d228ce3bc3a82bc3b11fce8c73409c8d0fffa3fb921350b51ae03bc573e7e54688c19ebaae196101597da96307bee910cda373944eca296e148a2d87b1770d9a21a080ee571b72c823ddd0c6b5e43867340617bfd47c15dfb23556f308a775369b8f13d3f5dc75534c13dccbdd3c9c992870af630760cac4c684b20ba3b68300b472f3d6a72ec0a9387ebd9fcb33296560f3298906c08df4b94b4b00fd28c47497a929e0e62cd5cf6e884423b33d10eadd552dc6869d7eadfb57a89fe247e271d1bc060c5b010bb9e0adff13543da1b59afd410d8a6b55c1c61606315d09135f72158ccd46b41e70d8d7195e7f5494d61347db35093ce45b0d9e17a2b6d72e0bb02c3942e10f255447401dc61595b14de15209551d647b597178e8b3709bacfa19401563bedca26b1476e31689200c02d742bff0258f027d5066d6017459d1f569a534bb6a095418fff278152f367ddb6c85d707680c457f4ef451cd9f07522aa58002582aa81ee8d9260fbb01074849405e8a68c40ae074a5817b8d153c8b22ab578b5d485ac56189a7558e0c98d4d176f305a3fd259d47da2fa605aa5e30492e96384c0743612deed0a8c68b6b5cfda112f5f6bca83a19df280c4d4841e3bbcc4ce7ba8713c1e055f05b3300e4ca1abc72e4556a96d37a50118dd50dcd07c0d2f105a07ff43dd4404dfcb05e80b23c33fb6f1a80694b3fef15cb5fb945027e6cdf198a8155ed2ddd85ae86b9f285f53c8b52614df7c16c9aaa36a66e2bbba102bedb744b77b7157d434649576a80e95a7fdb644f3958c3d7e7c131da1566119d970110ddd2009f307e36b5dfb1180c8679b58091d6d87f70cd5652ea92e151921d915a938db9bd973b39a0434c33f80a55c2fcb380bf3bdfdc62b6a1b2d8b20524a54f4039ff9e98a0ab1da779196a37e6f600ce07deb7d20aafc1fc2a666bd5245181bc2f0c5edfcd4118fde75264da23b898d31d381ab73f4aaa7e473ec5ac8928fc03a8dabbf15f9c2180a5c23084e7cdd76f6953336df3ce5115ba22dfdbdfa05cf08ad3ac1482bc944553822df4e7792b578af67d0ee4c26bfcc76e90a4003b3b1e44de582a2b8306d38d24bc60823a74e7b4b382d6e18d60bdb552166e8d8ee1cea31141f4a2df485cd0208e6ed3e8e0b767dfd33707171eb100d0ec122bbcffd62c1c67da0463d7960e7b3bac7b70afe7c981a487ba072f791d0ae5183def107ce2142fdd09bcd5cafb45cbe8437950a9375c3d8a1d389c7be7b7c960982434f2cd6085aa1effb634380f216a5529ad876dea9b29e6ebddf13c736cd271008b1d6db6e20ddad78fff4fde91c199160b7da2947b49b360ae81fbf481d59fd1c3823b1a6f0fe6f6ccbd6c5bb70e20a6aaac53c9dd11af293c7cba68d803bbde18c01247803d3ea1c5107e73985235a77ed503ae5c12d225eea4f2ab454a64b736137c247134852c21ed32de9d721785e257408d2c95ae1ca996f7fdf4ccfeaa8d069f8e4c2261c374afa6504b2d58c3d8a8d90b194ae1ba0900c95c94488e6760d89115b32e987392144c19b60ba912a6bea4f75394fe6136eee3449a3efe8b9ab4c3f84be9bf41237d6395352b42f62e0c02615fb1017f8d2d2c79a4f997805cb9a69828e2078622b9b0fe654aa0da9a03a14b7d19d0f3513379b607f0598367a1387cd769df5d8d4c6e39dc2146f7592358ce5a137325b8221d430d2177211534027803804925c13f0d3199e8550a309448ff6e9eb0e6ecbb8ad783f9cfaa8debf496aadbd5c597310522d7b8871f146c23845856cab0491d255aba952a9f60d0efbd26c43d121e6891f618caf70d668f49ed0263df36238c1a347cd30e6c18eb266552f5f9f5875744e033533ce52a6768d981a3fcf7c23a6b22101cfe029fcae4ef7b8ff6fc8d0031ee9c3d1c0326d647ea107ddf5e2210cf55bf6c6e2e5d67905102eeab6b812ced5268585b0954aa670186fef7258edda2fe0cba727c0e3a4346f42ee022584c96198c00592a595dcebdc366196836a98c3af2c6e331a9274fe5693e96642873247a485c8cfee7de4a7ae0fcf26c0ff984758635a5151e92656ca8c5f6be10e296b5ab575feba57f201524af7ab7ada776d28a158e9f27f536f03186ed3a34adfcbf916bd15b0c22bfb412f1bf7e768704bbff11c48f61eafbbd2677994e6698c8e30611f78a37d3877d3c379bbbd83cb4173a47067f512f52b6740bbedcf205c42d3123fe9b7d38ac5da8fc022c81a91d01ef0019e05677289dc705247fead0bb1310dbe0aea5dfcc671f3fec8e74958944d3496cfffb7221098c88f8b756734a5d2460cd12ba428b5affa1daad00ceae284e8f49ab455e70a4db9b60715a3b36875a3830d3e956bd675cc308de211d27241a9f876fdad1e2c8d8ede3dc3c2d1990cf4ed05fb067234342cbee1005a757f670a289de622527aaef98de21a2ce8095f03f127ffa4e02a60ebf588d24c6f22912ea21f001102f668f0bb00c25b515b7d3725a28f843ed7c99b2a1f37acf6fc0ea8c011c897dbdfd273dc4973fab8c91fb2e1662df7dae3a065a52b01214bfd836ecb5d15a2d513c13615a430a98faa0e35725ade15a441b86f782865bbcd6a178429734ff123ea112b8754ed5c1a86aa44a2ee63867f04fb5654fc0ccb45191145fb931418e922f3b12fd831e7339c63a3e30cecbd7b476392e953fbb0252671b52ba36ac1c99cb200f63cb76dad877205d9b1244da2aea4f609a489a4d1058b12308d7fbf42dbf013ae8d34d75b6df296b7333ca2711a581c6613c5a384481ccb21c0efdcfa3bb2a1e4b8de52db27610e741655b23d1776966f04903c342b0092f482773e7882c672e3dc4a7adc51925b841eb9eb38b7d7998babd1780009c1a8498597a54f790f3da0cc284e2e941f373166a087df22f12910b1049129452c1a57cfa368f7d30c67add5f0c6193c3b9c877475cba5b7b3f6395b2c42af6020c47f1193e2024c8517aa59af677e703bc935613abfd09b4149d09f3d95dbff27d8bf57dce1455ef095025087315af26f456386d78722541c1cd425f74939d20ddce9a3d89356cc1e4e3f9f9ac53669d2a7b0bc55757ee5c2bb816c78cc226dc3821fed7483d30cab1c565be257a94a0e3bb9cf91d208cf0a3dfa452ad06e8c33023fe9bc8c4f4a3924b6c4c7b28781eeee3489bc6685f3166aababf1a3402157a4b2310f558ea04414b26760b73be7880d1f43acc4dee26ca10c3a20e0e93892b50431b6c989c4e72df5a528327f36128699c796e48f961f45ef7e7fce9824a64616d265fcddb23b7e7bbdfe61015c15ac0c4477d7d6ef3394e281afa33a534bab6b7c0ce9cf01a4c77ea07b9f5227c7b4acad462a4bf92991b17b03ee3bd7c1f92ca5ca18afaa153cdcc474bd1bf9ba3e825eece660acecdfc5a0b4eedac6397c9a2cc95622304bddc3dfc6a7d1a709d2ce6f358c8690373a4abafbeb70992c80f8229b2d6a31d0c016f7385e3f0b079921a9e33baab9236b9057c14364439b599d8cf391c094048cc54580ef4e11c613670b3be5594aa4eeb4a805cd957e3586bcdc39f5328816e20cb7b060f26a95d8e760e3a0f1c6e32aacef067cb5ddb7fa54c578cbff9c23e98e5d2975c73744aacc81fc8386359ccde8f5b8c3f9e7cc1c84fd97a3a9c7c299b5535575ac01785a2cdae285832becef9b877817b60a415670d9f6ce05be0428a83cf7903d24f530fa342624abd53df00686244a05e6f4aae1535ad0add016881183c84d21bf2152b3828c4cf48fb3304ef524566844d47f5ff501a60834c724f4207fe70e2c2210e95630a5ed9cae4cd7ac675b32c41a4ce48b6d6a03d861f83ee2dc65ff2fcd6218a71376d6e6f7394ac0fcf311073c7870de939b0526efbe3deaff4d11cd4516db1f18da308f7075aaf4f9b6d007a2def3eb531791a93d2c4b124e7de99252bf8ad72bc1f750238355ef984d513cb3934377dbca4a4d63dae239ed53668a97457f5d4e2a02369520a4268e1876149720b7d8341b71094a5cbf0c1babb389955c6df97ded4d098b2fe1df3575076f368dc369e08030d0d23e7c0654a039c4c0a20beb93d1056bc0586ae2ff63ff9be777f1e39b017f2d1b2f918964a1fb842e21de7fa26f82ff615eabc94ddb5e709497294147fe05a9230f93d683255803ef9014803aa743eaa79a8d05107d015a9a927f81ce8bab5e44568628b21a282f78cc6259b224705ef5409adcd83c20518059287d571011563d4cda836d5f2db3a51e29f82e3475beadc7cf3b22cb740229c7f97e97dc8f9154afc777397b966bf4eaedbe23e6dd644ba9fd4017a06b4d3ff76b7f0638a924456c871e8b3ff5d6f096aa89c8b3bc0c47aa6ba8f5e4066d4d4f758aa6868b716663bb4c80baebc3cb551d8c32e357a3e3205b549b40200055c30865778d8e971e3ea0607f9de0fa479329a1ce9fc4718b51ea132edf61879d61fc400d4a2a1e1fc159c33e5830842323b2664627174e674422faec9524c6093a3d6382c4a552333d44b452cee0935559210fefc1272f17b7e947a6b9fbc674a301f33f7d7772a4807cfbec433ef9ca20994512f51659a065d0fc4f8f77cbeff0d2c5dc8712b788e7216e0676c21e9bd054edae424f76689a37130f68ed371e7406ddf0f521027367c4b9155e7f1bc1366aa20b0f3932d98e1d60414f4c7ddf730e98c3a361205b02b40cb7232f78c8d1ce751a88ac8ccfa0fc68c3ad37ed4d54d36c3daca99d428b1f13c4d55d109f6709a704ca34f5a83d81de1dd1686e954f01bddfefbc0d4cc9375daec1fdef99925c680192d777369b16240e645c0aecc6e5fae5401e8c68f8feea1c570da5910d6283224ccd5c38d5cbe36388d891837f8d53084d8ffc4a7a84fb6cd67028fc16a28c446fbbd84be8d7d4ab9fe1821fc0096b229b340dbc61166af65d1a41fa83255a359cfa4ec0fbe0e12ac838ffa9491b9779ac9cc64557cdcdcb22d2e25e9fbc1d26e2ab9188e1353e836fdc597b8adc70de310ca67f7454a4468f7e3d2bf8170e527224f63b650ee2d134a13d9d4b591b8384b387d54d99878394a71b74e0905ed56a112d7118bfacccbec7faf92e5dcc01075a6afcacf0e727bdbe4b48c17259e36468fa5f4333ef18760a9ea5026ed133219f20e8d48ddc7fc26561eb4cae1dc2489afb5ffd94cd73c35c119be357f24d8fb2e82979c20e7e4c95db7dba95b0a5d019d3b222c42cab0f8cb9bb781e575a6a677f5dceb6264ae86b8e6c9f691c3b6d497371b51c4aaf71587e9e5a71ff6b07714fab0b212f00c7c910ad3d5deca308ac718259989d1f76879f72da83bc9a70132b82a64e8f2c08293d4d57107c70e3444da5666ffd249fdd8dc0f22225ad1d6a8e51c9067ece77fe23114dc8eb9991871e9cd1956cfbd7b8bdb0839716920c61567da4cbc86ab7a5753c9411f5910020ebbcfc53cd534fd3f649bd6500904405a42b8e11db019cf0be2whatislibman-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(x86-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.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(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/shh04-ch1a 1701433882  !"#$%&'()*+,-./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_Updatedrpmxz5x86_64-suse-linux ASCII text, with very long linesELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7671a4bac7a9db8aa26f03b589b559bb3eb33229, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=793d75f78d7443617cb533b7c24c3ad326c55db7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f6a3804cb3becfd3cee66d730e52f0a22f55d82f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9924ae2eba8e93e9edd62b181a39ed0177c25b94, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9b4d561ed0cba658e83fa85c2253882e5ee9b0d7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a1d17805297c3d05f9c84a366d38eddef081ae87, for GNU/Linux 3.2.0, strippeddirectoryPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=efdd8cad49cb4e4588cac5fcb5c9e1ac7bd0f0e5, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=586a657bf2e521b8a5a853670e871f75df701fca, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=239cc5a14d8a753ebae408336c320a43e4acf28e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8eb4e7488de247757e97fa22181d2fc315f3c23f, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ccdf00f8b8fdd06f35c6a55f6c137f3dfdf0db60, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d51c34fc04ac2a507b50969d8c643820ff8e9659, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5ba27cc1ade3880508ad0deefbb9a664b7e5a8f5, 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)(+6DEOYgs    RRRRRRRRRRRR RRRRRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRR RRRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRRR RRPRRRRRRRRRRRRPRRRRRRRRRRRRRRRR RRe6;%[hVGhW4test -d /var/cache/man && mandb --quiet --create ||:/bin/shgroff-fullutf-8fde0a1a9f9d36a458fe9b45cacbb0409b784f19be48db19dfc5c0665693ce273?P7zXZ !t/n5]"k%f2m<\mkQk{E߷DObG0m(Ub &_2yԯ'(1i@eH0Xg;*6QaX^RVL“s@]=2˵#Ţgk5*^c=18>r]We8?Yb5l:]X͂:͝*:ߍv`dByyg#cyNtjV\6IpxpEɽM}WӒidOI0 FQuE88 AJ82v׷uPǢB}Q >E~{ge) &ME>b‹ƹ|1һٶH }C1Q jdWFݧ_.P׈4 >{pxt.D&u;=9䢗͹ͤHSYvסeѴH"ñvr0C(! ӪѨ4g/Mt+{?bCSnp*T9ݽޘ,-%AhyihB`. C\&Λy ړd}vKo2[]dMY&LT#QER_0)4w^D}pK= y>sQ (=Scl {MG+W%kQ/ynKEнҩ`Y7Gj`pErTsgS2$LQB@6:0Ԡɳ1ۻe3%r{mxnNcu izF+Bz:'^?;3ruIR9r.Ҋ \oTV,\nЛj.:<Zqldg#!T9FѼ;Ĕ4^`Pک" E9kAkDxRg-"kZY(]iR-SLS9ϫe@kУ>6²1-Hu9oeLZ0U҈ISBr--R 9֌+ TEeVxxEk}Wjy+Jr@&J6%D]Rzm]غ%=9>N:?'@XK|uQ6LKV{qC 6"!9eX {ӈ_<ۆdW};j/mNSv$.dw5wJFH{R,-Ln%_!MYJtu u#cj'KmV1 w-!ꩡP"ܿzN-z_;r*h0r EZ^䥱x [n*턀8Gh@Rr3sڛYIXfQF!&&g<1X#[ȅk{*æ]CU\88\Fސ adFyACFwւpxN؞=BgbMM˕DDOL Q/m ӵ5/}7ҧ^YA\eG+qʠ+$d#H}ߴdݦV@.At9 ZM[^ u|Hb<ꬰ9D`j;06g6{5jKz|Y.,jiG 1*gC4̤R WȐxn=EֻwJa s)äwQ:.xRiPv~_EGzJZ)jق!^ˎ@MY"gD'_2ԍR̘_EQ7KM|G>>nP2#B*0Wi/xzؿO$~cvҘD% ͣ:r$-;x SN3@Sk!C"iRG*NR((Y+!CE`OpU3#zSN#"0ˏa2$.D/ YS 0fP|=x|XזK2qs(/ɲo;pq=^; ,NV'^qV*z[r1oS%b;7`˞falI1y%q}+G#Gͥo;( czå|R$]SO=KX u9NS4РyY%Muǐ[z-=qK@5#]y=g M8=Ϭ &Z7kqQ7H JU-ryU!]&G͎(!̀ B;Ygaɲ XOYi;Ό4~&"z"(mSO~uj+d_EkUc;Z>ɺJi-FuU;9Mɛg>1ArԐKXmmF".*PH ~83#R)ɘL;/L_t`R=u _VyJ!ha]1)xJ0|BLf$%tw1G8\ %blTN\}g6@7l.> &7f@(ݠ+h|<%jp*#̤@q Qs Y.5:z\^[:WX^;t>3智ZPYJ&uMg7hyY@&\savM}80xV~B~O/3@rl?>,&-Y*_>;`{k @& 6W[q"EU~RU+hO"E|ՑdegyM ù"?bDx$i& (bIR'Ew"ٺ& ,_YܠNOnFW]K]g2ˈ@.0܏Yw!pZfK4Jzj2!kl9@D((ukXݬ$B+a.g;\ Ww`:~P/hX<!g'rAUH=>7r\i|߰Tr HUK*oV1!0TNjQy_T5|dCjQ~Tu83c . OeOh̲uJzX[{܃U(|qW9EIj2ыW 2Bp=kuy~рger  WY0|>oA |'λ3AܯB !ZA) ށsi) u zF5F^ X" F4kG|:.}Av'a}mHmQ\TwZ;^;4oxlɎT^ ;~]l`e|3F6lN6)z,n͘;DAAr=]M*hO: s[fw1aoE`-q[~ ڹgnM; L! E{b2R8u}E 4γ'n;:xVWnwCDxUZfXB;X Y*g#H zJ҆I0't&S,٠WWe碽ռ +㐵f2o>+| C9_.2qo}S;Y,.Z9kY{:9#4(0Ƒ`_鳋ڝK zT4_AWqlY%4b2`:3ISL۸vX{⋅V-UĄނNfS@5` M^ø\gՏQ*>dEФw! DjMP 5* }J'uNJPs}j+z`N;NU|o @G4˯xjùd|t%41bm`Ʉ$n$ 3ZB{*MX$59žOId7usE3O6Ɋ#ac)"wb# s忻U$l. VbUƏms0ۚ>o/}og,'X;F(krx": 0xp%w.PY7'bΰQAWwS[R6s:q`݋Db\*~? ڝg)p L]Z.3d(wc$ئwfV\||L$ʟWb#%΃;2#Dˆ31`<:.'D^SÆT7vOCd?b/X8Y&pk 18o5T?:KO3p\%~0C'U 5iߙ%♳>œ R5&t \vyDV@Lys4tJ,-obDLCJ]'/2?`ҋ3^#-לY$pAdRf"&<1rpL(+։v-H\PtKiN(%Z9L3Yq&- Y5 2_Z|+R?L*Ϊkf ~M~"ҲI1;%Ֆ>^OyDAH@%QMSc7YEhtc鍗2> E/ C@ ي)kNgek"x1SiƋPv Y Ԙ5C$&KD @I0U-fѩ} d.$hإs 挄4JHCY}!\1o2Vg"d(7-/5ᄢ5T2*mr癜7CSdVߖt#vv]:a/15RiW+nf[Uph)"dd5A"K3mؕk7SrRz |p1.2p+Z=y[R}p'(DZSbDǼ\E h𝕓Lz0[2E`֥<0GU٭1.m:(!"<+䇿1H9VJheyެ5y=Hk(xt$g"oj!tq>F2!\̡+D:KttSDn<0I0+gxg_C7OȥϢƹV+3ℓ1kvim#L{smЩ= Nq>I0 {>km&*LegI?x[~4+E``œ7lTb?-A8tV;_`\@x8o=KZsK8V@:xyCCW. ׷5k ͹Rf>g?x^pvbi+^K_ dk+?- 60$K:B*"}[~% IOSGA /M:ە70RuiK#etߌ~>GY~](~M28~?ǽf F׮AɆ!s˔ڽ{T쁓4U"ńTh_$Gd`7T.l=8쉲e~*~b1$L΁ Yc\J*5Q|>Oiqiy>[#|֟շ馌??bE]`OLǻ!K,>WRuö-q'kyiFs*WWSgR$ |xvi, Ƽ̓p@>s/Df OX6 6L[G6XA8P",1qC:b|p"\^>}̙%?~`3NTUL֧vHĀ`"R>$F(];EN ,=#noǃb<~t8ǣmcX5GhM,,`AnP6q9R Lq@(P8 7;`[6VDAd7&X&| bSʬ}M8gL6EDB;9x{z~P#7dNuK]1o DgYЎM{ﮑMhø 0wAP/C{ (o>d^6mH<"@!eփ<`.Thk`mSiDVV~G.S2U~Ǧrb 4 \NzV8ζpF`=>kF弹! E B!lywO{XH\kyS 'RJ>g0OI@5V1',%>Sѡ@bv=z0]Xym`3>S, g ҔDk?R{atbGUrsP'LG^  8*c1$t#o?4 @]~׶3,Di-Kq\۔;3UT `YrfM-غ)P7Z9J9̡ؼgZF.҆Y]Ԓ,u D9Lnv2yp/;-Rv߉Bb(>d?F$ " Ef\S48^\O?U$ Vwln^ Hn̷WqBI`W4{Lz:< KS2/8.xLJZxdЊ~"_4EE0 ҙ(㱦p?~Ǎ[ǚ0`l,exKxPlEMA$&,# yXR d-㹗en M{Jo3 `M샵T6t+C=5fFb/JDͿ/rϕb BT]E4#[!r p'xir}LDp' (>geBiGfʟ.MoWN I*=Uu؎ݥb9ɈUܝˮ݆dTGI5ZL6h0BNe|EHnxM}>dǗ.&a5Yy p]r2hһ [' _hr&Rj/FXʩL>F4+K ]E=|B7d yPu|Z:d5 S{*ÛЉUrxs N<^JpПQڞSTO1DL B?{TD:A7Wr9ƎM't3jGJ5;T1ot] G(|g>? CK鑅.c  ^R?4-{ )9t-f-^9hPJJsMo`>,L𧉩!F<ZK-7 )=NbX!6M$Lշnd=ziNC lU9w#*KDf5QV;gf}I89(Qڔk~qR UZp-'V(`nILTU>PɾfV|KP pWga2++&vI