]> git.saurik.com Git - apple/network_cmds.git/blame - bootparams/bpwhoami.tproj/bpwhoami.1
network_cmds-307.tar.gz
[apple/network_cmds.git] / bootparams / bpwhoami.tproj / bpwhoami.1
CommitLineData
7ba0088d
A
1.\" Copyright (c) 1997, Apple Computer, Inc. All rights reserved.
2.\"
3.Dd August 7, 1997
4.Dt BPWHOAMI 1
b8dff150 5.Os "Mac OS X"
7ba0088d
A
6.Sh NAME
7.Nm bpwhoami
8.Nd print the output of a bootparams whoami call
9.Sh SYNOPSIS
10.Nm bpwhoami
11.Sh DESCRIPTION
12This command makes a bootparams whoami call and echos the results to
13stdout. The output is of the form:
14.Pp
15HOSTNAME=<hostname>
16DOMAIN=<nis domain name>
17ROUTER=<router ip address>
18SERVER=<server ip address>
19.Sh SEE ALSO
20.Xr bootparams 5
21.Xr bootparamd 8
22.Sh DIAGNOSTICS
23.Nm bpwhoami
24exits with one of the following values:
25.Bl -tag -width Ds -compact
26.It 0
27Successfully retrieved information.
28.It 1
29RPC timed out while attempting to retrieve information.
30.It 2
31Unrecoverable error.
ac2f15b3 32.El