Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bin/ed/ed(1): typo fix #986

Closed
wants to merge 1 commit into from
Closed

bin/ed/ed(1): typo fix #986

wants to merge 1 commit into from

Conversation

wipbeet
Copy link
Contributor

@wipbeet wipbeet commented Jan 3, 2024

Adding a missing verb "is" on line 723 :
"If the g (global) suffix is given, then every match to be replaced." should be "If the g (global) suffix is given, then every match is to be replaced."

Changing is to are on line 835 :
"Any previous contents of file is lost without warning." changed to "Any previous contents of file are lost without warning."

Event: This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.

Adding a missing verb "is" on line 723 :
"If the g (global) suffix is given, then every match to be replaced." should be
"If the g (global) suffix is given, then every match is to be replaced."

Changing is to are on line 835 :
"Any previous contents of file is lost without warning." changed to
"Any previous contents of file are lost without warning."

Event: This is from the Advanced UNIX Programming Course (Fall’23) at NTHU.
Copy link
Contributor

@gmshake gmshake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

lwhsu pushed a commit to lwhsu/freebsd-src that referenced this pull request Feb 13, 2024
- 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
@lwhsu
Copy link
Member

lwhsu commented Feb 13, 2024

Merged as 84886bf

@lwhsu lwhsu closed this Feb 13, 2024
@lwhsu lwhsu added the merged label Feb 13, 2024
5u623l20 pushed a commit to 5u623l20/freebsd-src that referenced this pull request Feb 16, 2024
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants