The branch main has been updated by lwhsu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0a68b0066f5efab8b751384a434912b4282f5310

commit 0a68b0066f5efab8b751384a434912b4282f5310
Author:     Chih-Chun Wu <[email protected]>
AuthorDate: 2024-01-07 09:00:36 +0000
Commit:     Li-Wen Hsu <[email protected]>
CommitDate: 2024-02-13 07:17:48 +0000

    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
---
 sbin/fdisk/fdisk.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"

Reply via email to