summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimona2018-11-25 21:51:28 +0100
committersimona2018-11-25 21:51:28 +0100
commite579ed970a1680cff1e28d29bd5505a031c6caee (patch)
tree950064caaaa67a7cdc09f601a968022c5aca7bb1
parent42836879fe2dec3c070b926331947555d0219094 (diff)
downloadaur-e579ed970a1680cff1e28d29bd5505a031c6caee.tar.gz
second fix man
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
-rw-r--r--image-mount.141
3 files changed, 22 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36763ebeaa7d..069947c8023e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simonascripts
pkgdesc = Bash unique command for mount image files (iso, vms, crypto, squashfs), detect pendrive device name, list all kernels, list all i/o schedulers.
pkgver = 0.0.7
- pkgrel = 2
+ pkgrel = 3
changelog = simonascripts.changelog
arch = any
license = GPL3
@@ -23,7 +23,7 @@ pkgbase = simonascripts
md5sums = c58f5737bb41c8af2bff7dd24a3d2723
md5sums = 6379f2d72a7f197961f7d10bf428d667
md5sums = a1a4360c53f748f61af34e438f261e5a
- md5sums = feb575e006d53e485c73a1ab4a758eeb
+ md5sums = 7e4b85c6508890c6f5c88b3d886206a6
pkgname = simonascripts
diff --git a/PKGBUILD b/PKGBUILD
index bbde4ee18aa5..9441f2786e0e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simona <simona.pisano[at]gmail[dot]com>
pkgname=simonascripts
pkgver=0.0.7
-pkgrel=2
+pkgrel=3
pkgdesc="Bash unique command for mount image files (iso, vms, crypto, squashfs), detect pendrive device name, list all kernels, list all i/o schedulers."
#t does not need to be included in the source array
@@ -30,7 +30,7 @@ md5sums=('3f5599c3588f01b625aa9feb0a0e8b99'
'c58f5737bb41c8af2bff7dd24a3d2723'
'6379f2d72a7f197961f7d10bf428d667'
'a1a4360c53f748f61af34e438f261e5a'
- 'feb575e006d53e485c73a1ab4a758eeb')
+ '7e4b85c6508890c6f5c88b3d886206a6')
package() {
cd "$srcdir"
diff --git a/image-mount.1 b/image-mount.1
index 9486da9bd2ef..7b4eae1bc1c6 100644
--- a/image-mount.1
+++ b/image-mount.1
@@ -1,10 +1,13 @@
-NAME
-image-mount - Bash script to mount image files (iso, vms, crypto, squashfs) inside simonascripts pkg
-SYNOPSIS
+.\" Manpage for image-mount.
+.\" Contact Simona <simona.pisano[at]gmail[dot]com> to correct errors or typos.
+.TH man 1 "25 Nov 2018" "1.0" "image-mount man page"
+.SH NAME
+image-mount \- Bash script to mount image files (iso, vms, crypto, squashfs) inside simonascripts pkg
+.SH SYNOPSIS
image-mount image-mount [path/]file-name[.format] [format | #partition] [path-where-mount | #partition] [--force-iso-stdmount]
-DESCRIPTION
-Bash script to mount image files (iso, vms, crypto, squashfs) inside simonascripts pkg
-
+.SH DESCRIPTION
+Bash script to mount image files (iso, vms, crypto, squashfs) inside simonascripts pkg.
+.SH OPTIONS
-h, --help
display this help and exit
@@ -16,21 +19,13 @@ Bash script to mount image files (iso, vms, crypto, squashfs) inside simonascrip
--version
output version information and exit
-
-
-AUTHOR
-Written by Simona Pisano.
-
-REPORTING BUGS
-Report to Simona <simona.pisano[at]gmail[dot]com>
-
-COPYRIGHT
+.SH EXAMPLES
+
+.SH SEE ALSO
+image-umount, simona-scripts
+.SH BUGS
+No known bugs.
+.SH AUTHOR
+Simona Pisano (simona.pisano[at]gmail[dot]com)
+.SH COPYRIGHT
Copyright © 2018 Simona Pisano. License GPLv3: GNU GPL version 3 <https://gnu.org/licenses/gpl.html>.
-
-SEE ALSO
-image-umount, simona-scripts.
-
-This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
-SEE ALSO
-Full documentation at: <https://>
-