From aa0d550a72ba06d0d09c4009e3498be354315edb Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 28 Feb 2006 02:25:11 +0000 Subject: [PATCH] Use \(xx style escape sequences for some special characters so that the correct glyphs are used for output devices like ps or utf8. --- games/phantasia/phantasia.6 | 4 ++-- lib/libc/gen/frexp.3 | 4 ++-- lib/libc/sys/gettimeofday.2 | 4 ++-- lib/libm/man/ieee.3 | 4 ++-- sbin/i386/fdisk/fdisk.8 | 8 ++++---- sbin/mount_nfs/mount_nfs.8 | 4 ++-- sbin/reboot/boot_i386.8 | 4 ++-- sbin/reboot/boot_pc32.8 | 4 ++-- share/man/man4/inet.4 | 4 ++-- share/man/man4/inet6.4 | 4 ++-- share/man/man4/man4.i386/dgb.4 | 4 ++-- share/man/man4/man4.i386/spkr.4 | 4 ++-- share/man/man7/tuning.7 | 4 ++-- share/man/man8/man8.i386/MAKEDEV.8 | 4 ++-- sys/boot/common/loader.8 | 4 ++-- usr.bin/cksum/cksum.1 | 4 ++-- usr.bin/stat/stat.1 | 8 ++++---- usr.sbin/dntpd/dntpd.8 | 8 ++++---- usr.sbin/i4b/isdnd/isdnd.rc.5 | 4 ++-- usr.sbin/i4b/man/isic.4 | 4 ++-- usr.sbin/pfctl/pf.conf.5 | 4 ++-- usr.sbin/traceroute/traceroute.8 | 6 +++--- 22 files changed, 51 insertions(+), 51 deletions(-) diff --git a/games/phantasia/phantasia.6 b/games/phantasia/phantasia.6 index 8dfc4bd703..ed80314946 100644 --- a/games/phantasia/phantasia.6 +++ b/games/phantasia/phantasia.6 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/games/phantasia/phantasia.6,v 1.6.2.1 2001/07/22 11:32:36 dd Exp $ -.\" $DragonFly: src/games/phantasia/phantasia.6,v 1.2 2003/06/17 04:25:24 dillon Exp $ +.\" $DragonFly: src/games/phantasia/phantasia.6,v 1.3 2006/02/28 02:25:10 swildner Exp $ .\" .de sh .br @@ -593,7 +593,7 @@ and .B Bwca. .TP 1.5i .B Lamprey -may bite, inflicting 1/2 of a +may bite, inflicting \(12 of a .B poison. .TP 1.5i .B Shrieker diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index 62774294e2..afca9854ce 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -35,7 +35,7 @@ .\" .\" @(#)frexp.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD: src/lib/libc/gen/frexp.3,v 1.4.2.5 2003/03/13 18:05:37 trhodes Exp $ -.\" $DragonFly: src/lib/libc/gen/frexp.3,v 1.2 2003/06/17 04:26:42 dillon Exp $ +.\" $DragonFly: src/lib/libc/gen/frexp.3,v 1.3 2006/02/28 02:25:10 swildner Exp $ .\" .Dd June 4, 1993 .Dt FREXP 3 @@ -68,7 +68,7 @@ such that is a .Vt double with magnitude in the interval -.Bo 1/2 , 1 Pc +.Bo \(12 , 1 Pc or zero, and .Fa value equals diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 index 163c8785f7..533b24115d 100644 --- a/lib/libc/sys/gettimeofday.2 +++ b/lib/libc/sys/gettimeofday.2 @@ -31,7 +31,7 @@ .\" .\" @(#)gettimeofday.2 8.2 (Berkeley) 5/26/95 .\" $FreeBSD: src/lib/libc/sys/gettimeofday.2,v 1.9.2.9 2003/02/11 06:05:00 nsayer Exp $ -.\" $DragonFly: src/lib/libc/sys/gettimeofday.2,v 1.2 2003/06/17 04:26:47 dillon Exp $ +.\" $DragonFly: src/lib/libc/sys/gettimeofday.2,v 1.3 2006/02/28 02:25:10 swildner Exp $ .\" .Dd May 26, 1995 .Dt GETTIMEOFDAY 2 @@ -100,7 +100,7 @@ Daylight Saving time applies locally during the appropriate part of the year. .Pp Only the super-user may set the time of day or time zone. -If the system is running at securelevel >= 2 (see +If the system is running at securelevel \(>= 2 (see .Xr init 8 ) , the time may only be advanced or retarded by a maximum of one second. This limitation is imposed to prevent a malicious super-user diff --git a/lib/libm/man/ieee.3 b/lib/libm/man/ieee.3 index 9876790bbd..6728f7edc2 100644 --- a/lib/libm/man/ieee.3 +++ b/lib/libm/man/ieee.3 @@ -27,7 +27,7 @@ .\" .\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91 .\" $NetBSD: ieee.3,v 1.19 2003/08/07 16:44:48 agc Exp $ -.\" $DragonFly: src/lib/libm/man/ieee.3,v 1.1 2005/07/26 21:15:20 joerg Exp $ +.\" $DragonFly: src/lib/libm/man/ieee.3,v 1.2 2006/02/28 02:25:10 swildner Exp $ .\" .Dd February 25, 1994 .Dt IEEE 3 @@ -136,7 +136,7 @@ moreover if .Fa x No / Fa y No \\*(Ba .Sm on = -1/2 +\(12 then .Fa n is even. diff --git a/sbin/i386/fdisk/fdisk.8 b/sbin/i386/fdisk/fdisk.8 index 284033c51d..2fb44277a5 100644 --- a/sbin/i386/fdisk/fdisk.8 +++ b/sbin/i386/fdisk/fdisk.8 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/sbin/i386/fdisk/fdisk.8,v 1.17.2.11 2002/04/25 16:25:12 trhodes Exp $ -.\" $DragonFly: src/sbin/i386/fdisk/fdisk.8,v 1.8 2005/11/28 17:43:46 corecode Exp $ +.\" $DragonFly: src/sbin/i386/fdisk/fdisk.8,v 1.9 2006/02/28 02:25:10 swildner Exp $ .\" .Dd October 4, 1996 .Dt FDISK 8 @@ -324,9 +324,9 @@ information. .Pp It is an error if the following is not true: .Bd -literal -offset indent -1 <= number of cylinders -1 <= number of heads <= 256 -1 <= number of sectors/track < 64 +1 \(<= number of cylinders +1 \(<= number of heads \(<= 256 +1 \(<= number of sectors/track < 64 .Ed .Pp The number of cylinders should be less than or equal to 1024, but this diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index fa656c183f..6ed4c36df9 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -32,7 +32,7 @@ .\" @(#)mount_nfs.8 8.3 (Berkeley) 3/29/95 .\" .\" $FreeBSD: src/sbin/mount_nfs/mount_nfs.8,v 1.18.2.10 2003/05/13 14:45:40 trhodes Exp $ -.\" $DragonFly: src/sbin/mount_nfs/mount_nfs.8,v 1.3 2005/12/28 13:35:02 swildner Exp $ +.\" $DragonFly: src/sbin/mount_nfs/mount_nfs.8,v 1.4 2006/02/28 02:25:10 swildner Exp $ .\"" .Dd March 29, 1995 .Dt MOUNT_NFS 8 @@ -118,7 +118,7 @@ feature. .It Fl I Set the readdir read size to the specified value. The value should normally -be a multiple of DIRBLKSIZ that is <= the read size for the mount. +be a multiple of DIRBLKSIZ that is \(<= the read size for the mount. .It Fl K Pass Kerberos authenticators to the server for client-to-server user-credential mapping. diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index 7afdf26ff3..c00ebb5bc6 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -39,7 +39,7 @@ .\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94 .\" .\" $FreeBSD: src/sbin/reboot/boot_i386.8,v 1.23.2.11 2002/04/24 17:47:58 rnordier Exp $ -.\" $DragonFly: src/sbin/reboot/Attic/boot_i386.8,v 1.5 2006/02/17 19:33:33 swildner Exp $ +.\" $DragonFly: src/sbin/reboot/Attic/boot_i386.8,v 1.6 2006/02/28 02:25:10 swildner Exp $ .\" .Dd April 19, 1994 .Dt BOOT 8 i386 @@ -137,7 +137,7 @@ The supported interfaces are: ST506, IDE, ESDI, RLL disks on a WD100[2367] or lookalike controller .It fd -5 1/4" or 3 1/2" High density floppies +5 \(14" or 3 \(12" High density floppies .It da SCSI disk on any supported SCSI controller .\".It cd diff --git a/sbin/reboot/boot_pc32.8 b/sbin/reboot/boot_pc32.8 index 3218ff9ac6..0098c9eb1a 100644 --- a/sbin/reboot/boot_pc32.8 +++ b/sbin/reboot/boot_pc32.8 @@ -39,7 +39,7 @@ .\" @(#)boot_i386.8 8.2 (Berkeley) 4/19/94 .\" .\" $FreeBSD: src/sbin/reboot/boot_i386.8,v 1.23.2.11 2002/04/24 17:47:58 rnordier Exp $ -.\" $DragonFly: src/sbin/reboot/boot_pc32.8,v 1.5 2006/02/17 19:33:33 swildner Exp $ +.\" $DragonFly: src/sbin/reboot/boot_pc32.8,v 1.6 2006/02/28 02:25:10 swildner Exp $ .\" .Dd April 19, 1994 .Dt BOOT 8 i386 @@ -137,7 +137,7 @@ The supported interfaces are: ST506, IDE, ESDI, RLL disks on a WD100[2367] or lookalike controller .It fd -5 1/4" or 3 1/2" High density floppies +5 \(14" or 3 \(12" High density floppies .It da SCSI disk on any supported SCSI controller .\".It cd diff --git a/share/man/man4/inet.4 b/share/man/man4/inet.4 index 93783bb7c2..cf69fabf60 100644 --- a/share/man/man4/inet.4 +++ b/share/man/man4/inet.4 @@ -31,7 +31,7 @@ .\" .\" From: @(#)inet.4 8.1 (Berkeley) 6/5/93 .\" $FreeBSD: src/share/man/man4/inet.4,v 1.11.2.6 2001/12/17 11:30:12 ru Exp $ -.\" $DragonFly: src/share/man/man4/inet.4,v 1.2 2003/06/17 04:36:59 dillon Exp $ +.\" $DragonFly: src/share/man/man4/inet.4,v 1.3 2006/02/28 02:25:10 swildner Exp $ .\" .Dd February 14, 1995 .Dt INET 4 @@ -177,7 +177,7 @@ A dynamic process is in place to modify the value of net.inet.ip.rtexpire if the number of cached routes grows too large. If after an expiration run there are still more than net.inet.ip.rtmaxcache unreferenced routes remaining, the rtexpire -value is multiplied by 3/4, and any routes which have longer +value is multiplied by \(34, and any routes which have longer expiration times have those times adjusted. This process is damped somewhat by specification of a minimum rtexpire value (net.inet.ip.rtminexpire), and by restricting the reduction to once in diff --git a/share/man/man4/inet6.4 b/share/man/man4/inet6.4 index eea9602d0e..96e426ad2a 100644 --- a/share/man/man4/inet6.4 +++ b/share/man/man4/inet6.4 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/share/man/man4/inet6.4,v 1.4.2.9 2002/05/15 16:45:30 ume Exp $ -.\" $DragonFly: src/share/man/man4/inet6.4,v 1.2 2003/06/17 04:36:59 dillon Exp $ +.\" $DragonFly: src/share/man/man4/inet6.4,v 1.3 2006/02/28 02:25:10 swildner Exp $ .\" $KAME: inet6.4,v 1.21 2001/04/05 01:00:18 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -237,7 +237,7 @@ message protocol is accessible from a raw socket. .\" net.inet.ip.rtexpire if the number of cached routes grows too large. .\" If after an expiration run there are still more than .\" net.inet.ip.rtmaxcache unreferenced routes remaining, the rtexpire -.\" value is multiplied by 3/4, and any routes which have longer +.\" value is multiplied by \(34, and any routes which have longer .\" expiration times have those times adjusted. This process is damped .\" somewhat by specification of a minimum rtexpire value .\" (net.inet.ip.rtminexpire), and by restricting the reduction to once in diff --git a/share/man/man4/man4.i386/dgb.4 b/share/man/man4/man4.i386/dgb.4 index 155042e572..f223d43f93 100644 --- a/share/man/man4/man4.i386/dgb.4 +++ b/share/man/man4/man4.i386/dgb.4 @@ -36,7 +36,7 @@ .\" from: com.4,v 1.1 1993/08/06 11:19:07 cgd Exp .\" from: sio.4,v 1.15 1994/12/06 20:14:30 bde Exp .\" $FreeBSD: src/share/man/man4/man4.i386/dgb.4,v 1.13.2.6 2001/08/17 13:08:45 ru Exp $ -.\" $DragonFly: src/share/man/man4/man4.i386/dgb.4,v 1.2 2003/06/17 04:36:59 dillon Exp $ +.\" $DragonFly: src/share/man/man4/man4.i386/dgb.4,v 1.3 2006/02/28 02:25:10 swildner Exp $ .\" .Dd October 13, 1995 .Dt DGB 4 i386 @@ -372,7 +372,7 @@ The implementation of sending .Dv BREAK is broken. .Dv BREAK -of fixed length of 1/4 s +of fixed length of \(14 s is sent anyway. .Pp There was a bug in implementation of diff --git a/share/man/man4/man4.i386/spkr.4 b/share/man/man4/man4.i386/spkr.4 index fa885400af..4746c76fed 100644 --- a/share/man/man4/man4.i386/spkr.4 +++ b/share/man/man4/man4.i386/spkr.4 @@ -1,6 +1,6 @@ .\" .\" $FreeBSD: src/share/man/man4/man4.i386/spkr.4,v 1.13.2.6 2001/12/17 11:30:13 ru Exp $ -.\" $DragonFly: src/share/man/man4/man4.i386/spkr.4,v 1.3 2006/02/17 19:37:10 swildner Exp $ +.\" $DragonFly: src/share/man/man4/man4.i386/spkr.4,v 1.4 2006/02/28 02:25:10 swildner Exp $ .\" .Dd November 7, 1993 .Dt SPKR 4 i386 @@ -177,7 +177,7 @@ You can set .Li ML for legato (no rest space) or .Li MS -for staccato (1/4 rest space). +for staccato (\(14 rest space). .El .Pp Notes (that is, diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7 index 4a5a58ab93..7bbb66aa0f 100644 --- a/share/man/man7/tuning.7 +++ b/share/man/man7/tuning.7 @@ -3,7 +3,7 @@ .\" the source tree. .\" .\" $FreeBSD: src/share/man/man7/tuning.7,v 1.1.2.30 2002/12/17 19:32:08 dillon Exp $ -.\" $DragonFly: src/share/man/man7/tuning.7,v 1.6 2005/12/10 00:22:29 swildner Exp $ +.\" $DragonFly: src/share/man/man7/tuning.7,v 1.7 2006/02/28 02:25:11 swildner Exp $ .\" .Dd May 25, 2001 .Dt TUNING 7 @@ -216,7 +216,7 @@ or is intended to hold a large number of very small files. Such a filesystem should be created with an 8K or 4K block size. This also requires you to specify a smaller fragment size. -We recommend always using a fragment size that is 1/8 +We recommend always using a fragment size that is \(18 the block size (less testing has been done on other fragment size factors). The .Xr newfs 8 diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8 index 6126e3e66d..54e36e7a91 100644 --- a/share/man/man8/man8.i386/MAKEDEV.8 +++ b/share/man/man8/man8.i386/MAKEDEV.8 @@ -31,7 +31,7 @@ .\" .\" @(#)MAKEDEV.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD: src/share/man/man8/man8.i386/MAKEDEV.8,v 1.15.2.5 2002/05/11 06:15:16 dd Exp $ -.\" $DragonFly: src/share/man/man8/man8.i386/MAKEDEV.8,v 1.6 2005/12/10 00:22:29 swildner Exp $ +.\" $DragonFly: src/share/man/man8/man8.i386/MAKEDEV.8,v 1.7 2006/02/28 02:25:11 swildner Exp $ .\" .Dd June 5, 1993 .Dt MAKEDEV 8 i386 @@ -79,7 +79,7 @@ configuration specific devices standard PC COM ports .It fd# .Dq floppy -disk drives (3 1/2, 5 1/4) +disk drives (3 \(12, 5 \(14) .It pty# set of 32 master and slave pseudo terminals .It da# diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 19a2a07c62..a81dbef01b 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/sys/boot/common/loader.8,v 1.57 2003/06/29 20:57:55 brueffer Exp $ -.\" $DragonFly: src/sys/boot/common/loader.8,v 1.10 2005/10/24 18:01:30 dillon Exp $ +.\" $DragonFly: src/sys/boot/common/loader.8,v 1.11 2006/02/28 02:25:11 swildner Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. @@ -469,7 +469,7 @@ This value is specified in bytes of KVA space and defaults to around 70MBytes. Care should be taken to not reduce this value such that the actual -amount of configured swap exceeds 1/2 the +amount of configured swap exceeds \(12 the kernel-supported swap. The default 70MB allows the kernel to support a maximum of (approximately) diff --git a/usr.bin/cksum/cksum.1 b/usr.bin/cksum/cksum.1 index 8b7a845965..e982f678e2 100644 --- a/usr.bin/cksum/cksum.1 +++ b/usr.bin/cksum/cksum.1 @@ -34,7 +34,7 @@ .\" .\" @(#)cksum.1 8.2 (Berkeley) 4/28/95 .\" $FreeBSD: src/usr.bin/cksum/cksum.1,v 1.10.2.7 2001/08/16 13:16:43 ru Exp $ -.\" $DragonFly: src/usr.bin/cksum/cksum.1,v 1.2 2003/06/17 04:29:25 dillon Exp $ +.\" $DragonFly: src/usr.bin/cksum/cksum.1,v 1.3 2006/02/28 02:25:11 swildner Exp $ .\" .Dd April 28, 1995 .Dt CKSUM 1 @@ -150,7 +150,7 @@ first. The smallest number of octets capable of representing this integer are used. .Pp M(x) is multiplied by x^32 (i.e., shifted left 32 bits) and divided by -G(x) using mod 2 division, producing a remainder R(x) of degree <= 31. +G(x) using mod 2 division, producing a remainder R(x) of degree \(<= 31. .Pp The coefficients of R(x) are considered to be a 32-bit sequence. .Pp diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index c68d714f50..05e090f8b9 100644 --- a/usr.bin/stat/stat.1 +++ b/usr.bin/stat/stat.1 @@ -1,5 +1,5 @@ .\" $NetBSD: stat.1,v 1.11 2003/05/08 13:07:10 wiz Exp $ -.\" $DragonFly: src/usr.bin/stat/stat.1,v 1.4 2006/02/17 19:39:11 swildner Exp $ +.\" $DragonFly: src/usr.bin/stat/stat.1,v 1.5 2006/02/28 02:25:11 swildner Exp $ .\" Copyright (c) 2002 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -274,7 +274,7 @@ It can be one of the following: .Bl -tag -width indent .It Cm H .Dq High -\[em] +\(em specifies the major number for devices from .Cm r or @@ -291,7 +291,7 @@ and the long output form of .Cm T . .It Cm L .Dq Low -\[em] +\(em specifies the minor number for devices from .Cm r or @@ -316,7 +316,7 @@ style output character for file type when used with for this is optional). .It Cm M .Dq Middle -\[em] +\(em specifies the .Dq group bits for permissions from the diff --git a/usr.sbin/dntpd/dntpd.8 b/usr.sbin/dntpd/dntpd.8 index 3c62c1610b..2794bdfa38 100644 --- a/usr.sbin/dntpd/dntpd.8 +++ b/usr.sbin/dntpd/dntpd.8 @@ -1,4 +1,4 @@ -.\" $DragonFly: src/usr.sbin/dntpd/dntpd.8,v 1.8 2006/02/17 19:40:14 swildner Exp $ +.\" $DragonFly: src/usr.sbin/dntpd/dntpd.8,v 1.9 2006/02/28 02:25:11 swildner Exp $ .\" .\" Copyright (c) 2005 The DragonFly Project. All rights reserved. .\" @@ -154,7 +154,7 @@ calculate a running Y-intercept, slope, and correlation factor. The Y-intercept is currently not used but can be an indication of a shift in the time source. The slope basically gives us the drift rate which in turn allows us to correct the frequency. The correlation gives us a -quality indication, with 0 being the worst and +/- 1.0 being the best. +quality indication, with 0 being the worst and \(+- 1.0 being the best. .Pp A standard deviation is calculated for offset corrections. A standard deviation gives us measure of the deviation from the mean of a set of @@ -167,14 +167,14 @@ this differs from the uncorrected offset error that the linear regression uses to calculate the frequency correction. .Pp In order to make a frequency correction a minimum of 8 samples and a -correlation >= 0.99, or 16 samples and a correlation >= 0.96 is required. +correlation \(>= 0.99, or 16 samples and a correlation \(>= 0.96 is required. Once these requirements are met a frequency correction will typically be made each sampling period. Frequency corrections do not 'jump' the system time or otherwise cause fine-time computations to be inaccurate and thus can pretty much be made at will. .Pp In order to make an offset correction a minimum of 4 samples is required -and the standard deviation must be less than 1/4 the current calculated +and the standard deviation must be less than \(14 the current calculated offset error. The system typically applies offset corrections slowly over time. The algorithm will make an offset correction whenever these standards are met but the fact that the offset error must be greater than 4 times the diff --git a/usr.sbin/i4b/isdnd/isdnd.rc.5 b/usr.sbin/i4b/isdnd/isdnd.rc.5 index eafce6cad7..20efc1f1f1 100644 --- a/usr.sbin/i4b/isdnd/isdnd.rc.5 +++ b/usr.sbin/i4b/isdnd/isdnd.rc.5 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/i4b/isdnd/isdnd.rc.5,v 1.11.2.5 2001/08/10 23:17:32 obrien Exp $ -.\" $DragonFly: src/usr.sbin/i4b/isdnd/isdnd.rc.5,v 1.3 2005/08/05 14:56:59 swildner Exp $ +.\" $DragonFly: src/usr.sbin/i4b/isdnd/isdnd.rc.5,v 1.4 2006/02/28 02:25:11 swildner Exp $ .\" .\" last edit-date: [Sat Jul 21 13:27:41 2001] .\" @@ -928,7 +928,7 @@ and .Em idletime-outgoing must be greater than 0 (zero); .Em earlyhangup -must be >= 0 (zero). +must be \(>= 0 (zero). .Bd -literal |||| | | | | diff --git a/usr.sbin/i4b/man/isic.4 b/usr.sbin/i4b/man/isic.4 index 11df8e7cb6..d11acb6c99 100644 --- a/usr.sbin/i4b/man/isic.4 +++ b/usr.sbin/i4b/man/isic.4 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/usr.sbin/i4b/man/isic.4,v 1.8.2.8 2001/08/16 15:55:58 ru Exp $ -.\" $DragonFly: src/usr.sbin/i4b/man/isic.4,v 1.4 2006/02/17 19:40:15 swildner Exp $ +.\" $DragonFly: src/usr.sbin/i4b/man/isic.4,v 1.5 2006/02/28 02:25:11 swildner Exp $ .\" .\" last edit-date: [Fri Jan 26 14:32:33 2001] .\" @@ -34,7 +34,7 @@ .Nm isic .Nd isdn4bsd Siemens ISDN Chipset device driver .Sh SYNOPSIS -.Ss FreeBSD (FreeBSD >= 4.0) +.Ss FreeBSD (FreeBSD \(>= 4.0) Asuscom ISDNLink 128K (ISA PnP): .Cd options \&"ASUSCOM_IPAC\&" .Cd "device isic0" diff --git a/usr.sbin/pfctl/pf.conf.5 b/usr.sbin/pfctl/pf.conf.5 index 11caf1c803..0659953a0e 100644 --- a/usr.sbin/pfctl/pf.conf.5 +++ b/usr.sbin/pfctl/pf.conf.5 @@ -1,5 +1,5 @@ .\" $OpenBSD: pf.conf.5,v 1.291 2004/02/04 19:38:30 jmc Exp $ -.\" $DragonFly: src/usr.sbin/pfctl/pf.conf.5,v 1.3 2005/12/13 01:58:27 corecode Exp $ +.\" $DragonFly: src/usr.sbin/pfctl/pf.conf.5,v 1.4 2006/02/28 02:25:11 swildner Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -1280,7 +1280,7 @@ For instance: .Bl -tag -width Fl .It Ar port 2000:2004 means -.Sq all ports >= 2000 and <= 2004 , +.Sq all ports \(>= 2000 and \(<= 2004 , hence ports 2000, 2001, 2002, 2003 and 2004. .It Ar port 2000 >< 2004 means diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8 index 4c4603eb51..0fb4948920 100644 --- a/usr.sbin/traceroute/traceroute.8 +++ b/usr.sbin/traceroute/traceroute.8 @@ -33,7 +33,7 @@ .\" .\" @(#)traceroute.8 8.1 (Berkeley) 6/6/93 .\" -.\" $DragonFly: src/usr.sbin/traceroute/traceroute.8,v 1.2 2005/11/06 17:27:00 joerg Exp $ +.\" $DragonFly: src/usr.sbin/traceroute/traceroute.8,v 1.3 2006/02/28 02:25:11 swildner Exp $ .Dd June 6, 1993 .Dt TRACEROUTE 8 .Os @@ -304,7 +304,7 @@ God only knows what's going on with 12. The silent gateway 12 in the above may be the result of a bug in the 4.[23] .Tn BSD -network code (and its derivatives): 4.x (x <= 3) +network code (and its derivatives): 4.x (x \(<= 3) sends an unreachable message using whatever ttl remains in the original datagram. Since, for gateways, the remaining ttl is zero, the @@ -344,7 +344,7 @@ length. i.e., rip is really only 7 hops away. A reply that returns with a ttl of 1 is a clue this problem exists. .Nm -prints a "!" after the time if the ttl is <= 1. +prints a "!" after the time if the ttl is \(<= 1. Since vendors ship a lot of obsolete .Pf ( Tn DEC Ns \'s Ultrix, Sun 3.x) or -- 2.41.0