CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/06/13 12:34:00
Modified files: lib/libc/hash : MD5Init.3 RMD160Init.3 SHA1Init.3 SHA256Init.3 lib/libc/locale: wcstod.3 wcstol.3 lib/libc/net : gai_strerror.3 if_indextoname.3 inet6_opt_init.3 inet6_rth_space.3 lib/libc/rpc : rpc.3 lib/libc/stdio : __fpending.3 fgetws.3 lib/libc/stdlib: ptsname.3 rand48.3 realpath.3 lib/libc/string: memmem.3 lib/libc/time : ctime.3 lib/libcrypto/man: ASRange_new.3 CMS_signed_add1_attr.3 DH_get0_pqg.3 DSA_get0_pqg.3 ECDSA_SIG_new.3 EC_GROUP_check.3 EC_GROUP_new_curve_GFp.3 EC_GROUP_get_curve_name.3 EC_GROUP_new_by_curve_name.3 EC_POINT_new.3 EC_POINT_point2oct.3 IPAddressRange_new.3 RSA_get0_key.3 s2i_ASN1_INTEGER.3 lib/libevent : evbuffer_new.3 event.3 lib/libm/man : fmax.3 lround.3 lib/libssl/man : SSL_CIPHER_get_name.3 lib/libutil : fparseln.3 ibuf_add.3 imsg_init.3 ober_add_string.3 ober_get_string.3 ober_oid_cmp.3 ober_read_elements.3 ober_set_header.3 ohash_init.3 ohash_interval.3 lib/libsndio : mio_open.3 sio_open.3 share/man/man3 : dlfcn.3 queue.3 tree.3 share/man/man9 : KASSERT.9 autoconf.9 config_attach.9 config_defer.9 mbuf_tags.9 tfind.9 usr.sbin/ldapd : btree.3 Log message: The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.