diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-12 22:13:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-12 22:13:08 +0000 |
commit | 1bfce5563f02d29f71ade675875250ced7e40f37 (patch) | |
tree | 84d3c64f4cd915b845113f24224d204b6e4f3a81 /sys | |
parent | 57089967de3340b285b1b20e57b9332b5dd62504 (diff) |
OpenBSD -> .Ox
> -> \*(Gt
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/pxeboot/pxeboot.8 | 14 | ||||
-rw-r--r-- | sys/arch/i386/stand/pxeboot/pxeboot.8 | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/sys/arch/amd64/stand/pxeboot/pxeboot.8 b/sys/arch/amd64/stand/pxeboot/pxeboot.8 index 554fc1fb2a2..14ff6811de5 100644 --- a/sys/arch/amd64/stand/pxeboot/pxeboot.8 +++ b/sys/arch/amd64/stand/pxeboot/pxeboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pxeboot.8,v 1.6 2007/02/12 22:06:20 jmc Exp $ +.\" $OpenBSD: pxeboot.8,v 1.7 2007/02/12 22:13:07 jmc Exp $ .\" Copyright (c) 2004 Tom Cosgrove .\" Copyright (c) 2003 Matthias Drochner .\" Copyright (c) 1999 Doug White @@ -74,7 +74,7 @@ either by commands in the .Pa boot.conf file, or by commands typed by the user at the -.Ic boot> +.Ic boot\*(Gt prompt. .Nm can be used for @@ -95,11 +95,11 @@ It may help to use the option with .Xr tftpd 8 , to avoid confusion between files for the server's system -and files for the client system. -(Note that +and files for the client system +(note that .Fl s is set by default in -OpenBSD.) +.Ox ) . .Xr ftpd 8 or .Xr httpd 8 @@ -166,11 +166,11 @@ Default root directory for .Sh EXAMPLES Boot the install kernel: .Pp -.Dl boot> bsd.rd +.Dl boot\*(Gt bsd.rd .Pp The same thing: .Pp -.Dl boot> boot tftp:bsd.rd +.Dl boot\*(Gt boot tftp:bsd.rd .Sh SEE ALSO .Xr dhcpd.conf 5 , .Xr boot 8 , diff --git a/sys/arch/i386/stand/pxeboot/pxeboot.8 b/sys/arch/i386/stand/pxeboot/pxeboot.8 index f15abe20eef..c54812b04ff 100644 --- a/sys/arch/i386/stand/pxeboot/pxeboot.8 +++ b/sys/arch/i386/stand/pxeboot/pxeboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pxeboot.8,v 1.5 2006/05/21 19:46:38 jmc Exp $ +.\" $OpenBSD: pxeboot.8,v 1.6 2007/02/12 22:13:07 jmc Exp $ .\" Copyright (c) 2004 Tom Cosgrove .\" Copyright (c) 2003 Matthias Drochner .\" Copyright (c) 1999 Doug White @@ -74,7 +74,7 @@ either by commands in the .Pa boot.conf file, or by commands typed by the user at the -.Ic boot> +.Ic boot\*(Gt prompt. .Nm can be used for @@ -95,11 +95,11 @@ It may help to use the option with .Xr tftpd 8 , to avoid confusion between files for the server's system -and files for the client system. -(Note that +and files for the client system +(note that .Fl s is set by default in -OpenBSD.) +.Ox ) . .Xr ftpd 8 or .Xr httpd 8 @@ -157,11 +157,11 @@ Default root directory for .Sh EXAMPLES Boot the install kernel: .Pp -.Dl boot> bsd.rd +.Dl boot\*(Gt bsd.rd .Pp The same thing: .Pp -.Dl boot> boot tftp:bsd.rd +.Dl boot\*(Gt boot tftp:bsd.rd .Sh SEE ALSO .Xr dhcpd.conf 5 , .Xr boot 8 , |