diff options
author | 2008-05-28 21:26:09 +0000 | |
---|---|---|
committer | 2008-05-28 21:26:09 +0000 | |
commit | 3f00e443cdae3a72609d047c6f18009778504833 (patch) | |
tree | 9792416d2c8f0a3add107d2d476a97f148030507 | |
parent | Add a boot.8 manual page (adapted from other platforms which use the MI (diff) | |
download | wireguard-openbsd-3f00e443cdae3a72609d047c6f18009778504833.tar.xz wireguard-openbsd-3f00e443cdae3a72609d047c6f18009778504833.zip |
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 |