diff options
author | max <max@FreeBSD.org> | 1997-05-11 23:43:11 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-05-11 23:43:11 +0000 |
commit | eae0810b055dbda38e2cb22056b1c92ccc96934d (patch) | |
tree | a923c38ef6c8058540d30641c3ac47c989ac841e /usr.bin | |
parent | 2b2298e5d69dd59f7a2af1be43298ea58000df9d (diff) | |
download | FreeBSD-src-eae0810b055dbda38e2cb22056b1c92ccc96934d.zip FreeBSD-src-eae0810b055dbda38e2cb22056b1c92ccc96934d.tar.gz |
Typo fix.
PR: 3570
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/global/gctags/gctags.1 | 4 | ||||
-rw-r--r-- | usr.bin/global/global/global.1 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/global/gctags/gctags.1 b/usr.bin/global/gctags/gctags.1 index dd0dc84..24fa788 100644 --- a/usr.bin/global/gctags/gctags.1 +++ b/usr.bin/global/gctags/gctags.1 @@ -84,9 +84,9 @@ that don't take arguments; .Li #defines that take arguments are tagged automatically. .It Fl e -forece a function to end when reach a '}' at the first column. (C source only) +force a function to end when reach a '}' at the first column. (C source only) .It Fl f -Places the tag descriptions in a file called +place the tag descriptions in a file called .Ar tagsfile . The default behavior is to place them in a file called .Ar tags . diff --git a/usr.bin/global/global/global.1 b/usr.bin/global/global/global.1 index 6f42bde..7e63fae 100644 --- a/usr.bin/global/global/global.1 +++ b/usr.bin/global/global/global.1 @@ -40,7 +40,7 @@ .Ar name .Sh DESCRIPTION .Nm Global -find the locatins of specified function in C and Yacc source files. +find the locations of specified function in C and Yacc source files. .Nm Global can treat a source tree, that is, a directory that has subdirectories and source files. |