From 3542f32285f53348c53b90a19b23b8c4ca6553cb Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 15 Jul 2009 04:09:19 +0200 Subject: [PATCH] Fix some typos in manpages. --- lib/libc/sys/setpgid.2 | 2 +- sbin/newfs_hammer/newfs_hammer.8 | 10 ++++++---- sbin/restore/restore.8 | 4 ++-- share/man/man4/ata.4 | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/lib/libc/sys/setpgid.2 b/lib/libc/sys/setpgid.2 index dfc3ab7335..304240ed90 100644 --- a/lib/libc/sys/setpgid.2 +++ b/lib/libc/sys/setpgid.2 @@ -92,7 +92,7 @@ The value of the is not legal (less than zero). .It Bq Er EPERM The effective user ID of the requested process is different -from that of the caller and the process is not a descendent +from that of the caller and the process is not a descendant of the calling process. .It Bq Er ESRCH The value of the diff --git a/sbin/newfs_hammer/newfs_hammer.8 b/sbin/newfs_hammer/newfs_hammer.8 index a928d9a97b..a1a6508632 100644 --- a/sbin/newfs_hammer/newfs_hammer.8 +++ b/sbin/newfs_hammer/newfs_hammer.8 @@ -88,8 +88,8 @@ The minimum recommended filesystem size is 50GB. must reserve 500MB to 1GB of its storage for reblocking and UNDO. In addition, HAMMER filesystems operating normally, with full history retention and daily snapshots, do not immediately reclaim space when -files are deleted. A regular system maintainance cron job runs once -a day to handle reclamation. +files are deleted. +A regular system maintenance cron job runs once a day to handle reclamation. .Pp .Nm HAMMER works best when the machine's normal workload would not otherwise fill @@ -131,7 +131,8 @@ volume's size is used, with a reasonable minimum and a reasonable cap. The UNDO FIFO is used to sequence meta-data out to the media for instant crash recovery. .It Fl V Ar version -Specify the HAMMER filesystem version to format. By default +Specify the HAMMER filesystem version to format. +By default .Nm formats the filesystem using the highest production version number supported by the HAMMER VFS by checking the vfs.hammer.supported_version @@ -149,7 +150,8 @@ can be given with a suffix of .Cm K , M , G or .Cm T -meaning kilo, mega, giga and tera. Lower case can also be used for suffix. +meaning kilo, mega, giga and tera. +Lower case can also be used for suffix. .Sh EXAMPLES .Bd -literal -offset indent newfs_hammer -L Home /dev/ad0s1d diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index 0e811f9aba..b6001f9f97 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -122,7 +122,7 @@ the default is the current directory. .It Ic add Op Ar arg The current directory or specified argument is added to the list of files to be extracted. -If a directory is specified, then it and all its descendents are +If a directory is specified, then it and all its descendants are added to the extraction list (unless the .Fl h @@ -135,7 +135,7 @@ Change the current working directory to the specified argument. .It Ic delete Op Ar arg The current directory or specified argument is deleted from the list of files to be extracted. -If a directory is specified, then it and all its descendents are +If a directory is specified, then it and all its descendants are deleted from the extraction list (unless the .Fl h diff --git a/share/man/man4/ata.4 b/share/man/man4/ata.4 index 537cd1c45a..414f9ce464 100644 --- a/share/man/man4/ata.4 +++ b/share/man/man4/ata.4 @@ -189,7 +189,7 @@ drives by selecting the highest possible DMA mode. However the driver sometimes issue the message "DMA limited to UDMA33, non-ATA66 cable or device", if the cable is ATA66 (or above) compliant, it is because the other device -on this channel states it can only accept upto UDMA2/ATA33 signals. +on this channel states it can only accept up to UDMA2/ATA33 signals. ATAPI devices are left in PIO mode because DMA problems are common despite the device specifications. You can always try to set DMA mode on an ATAPI device using -- 2.41.0