mirror of
https://git.freebsd.org/src.git
synced 2026-01-12 06:54:03 +00:00
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
This commit is contained in:
parent
8b6876e136
commit
84886bf93a
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue