git: e3d3e1ff7eaf - main - df(1): fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Dec 2023 17:48:22 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=e3d3e1ff7eaf32fa1a9e2ea1529dc0ec0c2e69e5 commit e3d3e1ff7eaf32fa1a9e2ea1529dc0ec0c2e69e5 Author: Pin-Yi Kuo <kuokuoyiyi@gapp.nthu.edu.tw> AuthorDate: 2023-12-26 16:37:43 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-12-26 17:05:29 +0000 df(1): fix a typo 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 <kuokuoyiyi@gapp.nthu.edu.tw> 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.