diff options
author | 2010-03-10 14:44:17 +0000 | |
---|---|---|
committer | 2010-03-10 14:44:17 +0000 | |
commit | f1485f044daf452c70061ffd1798b4d6968b20e8 (patch) | |
tree | 204267e9b6e3588d305aaecb55a2506fea9ef2c4 | |
parent | typos; from Ross Richardson (diff) | |
download | wireguard-openbsd-f1485f044daf452c70061ffd1798b4d6968b20e8.tar.xz wireguard-openbsd-f1485f044daf452c70061ffd1798b4d6968b20e8.zip |
fix the option that sets the image operating system.
ok jmc@
-rw-r--r-- | sys/stand/mkuboot/mkuboot.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/stand/mkuboot/mkuboot.8 b/sys/stand/mkuboot/mkuboot.8 index 6bc40329fcd..622826d84a8 100644 --- a/sys/stand/mkuboot/mkuboot.8 +++ b/sys/stand/mkuboot/mkuboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkuboot.8,v 1.1 2010/02/12 17:30:41 mk Exp $ +.\" $OpenBSD: mkuboot.8,v 1.2 2010/03/10 14:44:17 sobrado Exp $ .\" .\" Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 12 2010 $ +.Dd $Mdocdate: March 10 2010 $ .Dt MKUBOOT 8 .Os .Sh NAME @@ -44,7 +44,7 @@ Sets the entry point to .It Fl l Ar loadaddr Sets the load address to .Ar loadaddr . -.It Fl a Ar os +.It Fl o Ar os Sets the image OS to .Ar os . .Ar os |