From 956fcf47f78e6d9b84b72fb62a84defe032fef37 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 25 Oct 2006 09:40:07 +0000 Subject: Document the NM environment variable. --- usr.bin/lorder/lorder.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'usr.bin/lorder/lorder.1') 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` -- cgit v1.1