diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-18 16:56:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-18 16:56:47 +0000 |
commit | edf60ef37c040454f9d2b372083f384dca5a2446 (patch) | |
tree | d0d5bc6a107e64a3527de3edff72572247d8c04f /usr.sbin/rpc.bootparamd/bootparams.5 | |
parent | 31de8d0feb20f35a4a3f5d4ffd92b0b51cd55dfb (diff) |
bootparam paths are server:/path, duh. pointed out by briggs
Diffstat (limited to 'usr.sbin/rpc.bootparamd/bootparams.5')
-rw-r--r-- | usr.sbin/rpc.bootparamd/bootparams.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/rpc.bootparamd/bootparams.5 b/usr.sbin/rpc.bootparamd/bootparams.5 index 06a965144af..051cf741a9d 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.1 1995/10/18 08:48:05 deraadt Exp $ +.\" $Id: bootparams.5,v 1.2 1996/06/18 16:56:46 deraadt Exp $ .\" .Dd October 2, 1994 .Dt BOOTPARAMS 5 @@ -57,9 +57,9 @@ and may be continued onto multiple lines with a backslash. .Pp For example: .Bd -literal -offset indent -dummy root=/export/dummy/root \\ - swap=/export/dummy/swap \\ - dump=/export/dummy/swap +dummy root=server:/export/dummy/root \\ + swap=server:/export/dummy/swap \\ + dump=server:/export/dummy/swap .Ed .Pp When the client named "dummy" requests the pathname for |