diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-16 06:39:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-16 06:39:28 +0000 |
commit | a45ed7b4c88d8a4dee5fa3c83b4ef612f254fbb3 (patch) | |
tree | 8290d4f9b8b6fef3081d623ad29ab0ef79435152 /sys | |
parent | fa67220575e71eb3b1ac9008b54838c96465dc35 (diff) |
some macro fixage;
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/socppc/stand/mkboot/mkboot.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/socppc/stand/mkboot/mkboot.8 b/sys/arch/socppc/stand/mkboot/mkboot.8 index 8b4119e2f5d..de1818cd252 100644 --- a/sys/arch/socppc/stand/mkboot/mkboot.8 +++ b/sys/arch/socppc/stand/mkboot/mkboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkboot.8,v 1.1 2008/05/15 21:32:20 kettenis Exp $ +.\" $OpenBSD: mkboot.8,v 1.2 2008/05/16 06:39:27 jmc 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: May 15 2008 $ +.Dd $Mdocdate: May 16 2008 $ .Dt MKBOOT 8 socppc .Os .Sh NAME @@ -34,10 +34,10 @@ The options are as follows: .Bl -tag -width Ds .It Fl e Ar entry Sets the entry point to -.Em "entry" . +.Ar entry . .It Fl l Ar loadpoint Sets the load address to -.Em "loadpoint". +.Ar loadpoint . .El .Sh HISTORY A |