diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-25 13:29:57 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-25 13:29:57 +0000 |
| commit | 2100aed918128f7e52d650e5b4ddbb6e98290291 (patch) | |
| tree | c3039fc8b47872aff4650d1e43f0e9c7bb6f31a8 | |
| parent | 5c21e13f1a3636789937fd843008f6145d1e2966 (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/getobjformat.3 | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/lib/libc/gen/getobjformat.3 b/lib/libc/gen/getobjformat.3 index 228bb5f44883..ad7ff438b234 100644 --- a/lib/libc/gen/getobjformat.3 +++ b/lib/libc/gen/getobjformat.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: getobjformat.3,v 1.1 1998/09/09 01:21:24 jdp Exp $ .\" .Dd September 7, 1998 .Dt GETOBJFORMAT 3 @@ -103,12 +103,22 @@ and its null terminator, returns -1. In that case, the contents of the buffer and argument vector supplied by the caller are indeterminate. .Sh ENVIRONMENT +.Bl -tag -width OBJFORMAT +.It Ev OBJFORMAT +If the environment variable .Ev OBJFORMAT +is set, it overrides the default object file format. +.Ev OBJFORMAT takes precedence over +.Pa /etc/objformat . .Sh FILES -.Pa /etc/objformat +.Bl -tag -width /etc/objformat -compact +.It Pa /etc/objformat +If present, specifies the object file format to use. Syntax is +.Ql OBJFORMAT=xxx . .Sh SEE ALSO .Xr objformat 1 .Sh HISTORY The .Fn getobjformat -function first appeared in FreeBSD 3.0. +function first appeared in +.Fx 3.0 . |
