diff options
author | eadler <eadler@FreeBSD.org> | 2011-10-16 14:30:28 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-10-16 14:30:28 +0000 |
commit | 9d7884364e370a7ded90e34f2332b37c65ad2dd2 (patch) | |
tree | 14e1117ec0e7000b8d3c4741569280dc7151708c /gnu | |
parent | 494f14b9330151d98df404a05bd9f313ee56af30 (diff) | |
download | FreeBSD-src-9d7884364e370a7ded90e34f2332b37c65ad2dd2.zip FreeBSD-src-9d7884364e370a7ded90e34f2332b37c65ad2dd2.tar.gz |
- change "is is" to "is" or "it is"
- change "the the" to "the"
Approved by: lstewart
Approved by: sahil (mentor)
MFC after: 3 days
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/objcopy/objcopy.1 | 4 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/strip/strip.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/objcopy/objcopy.1 b/gnu/usr.bin/binutils/objcopy/objcopy.1 index bf45017..66f051d 100644 --- a/gnu/usr.bin/binutils/objcopy/objcopy.1 +++ b/gnu/usr.bin/binutils/objcopy/objcopy.1 @@ -738,8 +738,8 @@ distribution and the second a debugging information file which is only needed if debugging abilities are required. The suggested procedure to create these files is as follows: .RS 4 -.IP "1.<Link the executable as normal. Assuming that is is called>" 4 -.IX Item "1.<Link the executable as normal. Assuming that is is called>" +.IP "1.<Link the executable as normal. Assuming that it is called>" 4 +.IX Item "1.<Link the executable as normal. Assuming that it is called>" \&\f(CW\*(C`foo\*(C'\fR then... .ie n .IP "1.<Run ""objcopy \-\-only\-keep\-debug foo foo.dbg"" to>" 4 .el .IP "1.<Run \f(CWobjcopy \-\-only\-keep\-debug foo foo.dbg\fR to>" 4 diff --git a/gnu/usr.bin/binutils/strip/strip.1 b/gnu/usr.bin/binutils/strip/strip.1 index 5eb714d..2b77c33 100644 --- a/gnu/usr.bin/binutils/strip/strip.1 +++ b/gnu/usr.bin/binutils/strip/strip.1 @@ -300,8 +300,8 @@ distribution and the second a debugging information file which is only needed if debugging abilities are required. The suggested procedure to create these files is as follows: .RS 4 -.IP "1.<Link the executable as normal. Assuming that is is called>" 4 -.IX Item "1.<Link the executable as normal. Assuming that is is called>" +.IP "1.<Link the executable as normal. Assuming that it is called>" 4 +.IX Item "1.<Link the executable as normal. Assuming that it is called>" \&\f(CW\*(C`foo\*(C'\fR then... .ie n .IP "1.<Run ""objcopy \-\-only\-keep\-debug foo foo.dbg"" to>" 4 .el .IP "1.<Run \f(CWobjcopy \-\-only\-keep\-debug foo foo.dbg\fR to>" 4 |