Skip to content

Commit

Permalink
ed(1): Grammar fixes
Browse files Browse the repository at this point in the history
- 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:	freebsd#986
  • Loading branch information
Wilbert Allen Koeswoyo Suwito authored and 5u623l20 committed Feb 16, 2024
1 parent 04fa9a8 commit 7cbb178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ed/ed.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 7cbb178

Please sign in to comment.