Sort sections.

This commit is contained in:
wiz 2001-12-01 19:03:08 +00:00
parent a48cf1293d
commit 4faef4b241
1 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ctags.1,v 1.9 2001/12/01 16:43:12 wiz Exp $
.\" $NetBSD: ctags.1,v 1.10 2001/12/01 19:03:08 wiz Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -164,18 +164,23 @@ of the second section of the yacc file, and
.Ar yylex
is the start of
the second section of the lex file.
.Sh EXIT STATUS
.Nm
exits with a value of 1 if an error occurred, 0 otherwise.
Duplicate objects are not considered errors.
.Sh FILES
.Bl -tag -width tags -compact
.It Pa tags
default output tags file
.El
.Sh EXIT STATUS
.Nm
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 HISTORY
The
.Nm
command appeared in
.Bx 3.0 .
.Sh BUGS
Recognition of
.Em functions ,
@ -209,8 +214,3 @@ cause it to enter the last line of the object, rather than the first, as
the searching pattern. The last line of multiple line
.Li typedef Ns 's
will similarly be noted.
.Sh HISTORY
The
.Nm
command appeared in
.Bx 3.0 .