From owner-cvs-all Tue Aug 7 8:49:23 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 72CAE37B40B; Tue, 7 Aug 2001 08:48:51 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f77FmpE80845; Tue, 7 Aug 2001 08:48:51 -0700 (PDT) (envelope-from ru) Message-Id: <200108071548.f77FmpE80845@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 7 Aug 2001 08:48:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/date date.1 src/bin/sh sh.1 src/bin/sleep sleep.1 src/bin/test test.1 src/contrib/amd/amd amd.8 src/contrib/amd/hlfsd hlfsd.8 src/contrib/amd/scripts amd.conf.5 src/games/morse morse.6 src/gnu/usr.bin/ld ld.1 ld.1aout ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/08/07 08:48:51 PDT Modified files: bin/date date.1 bin/sh sh.1 bin/sleep sleep.1 bin/test test.1 contrib/amd/amd amd.8 contrib/amd/hlfsd hlfsd.8 contrib/amd/scripts amd.conf.5 games/morse morse.6 gnu/usr.bin/ld ld.1 ld.1aout gnu/usr.bin/man/makewhatis makewhatis.1 lib/libalias libalias.3 lib/libc/gen sysctl.3 time.3 lib/libc/locale multibyte.3 lib/libc/net addr2ascii.3 getaddrinfo.3 getifaddrs.3 getipnodebyname.3 getnameinfo.3 if_indextoname.3 inet6_option_space.3 inet6_rthdr_space.3 lib/libc/regex regex.3 lib/libc/stdio ungetc.3 lib/libc/stdtime strptime.3 lib/libc/sys kill.2 ptrace.2 send.2 lib/libcompat/4.4 cuserid.3 lib/libedit editline.3 editrc.5 lib/libipsec ipsec_set_policy.3 lib/libmd sha.3 libexec/getty ttys.5 libexec/pppoed pppoed.8 libexec/rtld-elf rtld.1 sbin/camcontrol camcontrol.8 sbin/init init.8 sbin/ipfw ipfw.8 sbin/md5 md5.1 sbin/natd natd.8 sbin/ping ping.8 sbin/ping6 ping6.8 sbin/reboot boot_i386.8 sbin/route route.8 sbin/shutdown shutdown.8 share/man/man3 intro.3 share/man/man4 adw.4 atkbd.4 atkbdc.4 bpf.4 divert.4 gif.4 icmp6.4 ifmib.4 inet6.4 intro.4 ip6.4 ipsec.4 kame.4 pcvt.4 psm.4 splash.4 stf.4 syscons.4 sysmouse.4 tap.4 vga.4 share/man/man4/man4.i386 apm.4 io.4 mse.4 share/man/man5 a.out.5 link.5 periodic.conf.5 rc.conf.5 share/man/man7 ports.7 security.7 share/man/man9 cd.9 ifnet.9 mbuf.9 mi_switch.9 psignal.9 sleep.9 style.9 share/termcap termcap.5 usr.bin/killall killall.1 usr.bin/locate/locate locate.1 usr.bin/sed sed.1 usr.bin/window window.1 usr.sbin/acpi/acpidump acpidump.8 usr.sbin/acpi/amldb amldb.8 usr.sbin/apmd apmd.8 usr.sbin/burncd burncd.8 usr.sbin/ctm/ctm ctm.5 usr.sbin/faithd faithd.8 usr.sbin/fdcontrol fdcontrol.8 usr.sbin/fdformat fdformat.1 usr.sbin/fdwrite fdwrite.1 usr.sbin/gifconfig gifconfig.8 usr.sbin/kbdcontrol kbdcontrol.1 usr.sbin/lpr/chkprintcap chkprintcap.8 usr.sbin/lpr/lp lp.1 usr.sbin/moused moused.8 usr.sbin/ndp ndp.8 usr.sbin/pcvt/scon scon.1 usr.sbin/pcvt/vgaio vgaio.8 usr.sbin/ppp ppp.8 usr.sbin/route6d route6d.8 usr.sbin/rtadvd rtadvd.8 rtadvd.conf.5 usr.sbin/rtsold rtsold.8 usr.sbin/setkey setkey.8 usr.sbin/traceroute6 traceroute6.8 usr.sbin/tzsetup tzsetup.8 usr.sbin/vidcontrol vidcontrol.1 Log: mdoc(7) police: Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. Revision Changes Path 1.54 +12 -16 src/bin/date/date.1 1.54 +5 -6 src/bin/sh/sh.1 1.17 +3 -5 src/bin/sleep/sleep.1 1.15 +2 -2 src/bin/test/test.1 1.14 +2 -2 src/contrib/amd/amd/amd.8 1.10 +4 -4 src/contrib/amd/hlfsd/hlfsd.8 1.12 +47 -47 src/contrib/amd/scripts/amd.conf.5 1.10 +2 -2 src/games/morse/morse.6 1.27 +3 -3 src/gnu/usr.bin/ld/ld.1 1.25 +3 -3 src/gnu/usr.bin/ld/ld.1aout 1.21 +6 -4 src/gnu/usr.bin/man/makewhatis/makewhatis.1 1.39 +3 -5 src/lib/libalias/libalias.3 1.49 +3 -3 src/lib/libc/gen/sysctl.3 1.10 +2 -4 src/lib/libc/gen/time.3 1.11 +5 -4 src/lib/libc/locale/multibyte.3 1.11 +7 -4 src/lib/libc/net/addr2ascii.3 1.16 +7 -11 src/lib/libc/net/getaddrinfo.3 1.3 +5 -3 src/lib/libc/net/getifaddrs.3 1.7 +13 -25 src/lib/libc/net/getipnodebyname.3 1.10 +6 -10 src/lib/libc/net/getnameinfo.3 1.6 +2 -2 src/lib/libc/net/if_indextoname.3 1.7 +4 -4 src/lib/libc/net/inet6_option_space.3 1.7 +5 -5 src/lib/libc/net/inet6_rthdr_space.3 1.7 +3 -5 src/lib/libc/regex/regex.3 1.8 +3 -5 src/lib/libc/stdio/ungetc.3 1.15 +3 -3 src/lib/libc/stdtime/strptime.3 1.16 +6 -3 src/lib/libc/sys/kill.2 1.22 +6 -12 src/lib/libc/sys/ptrace.2 1.16 +3 -2 src/lib/libc/sys/send.2 1.15 +3 -5 src/lib/libcompat/4.4/cuserid.3 1.16 +2 -4 src/lib/libedit/editline.3 1.11 +5 -11 src/lib/libedit/editrc.5 1.10 +7 -7 src/lib/libipsec/ipsec_set_policy.3 1.11 +3 -2 src/lib/libmd/sha.3 1.14 +2 -2 src/libexec/getty/ttys.5 1.12 +6 -4 src/libexec/pppoed/pppoed.8 1.26 +3 -5 src/libexec/rtld-elf/rtld.1 1.29 +2 -2 src/sbin/camcontrol/camcontrol.8 1.32 +2 -2 src/sbin/init/init.8 1.89 +13 -23 src/sbin/ipfw/ipfw.8 1.15 +2 -2 src/sbin/md5/md5.1 1.47 +5 -7 src/sbin/natd/natd.8 1.32 +18 -17 src/sbin/ping/ping.8 1.14 +15 -15 src/sbin/ping6/ping6.8 1.30 +7 -4 src/sbin/reboot/boot_i386.8 1.29 +2 -2 src/sbin/route/route.8 1.16 +2 -2 src/sbin/shutdown/shutdown.8 1.14 +4 -6 src/share/man/man3/intro.3 1.12 +2 -2 src/share/man/man4/adw.4 1.20 +5 -3 src/share/man/man4/atkbd.4 1.15 +3 -2 src/share/man/man4/atkbdc.4 1.33 +3 -5 src/share/man/man4/bpf.4 1.23 +3 -5 src/share/man/man4/divert.4 1.10 +10 -13 src/share/man/man4/gif.4 1.12 +5 -7 src/share/man/man4/icmp6.4 1.13 +3 -2 src/share/man/man4/ifmib.4 1.11 +10 -18 src/share/man/man4/inet6.4 1.20 +7 -8 src/share/man/man4/intro.4 1.11 +4 -6 src/share/man/man4/ip6.4 1.12 +16 -22 src/share/man/man4/ipsec.4 1.10 +7 -8 src/share/man/man4/kame.4 1.37 +14 -19 src/share/man/man4/pcvt.4 1.37 +15 -8 src/share/man/man4/psm.4 1.21 +8 -4 src/share/man/man4/splash.4 1.9 +10 -11 src/share/man/man4/stf.4 1.23 +5 -3 src/share/man/man4/syscons.4 1.20 +3 -2 src/share/man/man4/sysmouse.4 1.8 +9 -7 src/share/man/man4/tap.4 1.18 +3 -2 src/share/man/man4/vga.4 1.18 +2 -2 src/share/man/man4/man4.i386/apm.4 1.9 +2 -2 src/share/man/man4/man4.i386/io.4 1.15 +7 -4 src/share/man/man4/man4.i386/mse.4 1.12 +3 -5 src/share/man/man5/a.out.5 1.22 +9 -17 src/share/man/man5/link.5 1.33 +3 -5 src/share/man/man5/periodic.conf.5 1.121 +5 -9 src/share/man/man5/rc.conf.5 1.27 +9 -13 src/share/man/man7/ports.7 1.23 +24 -37 src/share/man/man7/security.7 1.15 +2 -2 src/share/man/man9/cd.9 1.18 +3 -5 src/share/man/man9/ifnet.9 1.13 +6 -8 src/share/man/man9/mbuf.9 1.13 +6 -4 src/share/man/man9/mi_switch.9 1.8 +5 -4 src/share/man/man9/psignal.9 1.30 +3 -2 src/share/man/man9/sleep.9 1.60 +6 -10 src/share/man/man9/style.9 1.20 +3 -3 src/share/termcap/termcap.5 1.21 +3 -2 src/usr.bin/killall/killall.1 1.21 +3 -5 src/usr.bin/locate/locate/locate.1 1.18 +5 -13 src/usr.bin/sed/sed.1 1.11 +5 -5 src/usr.bin/window/window.1 1.8 +11 -11 src/usr.sbin/acpi/acpidump/acpidump.8 1.8 +9 -9 src/usr.sbin/acpi/amldb/amldb.8 1.12 +4 -6 src/usr.sbin/apmd/apmd.8 1.13 +2 -2 src/usr.sbin/burncd/burncd.8 1.13 +11 -13 src/usr.sbin/ctm/ctm/ctm.5 1.12 +5 -7 src/usr.sbin/faithd/faithd.8 1.13 +4 -6 src/usr.sbin/fdcontrol/fdcontrol.8 1.24 +6 -4 src/usr.sbin/fdformat/fdformat.1 1.20 +3 -2 src/usr.sbin/fdwrite/fdwrite.1 1.8 +3 -5 src/usr.sbin/gifconfig/gifconfig.8 1.33 +6 -3 src/usr.sbin/kbdcontrol/kbdcontrol.1 1.6 +3 -5 src/usr.sbin/lpr/chkprintcap/chkprintcap.8 1.16 +2 -2 src/usr.sbin/lpr/lp/lp.1 1.38 +10 -6 src/usr.sbin/moused/moused.8 1.7 +2 -2 src/usr.sbin/ndp/ndp.8 1.16 +4 -4 src/usr.sbin/pcvt/scon/scon.1 1.14 +3 -2 src/usr.sbin/pcvt/vgaio/vgaio.8 1.276 +42 -26 src/usr.sbin/ppp/ppp.8 1.7 +6 -8 src/usr.sbin/route6d/route6d.8 1.10 +2 -2 src/usr.sbin/rtadvd/rtadvd.8 1.9 +20 -38 src/usr.sbin/rtadvd/rtadvd.conf.5 1.6 +2 -2 src/usr.sbin/rtsold/rtsold.8 1.17 +9 -15 src/usr.sbin/setkey/setkey.8 1.8 +3 -5 src/usr.sbin/traceroute6/traceroute6.8 1.16 +4 -2 src/usr.sbin/tzsetup/tzsetup.8 1.42 +5 -3 src/usr.sbin/vidcontrol/vidcontrol.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message