summaryrefslogtreecommitdiff
path: root/usr.bin/ctags
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-05-30 12:02:55 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-05-30 12:02:55 +0000
commit38b8c17f6a1eed0e09903045d95d8f1402888122 (patch)
tree932922985cfb742322e7aa1fc250220f821bd9a5 /usr.bin/ctags
parent7d1deb1f040af5efdc83ee8f28bf4fb1bd35cadc (diff)
downloadsrc-test-38b8c17f6a1eed0e09903045d95d8f1402888122.tar.gz
src-test-38b8c17f6a1eed0e09903045d95d8f1402888122.zip
Sort sections according to mdoc(7).
Notes
Notes: svn path=/head/; revision=97583
Diffstat (limited to 'usr.bin/ctags')
-rw-r--r--usr.bin/ctags/ctags.116
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/ctags/ctags.1 b/usr.bin/ctags/ctags.1
index 39d5129efbe92..ca04bfe6bcb06 100644
--- a/usr.bin/ctags/ctags.1
+++ b/usr.bin/ctags/ctags.1
@@ -200,9 +200,6 @@ The
.Nm
utility exits with a value of 1 if an error occurred, 0 otherwise.
Duplicate objects are not considered errors.
-.Sh SEE ALSO
-.Xr ex 1 ,
-.Xr vi 1
.Sh COMPATIBILITY
The
.Fl t
@@ -210,6 +207,14 @@ option is a no-op for compatibility with previous versions of
.Nm
that did not create tags for typedefs, enums, structs and unions
by default.
+.Sh SEE ALSO
+.Xr ex 1 ,
+.Xr vi 1
+.Sh HISTORY
+The
+.Nm
+utility appeared in
+.Bx 3.0 .
.Sh BUGS
Recognition of functions, subroutines and procedures
for Fortran and Pascal is done in a very simpleminded way.
@@ -242,8 +247,3 @@ the searching pattern.
The last line of multiple line
.Li typedef Ns 's
will similarly be noted.
-.Sh HISTORY
-The
-.Nm
-utility appeared in
-.Bx 3.0 .