diff options
author | 1996-06-18 17:43:21 +0000 | |
---|---|---|
committer | 1996-06-18 17:43:21 +0000 | |
commit | e03fa65279c1aea1e951515484484e4df13f1e8e (patch) | |
tree | d2adc6dfd3ea637d9662f257fcf8ed8220d9470a | |
parent | bootparam paths are server:/path, duh. pointed out by briggs (diff) | |
download | wireguard-openbsd-e03fa65279c1aea1e951515484484e4df13f1e8e.tar.xz wireguard-openbsd-e03fa65279c1aea1e951515484484e4df13f1e8e.zip |
Note that bootparamd returns both server and path. Minor nit.
-rw-r--r-- | usr.sbin/rpc.bootparamd/bootparams.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/rpc.bootparamd/bootparams.5 b/usr.sbin/rpc.bootparamd/bootparams.5 index 051cf741a9d..66e68bbb98d 100644 --- a/usr.sbin/rpc.bootparamd/bootparams.5 +++ b/usr.sbin/rpc.bootparamd/bootparams.5 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: bootparams.5,v 1.2 1996/06/18 16:56:46 deraadt Exp $ +.\" $Id: bootparams.5,v 1.3 1996/06/18 17:43:21 briggs Exp $ .\" .Dd October 2, 1994 .Dt BOOTPARAMS 5 @@ -63,7 +63,9 @@ dummy root=server:/export/dummy/root \\ .Ed .Pp When the client named "dummy" requests the pathname for -its logical "root" it will be given the pathname +its logical "root" it will be given server +.Dq Pa "server" +and pathname .Dq Pa "/export/dummy/root" as the response to its .Tn RPC |