Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/arch-nspawn.1.asciidoc
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2022-06-20 01:15:34 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-06-22 01:05:03 +0200
commit626aecb4724fe5adc65f755d142804306fadb307 (patch)
tree0b543c45c98a45c181293a4f10120873c82b81ea /doc/arch-nspawn.1.asciidoc
parent208824456410123e6ac480cdfe554f14f211047c (diff)
make: split out man page files into doc/man folder
Diffstat (limited to 'doc/arch-nspawn.1.asciidoc')
-rw-r--r--doc/arch-nspawn.1.asciidoc40
1 files changed, 0 insertions, 40 deletions
diff --git a/doc/arch-nspawn.1.asciidoc b/doc/arch-nspawn.1.asciidoc
deleted file mode 100644
index 22aa641..0000000
--- a/doc/arch-nspawn.1.asciidoc
+++ /dev/null
@@ -1,40 +0,0 @@
-arch-nspawn(1)
-==============
-
-Name
-----
-arch-nspawn - Run a command or OS in a light-weight namespace container
-
-Synopsis
---------
-arch-nspawn [options] working-dir [systemd-nspawn arguments]
-
-Description
------------
-
-'arch-nspawn' is a wrapper around systemd-nspawn to run command or OS in a
-namespace container such as a directory including base utilities of a OS.
-It is used to build package(s) in given clean and defined environment.
-
-Options
--------
-
-*-C* <file>::
- Location of a pacman config file
-
-*-M* <file>::
- Location of a makepkg config file
-
-*-c* <dir>::
- Set pacman cache, if no directory is specified the passed pacman.conf's cachedir is used with a fallback to '/etc/pacman.conf'
-
-*-f* <file>::
- Copy file from the host to the chroot
-
-*-s*::
- Do not run setarch
-
-*-h*::
- Show this usage message
-
-include::footer.asciidoc[]