manual page distributed with 4.2BSD
[unix-history] / usr / src / old / symorder / symorder.1
CommitLineData
dab950b7
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
6badfeb4 5.\" @(#)symorder.1 5.1 (Berkeley) %G%
dab950b7 6.\"
6badfeb4 7.TH SYMORDER 1 "20 October 1979"
dab950b7
KM
8.UC
9.SH NAME
10symorder \- rearrange name list
11.SH SYNOPSIS
12.B symorder
13orderlist symbolfile
14.SH DESCRIPTION
15.I Orderlist
16is a file containing symbols to be found in symbolfile,
171 symbol per line.
18.PP
19.I Symbolfile
20is updated in place to put the requested symbols first
21in the symbol table, in the order specified. This is done
22by swapping the old symbols in the required spots with the
23new ones. If all of the order symbols are not found, an
24error is generated.
25.PP
26This program was specifically designed to cut down on the
27overhead of getting symbols from /vmunix.
28.SH "SEE ALSO"
29nlist(3)