aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghu Ranganathan <razetime@gapp.nthu.edu.tw>2023-11-30 12:57:35 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2023-12-11 18:19:21 +0000
commit7df526eb10c9095e4988e77900f60ba00c42b095 (patch)
treec7132bfd3b64903a3fe849e6b9d438a70e41eeb7
parent99bcbef25a7a96f3d4525cc48bf9f0a177194694 (diff)
downloadsrc-7df526eb10c9095e4988e77900f60ba00c42b095.tar.gz
src-7df526eb10c9095e4988e77900f60ba00c42b095.zip
look(1): Correct the example's description
Remove an extra 'e' in the example command. It is a prefix, not a 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/913
-rw-r--r--usr.bin/look/look.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/look/look.1 b/usr.bin/look/look.1
index ff868d129a84..7d0b74b43486 100644
--- a/usr.bin/look/look.1
+++ b/usr.bin/look/look.1
@@ -95,7 +95,7 @@ utility exits 0 if one or more lines were found and displayed,
1 if no lines were found, and >1 if an error occurred.
.Sh EXAMPLES
Look for lines starting with
-.Ql xylene
+.Ql xylen
in the file
.Pa /usr/share/dict/words :
.Bd -literal -offset indent