mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 12:31:13 +01:00
Document the NM environment variable.
This commit is contained in:
parent
bc8fe52e6d
commit
ec140c9bcf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163682
@ -32,7 +32,7 @@
|
||||
.\" @(#)lorder.1 8.2 (Berkeley) 4/28/95
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd April 27, 2006
|
||||
.Dd October 25, 2006
|
||||
.Dt LORDER 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -65,6 +65,14 @@ When linking static binaries,
|
||||
and
|
||||
.Xr tsort 1
|
||||
can be used to properly order library archives automatically.
|
||||
.Sh ENVIRONMENT
|
||||
.Bl -tag -width indent
|
||||
.It Ev NM
|
||||
Path to the
|
||||
.Xr nm 1
|
||||
binary, defaults to
|
||||
.Dq Li nm .
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
.Bd -literal -offset indent
|
||||
ar cr library.a `lorder ${OBJS} | tsort`
|
||||
|
Loading…
Reference in New Issue
Block a user