summaryrefslogtreecommitdiff
path: root/libarchive/mtree.5
diff options
context:
space:
mode:
authorJean-Yves Migeon <jeanyves.migeon@free.fr>2013-09-03 16:12:37 +0200
committerJean-Yves Migeon <jeanyves.migeon@free.fr>2013-09-03 16:12:37 +0200
commit4e002d9a92ecd7cec0fb98b0bedbace8aad81f6e (patch)
treed36467938daae9a6298fd7a5ad432743a7c4354a /libarchive/mtree.5
parent33fdc394c7a120ca24b18d6365d6a6800a04547c (diff)
downloadlibarchive-4e002d9a92ecd7cec0fb98b0bedbace8aad81f6e.tar.gz
Add the device parsing logic. It allows mtree's libarchive to
parse device entries like NetBSD's mtree and its multiple possible format: native, 386bsd, 4bsd, bsdos, freebsd, hpux, isc, linux, netbsd, osf1, sco, solaris, sunos, svr3, svr4, and ultrix.
Diffstat (limited to 'libarchive/mtree.5')
-rw-r--r--libarchive/mtree.523
1 files changed, 18 insertions, 5 deletions
diff --git a/libarchive/mtree.5 b/libarchive/mtree.5
index 51ec2f96..0c0c0b02 100644
--- a/libarchive/mtree.5
+++ b/libarchive/mtree.5
@@ -28,7 +28,7 @@
.\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$
.\"
-.Dd August 29, 2013
+.Dd September 3, 2013
.Dt MTREE 5
.Os
.Sh NAME
@@ -159,10 +159,23 @@ Opaque number (as stored on the file system).
The following values for
.Ar format
are recognized:
-.Bl -tag -width xxxxxx -offset xx
-.It Sy native
-Native format as used by the operating system.
-.El
+.Sy native ,
+.Sy 386bsd ,
+.Sy 4bsd ,
+.Sy bsdos ,
+.Sy freebsd ,
+.Sy hpux ,
+.Sy isc ,
+.Sy linux ,
+.Sy netbsd ,
+.Sy osf1 ,
+.Sy sco ,
+.Sy solaris ,
+.Sy sunos ,
+.Sy svr3 ,
+.Sy svr4 ,
+and
+.Sy ultrix .
.Pp
See
.Xr mknod 8