diff options
author | gjb <gjb@FreeBSD.org> | 2016-05-18 06:00:32 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-05-18 06:00:32 +0000 |
commit | 28fe011e628781e5ebbde5d9dd55d81c88382819 (patch) | |
tree | ccb875bebc2d64f2725a5c61cb857c2e6352ca46 /share | |
parent | aec599f958d6743505af55cdd4599840d0391f40 (diff) | |
download | FreeBSD-src-28fe011e628781e5ebbde5d9dd55d81c88382819.zip FreeBSD-src-28fe011e628781e5ebbde5d9dd55d81c88382819.tar.gz |
Revert r300003, and use proper grammar.
While here, bump .Dd, which should have been done with
previous commit.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/gdb.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/gdb.4 b/share/man/man4/gdb.4 index 0fd65ca..de2f4d1 100644 --- a/share/man/man4/gdb.4 +++ b/share/man/man4/gdb.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 8, 2005 +.Dd May 17, 2016 .Dt GDB 4 .Os .Sh NAME @@ -595,7 +595,7 @@ run the link at more than 9600 bps. Firewire connections do not have this problem. .Pp The debugging macros -.Dq "just growed" . +.Dq just grew. In general, the person who wrote them did so while looking for a specific problem, so they may not be general enough, and they may behave badly when used in ways for which they were not intended, even if those ways make sense. |