summaryrefslogtreecommitdiffstats
path: root/man/lsinitcpio.1.txt
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-11-22 23:29:48 +0100
committerDave Reisner <dreisner@archlinux.org>2012-11-24 00:01:34 +0100
commit3c961b3bc3cbffa7537575c8ea85d016a0342f24 (patch)
treefb168bd640663cbc1a21db808ae7f27c17123879 /man/lsinitcpio.1.txt
parentf85d28014134076217904885ea339e2f4c438df1 (diff)
downloadmkinitcpio-3c961b3bc3cbffa7537575c8ea85d016a0342f24.tar.gz
mkinitcpio-3c961b3bc3cbffa7537575c8ea85d016a0342f24.tar.xz
build: move manpages to subdir
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'man/lsinitcpio.1.txt')
-rw-r--r--man/lsinitcpio.1.txt68
1 files changed, 68 insertions, 0 deletions
diff --git a/man/lsinitcpio.1.txt b/man/lsinitcpio.1.txt
new file mode 100644
index 0000000..98bd756
--- /dev/null
+++ b/man/lsinitcpio.1.txt
@@ -0,0 +1,68 @@
+/////
+vim:set ts=4 sw=4 syntax=asciidoc noet:
+/////
+lsinitcpio(1)
+=============
+
+Name
+----
+lsinitcpio - Examine an initramfs
+
+Synopsis
+--------
+'lsinitcpio' [action] [options] 'image'
+
+Description
+-----------
+Examines the contents of an initcpio image. Without any options, 'lsinitcpio'
+simply lists the contents of an image.
+
+Actions
+-------
+*-a, \--analyze*::
+ Analyze the contents of the specified image and print output in human
+ readable form.
+
+*-c, \--config*::
+ Show the configuration file the given image was built with.
+
+*-l, \--list*::
+ List the contents of the archive. This is the default action. Pass the *-v*
+ flag for more detailed results.
+
+*-x, \--extract*::
+ Extract the given image to the current working directory.
+
+Options
+-------
+
+*-h, \--help*::
+ Output a short overview of available command-line switches.
+
+*-n, \--nocolor*::
+ Disable color output.
+
+*-V, \--version*::
+ Display version information.
+
+*-v, \--verbose*::
+ Be more verbose. In particular, show long style output when listing
+ the contents of an image, and show files as they are extracted when
+ the *-x* option is given.
+
+Bugs
+----
+Upon writing this manpage, there were no noticeable bugs present. Please visit
+<http://bugs.archlinux.org/> for an up to date list.
+
+See Also
+--------
+*mkinitcpio*(8)
+
+Authors
+-------
+lsinitcpio was created by Dave Reisner <dreisner@archlinux.org>
+
+Copyright
+---------
+Copyright (c) Arch Linux 2011-2012