aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorWilbert Allen Koeswoyo Suwito <nwilbertallen@nthu.gapp.edu.tw>2024-01-03 06:15:46 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2024-02-13 04:42:54 +0000
commit84886bf93ae96ee4d19cd7f31696ba368cabddae (patch)
tree8aa0f5bdd5d88be499286d992cc9738173f7bf9b /bin
parent8b6876e13672e418a6a9f47d1e62378311bd8ef0 (diff)
downloadsrc-84886bf93ae96ee4d19cd7f31696ba368cabddae.tar.gz
src-84886bf93ae96ee4d19cd7f31696ba368cabddae.zip
ed(1): Grammar fixes
- Adding a missing verb "is" on line 723 - Changing is to are on line 835 Event: Advanced UNIX Programming Course (Fall’23) at NTHU. Pull Request: https://github.com/freebsd/freebsd-src/pull/986
Diffstat (limited to 'bin')
-rw-r--r--bin/ed/ed.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1
index b680f69eb706..0db9f8d76bb8 100644
--- a/bin/ed/ed.1
+++ b/bin/ed/ed.1
@@ -720,7 +720,7 @@ with
By default, only the first match in each line is replaced.
If the
.Em g
-(global) suffix is given, then every match to be replaced.
+(global) suffix is given, then every match is to be replaced.
The
.Em n
suffix, where
@@ -832,7 +832,7 @@ Write the addressed lines to
.Ar file .
Any previous contents of
.Ar file
-is lost without warning.
+are lost without warning.
If there is no default filename, then the default filename is set to
.Ar file ,
otherwise it is unchanged.