diff options
| author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-11 23:47:35 +0000 |
|---|---|---|
| committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-05-11 23:47:35 +0000 |
| commit | 211afe2cd000a6ab7b47ff4ea62fe1966aef6bfd (patch) | |
| tree | 08523edd7e1d1c9618c5d6da42522ff06d04f1df | |
| parent | a604799d097762782b7af2357d788312e90fe745 (diff) | |
Notes
| -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 dd0dc84fbf3a..24fa78883a33 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 6f42bde1b25b..7e63faea00c6 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. |
