Document the NM environment variable.

This commit is contained in:
Ruslan Ermilov 2006-10-25 09:40:07 +00:00
parent bc8fe52e6d
commit ec140c9bcf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163682

View File

@ -32,7 +32,7 @@
.\" @(#)lorder.1 8.2 (Berkeley) 4/28/95 .\" @(#)lorder.1 8.2 (Berkeley) 4/28/95
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd April 27, 2006 .Dd October 25, 2006
.Dt LORDER 1 .Dt LORDER 1
.Os .Os
.Sh NAME .Sh NAME
@ -65,6 +65,14 @@ When linking static binaries,
and and
.Xr tsort 1 .Xr tsort 1
can be used to properly order library archives automatically. 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 .Sh EXAMPLES
.Bd -literal -offset indent .Bd -literal -offset indent
ar cr library.a `lorder ${OBJS} | tsort` ar cr library.a `lorder ${OBJS} | tsort`