Remove unnecessary macros. Use standard headers.
This commit is contained in:
parent
c3934401dc
commit
edd62e729c
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mkubootimage.1,v 1.9 2017/07/15 11:13:08 jmcneill Exp $
|
||||
.\" $NetBSD: mkubootimage.1,v 1.10 2017/07/15 12:10:31 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -38,12 +38,12 @@
|
|||
.Op Fl h
|
||||
.Fl A No ( arm Ns | Ns arm64 Ns | Ns i386 Ns | Ns mips Ns | Ns mips64 Ns | Ns or1k Ns | Ns powerpc )
|
||||
.Fl a Ar address
|
||||
.Op Fl C No Po bz2 Ns | Ns gz Ns | Ns lzma Ns | Ns lzo Ns | Ns none Pc
|
||||
.Op Fl C Po bz2 Ns | Ns gz Ns | Ns lzma Ns | Ns lzo Ns | Ns none Pc
|
||||
.Op Fl E Ar address
|
||||
.Op Fl e Ar address
|
||||
.Op Fl m Ar magic
|
||||
.Fl n Ar image
|
||||
.Op Fl O No Po freebsd Ns | Ns linux Ns | Ns netbsd Ns | Ns openbsd Pc
|
||||
.Op Fl O Po freebsd Ns | Ns linux Ns | Ns netbsd Ns | Ns openbsd Pc
|
||||
.Fl T No ( fs Ns | Ns kernel Ns | Ns kernel_noload Ns | Ns ramdisk Ns | Ns standalone )
|
||||
.Ar source destination
|
||||
.\"
|
||||
|
@ -120,7 +120,7 @@ The required
|
|||
.Ar destination
|
||||
argument is the filename of the image file that is created.
|
||||
.\"
|
||||
.Sh RETURN VALUES
|
||||
.Sh EXIT STATUS
|
||||
.Nm
|
||||
returns 1 on failure to read the kernel,
|
||||
generate a header, or create the image.
|
||||
|
|
Loading…
Reference in New Issue