summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-02 10:39:12 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-03-02 10:39:12 +0000
commitb683af40e1019e7894fbf1883014bffbabfeffa0 (patch)
tree1ec4a971ee5c67b25ba0108560f1fe0956644d1d
parent2ad0a98a258b2a47b5763dfdc2ade5c6a2785e7c (diff)
more logical order of operations, caveats
-rw-r--r--sys/arch/hppa/stand/boot/boot.810
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/hppa/stand/boot/boot.8 b/sys/arch/hppa/stand/boot/boot.8
index 6f4ac6759e7..dd501a3c7b5 100644
--- a/sys/arch/hppa/stand/boot/boot.8
+++ b/sys/arch/hppa/stand/boot/boot.8
@@ -1,7 +1,7 @@
-.\" $OpenBSD: boot.8,v 1.3 2002/03/02 09:36:42 miod Exp $
+.\" $OpenBSD: boot.8,v 1.4 2002/03/02 10:39:11 mickey Exp $
.\"
.\" Copyright (c) 2002 Miodrag Vallat
-.\" Copyright (c) 1997-2001 Michael Shalayeff
+.\" Copyright (c) 1997-2002 Michael Shalayeff
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@@ -53,14 +53,14 @@ Basic operations include:
.Pp
.Bl -bullet -compact
.It
-Detecting and switching between multiple consoles.
-.It
Loading kernels from any device supported by your system.
.It
Loading kernels compressed by
.Xr gzip 1 .
.It
Providing an interactive command line.
+.It
+Detecting and switching between multiple consoles.
.El
.Pp
The sequence of its operation is as follows: initialization,
@@ -333,3 +333,5 @@ This program was written by Michael Shalayeff for
The hppa specific parts were written by Michael Shalayeff and Miodrag Vallat
for
.Ox 3.1 .
+.Sh CAVEATS
+Making mistakes in console paths may cost you a toupee.