PR/29858: Miles Nordin: diskless(8) man page is wrong about

'option swap-server'

Patch applied, thanks!
This commit is contained in:
elad 2006-10-07 22:23:45 +00:00
parent a35b07a2ca
commit 3b60cb06d5
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: diskless.8,v 1.28 2005/06/20 13:25:25 peter Exp $ .\" $NetBSD: diskless.8,v 1.29 2006/10/07 22:23:45 elad Exp $
.\" .\"
.\" Copyright (c) 1994 Gordon W. Ross, Theo de Raadt .\" Copyright (c) 1994 Gordon W. Ross, Theo de Raadt
.\" All rights reserved. .\" All rights reserved.
@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd May 25, 2003 .Dd October 7, 2006
.Dt DISKLESS 8 .Dt DISKLESS 8
.Os .Os
.Sh NAME .Sh NAME
@ -511,8 +511,8 @@ host myclient {
hardware ethernet 8:0:20:7:c5:c7; hardware ethernet 8:0:20:7:c5:c7;
fixed-address myclient; # client's assigned IP address fixed-address myclient; # client's assigned IP address
filename "myclient.netboot"; # secondary bootstrap filename "myclient.netboot"; # secondary bootstrap
next-server myserver; # NFS server next-server myserver; # TFTP server for secondary bootstrap
option swap-server myserver; option swap-server myserver; # NFS server for root filesystem
option root-path "/export/myclient/root"; option root-path "/export/myclient/root";
} }
.Ed .Ed