diff options
-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 |