From e3d3e1ff7eaf32fa1a9e2ea1529dc0ec0c2e69e5 Mon Sep 17 00:00:00 2001 From: Pin-Yi Kuo Date: Tue, 26 Dec 2023 09:37:43 -0700 Subject: [PATCH] df(1): fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On the manpage of df(1), "according" is mistyped into "acccording" Event: Advanced UNIX Programming Course (Fall'23) at NTHU. Signed-off-by: Pin-Yi Kuo Reviewed by: imp, zlei, Mina Galić Pull Request: https://github.com/freebsd/freebsd-src/pull/944 --- bin/df/df.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/df/df.1 b/bin/df/df.1 index e3cd9be71dfe..d3b0b082250a 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -120,7 +120,7 @@ specification from the environment. Select locally-mounted file system for display. If used in combination with the .Fl t Ar type -option, file system types will be added or excluded acccording to the +option, file system types will be added or excluded according to the parameters of that option. .It Fl m Use 1048576 byte (1 Mebibyte) blocks rather than the default.