summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkimg
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2014-06-06 19:00:43 +0000
committerjoel <joel@FreeBSD.org>2014-06-06 19:00:43 +0000
commit1f9618e6f7b24258f7ec29296f991620eb38db57 (patch)
tree6723e5394dac4b6d4c35f508bc70d369c535aacb /usr.bin/mkimg
parent7cc30227c92f89afbee92a73bd84bed53631e0c3 (diff)
downloadFreeBSD-src-1f9618e6f7b24258f7ec29296f991620eb38db57.zip
FreeBSD-src-1f9618e6f7b24258f7ec29296f991620eb38db57.tar.gz
Minor mdoc improvements.
Diffstat (limited to 'usr.bin/mkimg')
-rw-r--r--usr.bin/mkimg/mkimg.111
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/mkimg/mkimg.1 b/usr.bin/mkimg/mkimg.1
index cf86308..28773eb 100644
--- a/usr.bin/mkimg/mkimg.1
+++ b/usr.bin/mkimg/mkimg.1
@@ -115,6 +115,12 @@ For a complete list of supported partitioning schemes or supported output
format, or for a detailed description of how to specify partitions, run the
.Nm
utility without any arguments.
+.Sh ENVIRONMENT
+.Bl -tag -width "TMPDIR" -compact
+.It Ev TMPDIR
+Directory to put temporary files in; default is
+.Pa /tmp .
+.El
.Sh EXAMPLES
To create a bootable disk image that is partitioned using the GPT scheme and
containing a root file system that was previously created using
@@ -159,11 +165,6 @@ For partitioning schemes that feature partition labels, the
utility supports assigning labels to the partitions specified.
In the following example the file system partition is labeled as 'backup':
.Dl % mkimg -s gpt -p freebsd-ufs/backup:=file-system.ufs -o gpt.img
-.Sh ENVIRONMENT
-.Bl -tag -width "TMPDIR" -compact
-.It Ev TMPDIR
-Directory to put temporary files in; default is
-.Pa /tmp .
.Sh SEE ALSO
.Xr gpart 8
.Xr makefs 8
OpenPOWER on IntegriCloud