BSD 3 development
[unix-history] / usr / man / man1 / symorder.1
CommitLineData
d2681696
BJ
1.TH SYMORDER 1 10/20/79
2.UC
3.SH NAME
4symorder \- rearrange name list
5.SH SYNOPSIS
6.B symorder
7orderlist symbolfile
8.SH DESCRIPTION
9.I Orderlist
10is a file containing symbols to be found in symbolfile,
111 symbol per line.
12.PP
13.I Symbolfile
14is updated in place to put the requested symbols first
15in the symbol table, in the order specified. This is done
16by swapping the old symbols in the required spots with the
17new ones. If all of the order symbols are not found, an
18error is generated.
19.PP
20This program was specifically designed to cut down on the
21overhead of getting symbols from /vmunix.
22.SH "SEE ALSO"
23.IR nlist (3)