git: d09fad5ca58f - stable/14 - awk(1): Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 03:56:29 UTC
The branch stable/14 has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=d09fad5ca58f5cb56973b248fb43ec7eaa6c64e5 commit d09fad5ca58f5cb56973b248fb43ec7eaa6c64e5 Author: Yu-Hsun Chen <ss109062134@gapp.nthu.edu.tw> AuthorDate: 2023-12-13 08:40:08 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2024-10-21 03:56:18 +0000 awk(1): Fix typo This is from the Advanced UNIX Programming Course (Fall’23) at NTHU. MFC after: 3 days Pull Request: https://github.com/freebsd/freebsd-src/pull/928 (cherry picked from commit a2ee3070d80ce06eefe3682f453605422cfbf5b6) --- usr.bin/awk/awk.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index 34fba1dce57e..65c91738966b 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -811,7 +811,7 @@ to it. The scope rules for variables in functions are a botch; the syntax is worse. .Sh DEPRECATED BEHAVIOR -One True Awk has accpeted +One True Awk has accepted .Fl F Ar t to mean the same as .Fl F Ar <TAB>