diff options
author | 1997-11-25 19:43:47 +0000 | |
---|---|---|
committer | 1997-11-25 19:43:47 +0000 | |
commit | e736f2aa60ed231ed005e2cf2620ca6031d41ae7 (patch) | |
tree | e8c5fd0d13cbd3c97d2e705c78249887f87f0715 | |
parent | add ripemd160. (diff) | |
download | wireguard-openbsd-e736f2aa60ed231ed005e2cf2620ca6031d41ae7.tar.xz wireguard-openbsd-e736f2aa60ed231ed005e2cf2620ca6031d41ae7.zip |
fix Op Fl
-rw-r--r-- | sys/arch/mvme68k/stand/installboot/installboot.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/installboot/installboot.8 b/sys/arch/mvme68k/stand/installboot/installboot.8 index 3b4cefdbf67..af8493ebad5 100644 --- a/sys/arch/mvme68k/stand/installboot/installboot.8 +++ b/sys/arch/mvme68k/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $Id: installboot.8,v 1.1 1996/05/16 02:32:42 chuck Exp $ +.\" $Id: installboot.8,v 1.2 1997/11/25 19:43:47 deraadt Exp $ .\" .Dd 31 May 1995 .Dt INSTALLBOOT 8 @@ -8,7 +8,8 @@ .Nd install a bootstrap on a UFS disk .Sh SYNOPSIS .Nm installboot -.Fl n | Fl v +.Op Fl n +.Op Fl v .Ar ufsboot .Ar bootxx .Ar rawdev |