diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-22 08:31:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-22 08:31:14 +0000 |
commit | cea36c3288c902c7a5e11dc7ba8427130f43f194 (patch) | |
tree | 12dddf431424e315ddba61c0de1f05dded151718 /usr.bin/lorder/lorder.1 | |
parent | 55320f2cb2fa251cdb5af8d0337aaea713550b50 (diff) |
from mk: add ENVIRONMENT (for NM)
Diffstat (limited to 'usr.bin/lorder/lorder.1')
-rw-r--r-- | usr.bin/lorder/lorder.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/usr.bin/lorder/lorder.1 b/usr.bin/lorder/lorder.1 index 3ba185c0801..7d299a04cfa 100644 --- a/usr.bin/lorder/lorder.1 +++ b/usr.bin/lorder/lorder.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lorder.1,v 1.9 2007/08/06 19:16:06 sobrado Exp $ +.\" $OpenBSD: lorder.1,v 1.10 2015/03/22 08:31:13 jmc Exp $ .\" $NetBSD: lorder.1,v 1.5 1995/08/31 22:42:44 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)lorder.1 8.2 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: August 6 2007 $ +.Dd $Mdocdate: March 22 2015 $ .Dt LORDER 1 .Os .Sh NAME @@ -55,6 +55,15 @@ The output is normally used with when a library is created to determine the optimum ordering of the object modules so that all references may be resolved in a single pass of the loader. +.Sh ENVIRONMENT +.Bl -tag -width Ds +.It Ev NM +Path to +.Xr nm 1 +executable to use. +Defaults to +.Sq nm . +.El .Sh EXAMPLES .Bd -literal $ ar cr library.a `lorder ${OBJS} | tsort` |