aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Chun Wu <jimmy30213@gapp.nthu.edu.tw>2024-01-07 09:00:36 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2024-02-13 07:17:48 +0000
commit0a68b0066f5efab8b751384a434912b4282f5310 (patch)
tree6dabee8dd098470976be17b19f21a2ffc19c728d
parentdcde2454bc52f5d959a4e65692350773044d88c6 (diff)
downloadsrc-0a68b0066f5efab8b751384a434912b4282f5310.tar.gz
src-0a68b0066f5efab8b751384a434912b4282f5310.zip
fdisk(8): Fix typo forth -> fourth
Event: Advanced UNIX Programming Course (Fall'23) at NTHU Pull Request: https://github.com/freebsd/freebsd-src/pull/1010
-rw-r--r--sbin/fdisk/fdisk.82
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8
index 3c6a73318271..981233f6998d 100644
--- a/sbin/fdisk/fdisk.8
+++ b/sbin/fdisk/fdisk.8
@@ -456,7 +456,7 @@ downwards to correspond to head and cylinder boundaries):
Example: to set slices 1, 2 and 4 to
.Fx
slices, the first being 2 Gigabytes, the second being 10 Gigabytes and the
-forth being the remainder of the disk (again, numbers will be rounded
+fourth being the remainder of the disk (again, numbers will be rounded
appropriately):
.Pp
.Dl "p 1 165 63 2G"