diff options
Diffstat (limited to 'sys/arch/amd64/stand/biosboot')
-rw-r--r-- | sys/arch/amd64/stand/biosboot/biosboot.8 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/amd64/stand/biosboot/biosboot.8 b/sys/arch/amd64/stand/biosboot/biosboot.8 index ec1bd95393f..709ccfeae68 100644 --- a/sys/arch/amd64/stand/biosboot/biosboot.8 +++ b/sys/arch/amd64/stand/biosboot/biosboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biosboot.8,v 1.11 2013/10/28 15:15:08 stsp Exp $ +.\" $OpenBSD: biosboot.8,v 1.12 2015/09/10 15:16:43 schwarze Exp $ .\" .\" Copyright (c) 2003 Tom Cosgrove <tom.cosgrove@arches-consulting.com> .\" Copyright (c) 1997 Michael Shalayeff @@ -25,13 +25,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 28 2013 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BIOSBOOT 8 amd64 .Os .Sh NAME .Nm biosboot -.Nd -amd64-specific first-stage system bootstrap +.Nd amd64-specific first-stage system bootstrap .Sh DESCRIPTION This small program (roughly 512 bytes of code) is responsible for loading the second-stage |