diff options
author | ru <ru@FreeBSD.org> | 2006-10-25 09:40:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-10-25 09:40:07 +0000 |
commit | 956fcf47f78e6d9b84b72fb62a84defe032fef37 (patch) | |
tree | dccde9bd7ed265e306aa2a993a38e45c0687ef11 /usr.bin/lorder | |
parent | d7da10161e92738432e9eef98f0bc9cbd29dff23 (diff) | |
download | FreeBSD-src-956fcf47f78e6d9b84b72fb62a84defe032fef37.zip FreeBSD-src-956fcf47f78e6d9b84b72fb62a84defe032fef37.tar.gz |
Document the NM environment variable.
Diffstat (limited to 'usr.bin/lorder')
-rw-r--r-- | usr.bin/lorder/lorder.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index 7e98a34..f3222c4 100644 --- a/usr.bin/lorder/lorder.1 +++ b/usr.bin/lorder/lorder.1 @@ -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` |