BSD 2 development
[unix-history] / man / astags.u
CommitLineData
8b3a6d2f
BJ
1.TH ASTAGS UCB 2/24/79 UCB
2.SH NAME
3astags \- compute a tags file for an assembler program
4.SH SYNOPSIS
5.B astags
6name ...
7.SH DESCRIPTION
8.I Astags
9makes a tags file for
10.I ex
11from the specified assembler sources.
12Since there are effectively no assembler programs in the system, the fact
13that
14.I astags
15is a stupid shell script is not a real deficiency.
16.SH FILES
17.DT
18tags output tags file
19.SH SEE ALSO
20ctags(UCB), ex(UCB), vi(UCB)
21.SH BUGS
22No way to use it to incrementally update a tags file.
23In a
24.I makefile,
25we could move the
26.I tags
27file away and then use
28.I sort
29and
30.I uniq
31to get around this.