From 711594636704defae873be1a355a292505585afd Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 21:07:28 -0400 Subject: docs: Added UNIX V10 Manuals --- static/v10/man1/lorder.1 | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 static/v10/man1/lorder.1 (limited to 'static/v10/man1/lorder.1') diff --git a/static/v10/man1/lorder.1 b/static/v10/man1/lorder.1 new file mode 100644 index 00000000..233f7d6a --- /dev/null +++ b/static/v10/man1/lorder.1 @@ -0,0 +1,40 @@ +.TH LORDER 1 +.CT 1 lib_obj +.SH NAME +lorder \(mi find ordering relation for an object library +.SH SYNOPSIS +.B lorder +.I file ... +.SH DESCRIPTION +The input +is one or more object or library archive (see +.IR ar (1)) +.I files. +The standard output +is a list of pairs of object file names, +meaning that the first file of the pair refers to +external identifiers defined in the second. +The output may be processed by +.IR tsort (1) +to find an ordering of +a library suitable for one-pass sequential access by +.IR ld (1). +.SH EXAMPLES +.TP +.L +ar cr libnew.a \`lorder *.o | tsort\` +Build a new library from existing +.B .o +files. +.SH FILES +.F /tmp/*symref +.br +.F /tmp/*symdef +.SH "SEE ALSO" +.IR ar (1), +.IR tsort (1), +.IR ld (1) +.SH BUGS +The names of object files, in and out of libraries, must end with +.BR .o ; +nonsense results otherwise. -- cgit v1.2.3