diff options
author | 2004-12-06 20:19:38 +0000 | |
---|---|---|
committer | 2004-12-06 20:19:38 +0000 | |
commit | 0e91319d1df2bb283501f104bddfb7ca482dbad5 (patch) | |
tree | ea9f47aced31337a961e0764cfe4016479b5a5c8 | |
parent | Do not access memory out of bounds when parsing input; fixes an incorrect (diff) | |
download | wireguard-openbsd-0e91319d1df2bb283501f104bddfb7ca482dbad5.tar.xz wireguard-openbsd-0e91319d1df2bb283501f104bddfb7ca482dbad5.zip |
use raw device; wbx@openbsd.de
-rw-r--r-- | sys/arch/sparc64/stand/installboot/installboot.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/installboot/installboot.8 b/sys/arch/sparc64/stand/installboot/installboot.8 index c57a8bf99b6..088064d20cb 100644 --- a/sys/arch/sparc64/stand/installboot/installboot.8 +++ b/sys/arch/sparc64/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.5 2003/06/06 21:45:33 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.6 2004/12/06 20:19:38 deraadt Exp $ .\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -93,7 +93,7 @@ using the file .Pa /ofwboot as the second-level boot program: .Bd -literal -offset indent -installboot /usr/mdec/bootblk /dev/rsd0a +# installboot /usr/mdec/bootblk /dev/rsd0c .Ed .Sh SEE ALSO .Xr disklabel 8 , |