add .o's to OBJS list
[unix-history] / usr / src / old / symorder / symorder.1
CommitLineData
1c3a0cca
KB
1.\" Copyright (c) 1980 The Regents of the University of California.
2.\" All rights reserved.
dab950b7 3.\"
1c3a0cca
KB
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15.\"
16.\" @(#)symorder.1 6.2 (Berkeley) %G%
dab950b7 17.\"
5d81228c 18.TH SYMORDER 1 ""
dab950b7
KM
19.UC
20.SH NAME
21symorder \- rearrange name list
22.SH SYNOPSIS
23.B symorder
24orderlist symbolfile
25.SH DESCRIPTION
26.I Orderlist
27is a file containing symbols to be found in symbolfile,
281 symbol per line.
29.PP
30.I Symbolfile
31is updated in place to put the requested symbols first
32in the symbol table, in the order specified. This is done
33by swapping the old symbols in the required spots with the
34new ones. If all of the order symbols are not found, an
35error is generated.
36.PP
37This program was specifically designed to cut down on the
38overhead of getting symbols from /vmunix.
39.SH "SEE ALSO"
40nlist(3)