diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-28 21:26:10 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-28 21:26:10 +0000 |
commit | 30f04fb9b6702c8999ca8276c9392a3b255685b7 (patch) | |
tree | 87ea393f416904e8225e35f01486892ea910be5f | |
parent | 5aabbfaaba1f69037ae330cd5cf66c3067f60c4d (diff) |
Don't document ``device foo'' yet either.
-rw-r--r-- | sys/arch/landisk/stand/boot/boot.8 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/landisk/stand/boot/boot.8 b/sys/arch/landisk/stand/boot/boot.8 index f47b45d02d7..41b90810a78 100644 --- a/sys/arch/landisk/stand/boot/boot.8 +++ b/sys/arch/landisk/stand/boot/boot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.8,v 1.1 2008/05/28 21:16:43 miod Exp $ +.\" $OpenBSD: boot.8,v 1.2 2008/05/28 21:26:09 miod Exp $ .\" .\" Copyright (c) 1997-2001 Michael Shalayeff .\" All rights reserved. @@ -188,10 +188,11 @@ Address at which to load the kernel. Debug flag if .Nm was compiled with DEBUG defined. -.It Nm device -Boot device name (e.g., -.Li fd0a , -.Li hd0a ) . +.\" XXX Useless until partitions are supported. +.\" .It Nm device +.\" Boot device name (e.g., +.\" .Li cf0a , +.\" .Li cf0d ) . .It Nm howto Options to pass to the loaded kernel. .It Nm image |