aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Hsun Chen <ss109062134@gapp.nthu.edu.tw>2023-12-13 08:40:08 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2023-12-17 10:40:29 +0000
commita2ee3070d80ce06eefe3682f453605422cfbf5b6 (patch)
tree8aa858e6d8e9659508459ab0b7bdcf19c67a9a88
parent6f3e9bac4d46d789af3e563f47681d0a020582ed (diff)
downloadsrc-a2ee3070d80ce06eefe3682f453605422cfbf5b6.tar.gz
src-a2ee3070d80ce06eefe3682f453605422cfbf5b6.zip
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
-rw-r--r--usr.bin/awk/awk.12
1 files changed, 1 insertions, 1 deletions
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>