]> sourceware.org Git - lvm2.git/commitdiff
Generate man pages from templates and include version. (romster)
authorAlasdair Kergon <agk@redhat.com>
Wed, 8 Oct 2008 12:50:13 +0000 (12:50 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 8 Oct 2008 12:50:13 +0000 (12:50 +0000)
50 files changed:
WHATS_NEW
configure
configure.in
make.tmpl.in
man/Makefile.in
man/clvmd.8.in [moved from man/clvmd.8 with 97% similarity]
man/fsadm.8.in [new file with mode: 0644]
man/lvchange.8.in [moved from man/lvchange.8 with 97% similarity]
man/lvconvert.8.in [moved from man/lvconvert.8 with 97% similarity]
man/lvcreate.8.in [moved from man/lvcreate.8 with 98% similarity]
man/lvdisplay.8.in [moved from man/lvdisplay.8 with 95% similarity]
man/lvextend.8.in [moved from man/lvextend.8 with 97% similarity]
man/lvm.8.in [moved from man/lvm.8 with 99% similarity]
man/lvm.conf.5.in [moved from man/lvm.conf.5 with 99% similarity]
man/lvmchange.8.in [moved from man/lvmchange.8 with 76% similarity]
man/lvmdiskscan.8.in [moved from man/lvmdiskscan.8 with 89% similarity]
man/lvmdump.8.in [moved from man/lvmdump.8 with 97% similarity]
man/lvreduce.8.in [moved from man/lvreduce.8 with 96% similarity]
man/lvremove.8.in [moved from man/lvremove.8 with 93% similarity]
man/lvrename.8.in [moved from man/lvrename.8 with 91% similarity]
man/lvresize.8.in [moved from man/lvresize.8 with 97% similarity]
man/lvs.8.in [moved from man/lvs.8 with 97% similarity]
man/lvscan.8.in [moved from man/lvscan.8 with 88% similarity]
man/pvchange.8.in [moved from man/pvchange.8 with 92% similarity]
man/pvck.8.in [moved from man/pvck.8 with 93% similarity]
man/pvcreate.8.in [moved from man/pvcreate.8 with 95% similarity]
man/pvdisplay.8.in [moved from man/pvdisplay.8 with 91% similarity]
man/pvmove.8.in [moved from man/pvmove.8 with 96% similarity]
man/pvremove.8.in [moved from man/pvremove.8 with 87% similarity]
man/pvresize.8.in [moved from man/pvresize.8 with 94% similarity]
man/pvs.8.in [moved from man/pvs.8 with 97% similarity]
man/pvscan.8.in [moved from man/pvscan.8 with 92% similarity]
man/vgcfgbackup.8.in [moved from man/vgcfgbackup.8 with 92% similarity]
man/vgcfgrestore.8.in [moved from man/vgcfgrestore.8 with 95% similarity]
man/vgchange.8.in [moved from man/vgchange.8 with 98% similarity]
man/vgck.8.in [moved from man/vgck.8 with 71% similarity]
man/vgconvert.8.in [moved from man/vgconvert.8 with 89% similarity]
man/vgcreate.8.in [moved from man/vgcreate.8 with 98% similarity]
man/vgdisplay.8.in [moved from man/vgdisplay.8 with 96% similarity]
man/vgexport.8.in [moved from man/vgexport.8 with 84% similarity]
man/vgextend.8.in [moved from man/vgextend.8 with 83% similarity]
man/vgimport.8.in [moved from man/vgimport.8 with 83% similarity]
man/vgmerge.8.in [moved from man/vgmerge.8 with 88% similarity]
man/vgmknodes.8.in [moved from man/vgmknodes.8 with 83% similarity]
man/vgreduce.8.in [moved from man/vgreduce.8 with 93% similarity]
man/vgremove.8.in [moved from man/vgremove.8 with 85% similarity]
man/vgrename.8.in [moved from man/vgrename.8 with 91% similarity]
man/vgs.8.in [moved from man/vgs.8 with 97% similarity]
man/vgscan.8.in [moved from man/vgscan.8 with 88% similarity]
man/vgsplit.8.in [moved from man/vgsplit.8 with 94% similarity]

index 349ff871400afc3aac6754fd550800d202afc830..05bd43c5e672135647ab72326f38d5e7667c2cd1 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.41 -
 =====================================
+  Generate man pages from templates and include version.
   Add usrlibdir and usrsbindir to configure.
   Fix conversion of md chunk size into sectors.
   Free text metadata buffer after a failure writing it.
index f80ecc73ab6401fcd4ed3c10269e6d9c290361ef..f4a1a7151a6b0421657a3de306fc67d39797edc9 100755 (executable)
--- a/configure
+++ b/configure
@@ -663,6 +663,7 @@ target
 target_cpu
 target_vendor
 target_os
+SED
 AWK
 CC
 CFLAGS
@@ -1990,6 +1991,90 @@ case "$host_os" in
 esac
 
 ################################################################################
+{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
+echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
+if test "${ac_cv_path_SED+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
+     for ac_i in 1 2 3 4 5 6 7; do
+       ac_script="$ac_script$as_nl$ac_script"
+     done
+     echo "$ac_script" | sed 99q >conftest.sed
+     $as_unset ac_script || ac_script=
+     # Extract the first word of "sed gsed" to use in msg output
+if test -z "$SED"; then
+set dummy sed gsed; ac_prog_name=$2
+if test "${ac_cv_path_SED+set}" = set; then
+  echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+  ac_path_SED_found=false
+# Loop through the user's path and test for each of PROGNAME-LIST
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+for as_dir in $PATH
+do
+  IFS=$as_save_IFS
+  test -z "$as_dir" && as_dir=.
+  for ac_prog in sed gsed; do
+  for ac_exec_ext in '' $ac_executable_extensions; do
+    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
+    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
+    # Check for GNU ac_path_SED and select it if it is found.
+  # Check for GNU $ac_path_SED
+case `"$ac_path_SED" --version 2>&1` in
+*GNU*)
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
+*)
+  ac_count=0
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
+  while :
+  do
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
+    mv "conftest.tmp" "conftest.in"
+    cp "conftest.in" "conftest.nl"
+    echo '' >> "conftest.nl"
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
+    ac_count=`expr $ac_count + 1`
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
+      # Best one so far, save it but keep looking for a better one
+      ac_cv_path_SED="$ac_path_SED"
+      ac_path_SED_max=$ac_count
+    fi
+    # 10*(2^10) chars as input seems more than enough
+    test $ac_count -gt 10 && break
+  done
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
+esac
+
+
+    $ac_path_SED_found && break 3
+  done
+done
+
+done
+IFS=$as_save_IFS
+
+
+fi
+
+SED="$ac_cv_path_SED"
+if test -z "$SED"; then
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
+echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
+   { (exit 1); exit 1; }; }
+fi
+
+else
+  ac_cv_path_SED=$SED
+fi
+
+fi
+{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
+echo "${ECHO_T}$ac_cv_path_SED" >&6; }
+ SED="$ac_cv_path_SED"
+  rm -f conftest.sed
+
 for ac_prog in gawk mawk nawk awk
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -12175,6 +12260,7 @@ target!$target$ac_delim
 target_cpu!$target_cpu$ac_delim
 target_vendor!$target_vendor$ac_delim
 target_os!$target_os$ac_delim
+SED!$SED$ac_delim
 AWK!$AWK$ac_delim
 CC!$CC$ac_delim
 CFLAGS!$CFLAGS$ac_delim
@@ -12222,7 +12308,6 @@ DM_IOCTLS!$DM_IOCTLS$ac_delim
 DM_LIB_VERSION!$DM_LIB_VERSION$ac_delim
 FSADM!$FSADM$ac_delim
 GROUP!$GROUP$ac_delim
-HAVE_LIBDL!$HAVE_LIBDL$ac_delim
 _ACEOF
 
   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
@@ -12264,6 +12349,7 @@ _ACEOF
 ac_delim='%!_!# '
 for ac_last_try in false false false false false :; do
   cat >conf$$subs.sed <<_ACEOF
+HAVE_LIBDL!$HAVE_LIBDL$ac_delim
 HAVE_REALTIME!$HAVE_REALTIME$ac_delim
 HAVE_SELINUX!$HAVE_SELINUX$ac_delim
 INTL!$INTL$ac_delim
@@ -12289,7 +12375,7 @@ usrsbindir!$usrsbindir$ac_delim
 LTLIBOBJS!$LTLIBOBJS$ac_delim
 _ACEOF
 
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 23; then
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 24; then
     break
   elif $ac_last_try; then
     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
index b1735b8a79f0d94967a60d3a982e712924c3509e..5a82857a621f0ab0c8de70114629dad13bff3576 100644 (file)
@@ -62,6 +62,7 @@ esac
 
 ################################################################################
 dnl -- Checks for programs.
+AC_PROG_SED
 AC_PROG_AWK
 AC_PROG_CC
 
index b5b72474679a45ab5e31f7685e8405f3529686a6..88b7bfd4cc951f3d31f3164bf8130cf90b488071 100644 (file)
@@ -26,6 +26,8 @@ MSGFMT = @MSGFMT@
 LCOV = @LCOV@
 GENHTML = @GENHTML@
 LN_S = @LN_S@
+SED = @SED@
+
 LIBS = @LIBS@
 DEFS += @DEFS@
 CFLAGS += @CFLAGS@
@@ -96,6 +98,8 @@ LDFLAGS += -L$(top_srcdir)/lib -L$(libdir)
 STRIP=
 #STRIP = -s
 
+LVM_VERSION := $(shell cat $(top_srcdir)/VERSION)
+
 LIB_VERSION := $(shell cat $(top_srcdir)/VERSION | \
                 awk -F '.' '{printf "%s.%s",$$1,$$2}')
 
index 8ab3359c6ccc54d602d4213a1b9a002858e378b9..aca792472c344469c8c7658530dd108a97b31653 100644 (file)
@@ -35,12 +35,25 @@ MAN8CLUSTER=clvmd.8
 MAN5DIR=${mandir}/man5
 MAN8DIR=${mandir}/man8
 
+CLEAN_TARGETS=$(MAN5) $(MAN8) $(MAN8CLUSTER) $(FSADMMAN)
+
 include $(top_srcdir)/make.tmpl
 
 ifneq ("@CLVMD@", "none")
   install: install_cluster
 endif
 
+all: man
+
+.PHONY: man
+
+man: $(MAN5) $(MAN8) $(MAN8CLUSTER)
+
+$(MAN5) $(MAN8) $(MAN8CLUSTER):        Makefile
+
+%: %.in
+       $(SED) -e "s/#VERSION#/$(LVM_VERSION)/" $< > $@
+
 install:
        @echo "Installing $(MAN8) in $(MAN8DIR)"
        @for f in $(MAN8); \
similarity index 97%
rename from man/clvmd.8
rename to man/clvmd.8.in
index c43ff4cda03f046c4a70a46345511415452c2e7e..8fd9b2d363eb83c0fe26dd383dc39a1debc836dd 100644 (file)
@@ -1,4 +1,4 @@
-.TH CLVMD 8 "LVM TOOLS" "Red Hat Inc" \" -*- nroff -*-
+.TH CLVMD 8 "LVM TOOLS #VERSION#" "Red Hat Inc" \" -*- nroff -*-
 .SH NAME
 clvmd \- cluster LVM daemon
 .SH SYNOPSIS
diff --git a/man/fsadm.8.in b/man/fsadm.8.in
new file mode 100644 (file)
index 0000000..56791bf
--- /dev/null
@@ -0,0 +1,56 @@
+.TH "FSADM" "8" "LVM TOOLS #VERSION#" "Red Hat, Inc" "\""
+.SH "NAME"
+fsadm \- utility to resize or check filesystem on a device
+.SH "SYNOPSIS"
+.B fsdam
+.RI [options]\ check\ device
+
+.B fsdam
+.RI [options]\ resize\ device\ [new_size[BKMGTEP]]
+
+.SH "DESCRIPTION"
+\fBfsadm\fR utility resizes or checks the filesystem on a device. It tries to use the same API for \fBExt2/3\fR, \fBReiserFS\fR and \fBXFS\fR filesystem and simply resize and filesystem check operation.
+.SH "OPTIONS"
+.TP 
+\fB\-h \-\-help\fR
+\(em print help message
+.TP 
+\fB\-v \-\-verbose\fR
+\(em be more verbose
+.TP 
+\fB\-e \-\-ext\-offline\fR
+\(em unmount Ext2/3 filesystem before doing resize
+.TP 
+\fB\-f \-\-force\fR
+\(em bypass some sanity checks
+.TP 
+\fB\-n \-\-dry\-run\fR
+\(em print commands without running them
+.TP 
+\fB\-y \-\-yes\fR
+\(em answer "yes" at any prompts
+.TP  
+\fBnew_size\fR
+\(em Absolute number of filesystem blocks to be in the filesystem, or an absolute size using a suffix (in powers of 1024). If new_size is not supplied, the whole device is used.
+
+
+.SH "EXAMPLES"
+"fsadm \-e \-y resize /dev/vg/test 1000M" tries to resize the size of the filesystem on logical volume /dev/vg/test. If /dev/vg/test contains Ext2/3 filesystem it will be unmounted prior the resize. All [y|n] questions will be answered 'y'.
+.SH "ENVIRONMENT VARIABLES"
+.TP 
+\fBTMPDIR\fP 
+Where the temporary directory should be created.
+.TP 
+.BR 
+.SH "SEE ALSO"
+.BR lvm (8), 
+.BR lvresize (8), 
+.BR lvm.conf (5),
+.BR tune2fs (8),
+.BR resize2fs (8),
+.BR reiserfstune (8),
+.BR resize_reiserfs (8),
+.BR xfs_info (8),
+.BR xfs_growfs (8),
+.BR xfs_check (8)
+
similarity index 97%
rename from man/lvchange.8
rename to man/lvchange.8.in
index ec473e0f1574bed064d334202283645668c8d44a..71d040676bae30dcf4663eb5c323434874658d9e 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVCHANGE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVCHANGE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvchange \- change attributes of a logical volume
 .SH SYNOPSIS
similarity index 97%
rename from man/lvconvert.8
rename to man/lvconvert.8.in
index fbc1d7b96657b866f77725b5130a300cf526c312..6829dba807c782d470b2c44270b99520754fa442 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVCONVERT 8 "LVM TOOLS" "Red Hat, Inc" \" -*- nroff -*-
+.TH LVCONVERT 8 "LVM TOOLS #VERSION#" "Red Hat, Inc" \" -*- nroff -*-
 .SH NAME
 lvconvert \- convert a logical volume from linear to mirror or snapshot
 .SH SYNOPSIS
similarity index 98%
rename from man/lvcreate.8
rename to man/lvcreate.8.in
index 04b155b4ee1ebca38cb4301b1b28de2ca60024db..0f24547953c5842d3f403b71f9866d00f1c16460 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVCREATE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVCREATE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvcreate \- create a logical volume in an existing volume group
 .SH SYNOPSIS
similarity index 95%
rename from man/lvdisplay.8
rename to man/lvdisplay.8.in
index 602c7fd10e65c7f7bafc5ea61260021338fc1af7..7be68c6e5b7cc42542949c41152e3d8a62fab179 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVDISPLAY 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVDISPLAY 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvdisplay \- display attributes of a logical volume
 .SH SYNOPSIS
similarity index 97%
rename from man/lvextend.8
rename to man/lvextend.8.in
index 7a3836c41732a204408f70090aa08a1076afe675..18fe7192d8b9405c85b71d21583b69f7df50612b 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVEXTEND 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVEXTEND 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvextend \- extend the size of a logical volume
 .SH SYNOPSIS
similarity index 99%
rename from man/lvm.8
rename to man/lvm.8.in
index a5e666de87dc6fcfd65ae862fe254c61a862ece9..5e5c5703d7959e2b126e1ea4c1eb4fa6c3717ae3 100644 (file)
--- a/man/lvm.8
@@ -1,4 +1,4 @@
-.TH LVM 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVM 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvm \- LVM2 tools
 .SH SYNOPSIS
similarity index 99%
rename from man/lvm.conf.5
rename to man/lvm.conf.5.in
index 47666b4e7fb97fd0f13418c258928c301dc42954..fdd728a940f2f138042a9329dba8be62b273b31e 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVM.CONF 5 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVM.CONF 5 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvm.conf \- Configuration file for LVM2
 .SH SYNOPSIS
similarity index 76%
rename from man/lvmchange.8
rename to man/lvmchange.8.in
index ef18c6b800b527e2d12bbff1619f78ff8ad6128a..7c7c85a2e4e7b97a4bd5e2a5c3f4a0bb8a1aea75 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVMCHANGE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVMCHANGE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvmchange \- change attributes of the logical volume manager
 .SH SYNOPSIS
similarity index 89%
rename from man/lvmdiskscan.8
rename to man/lvmdiskscan.8.in
index 00d1405813c0e32fad4e841b7fd579ed336f3a2d..7cbb03de2d9b0eb712317d5d327dde9ef1f42cfd 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVMDISKSCAN 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVMDISKSCAN 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvmdiskscan \- scan for all devices visible to LVM2
 .SH SYNOPSIS
similarity index 97%
rename from man/lvmdump.8
rename to man/lvmdump.8.in
index 6567d922e02da3343b1c51cda6c14f9618f3d7e4..33d44d09c7a22b803747dd51c95803c6dc38b0af 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVMDUMP "8" "" "Red Hat, Inc."
+.TH LVMDUMP 8 "LVM TOOLS #VERSION#" "Red Hat, Inc."
 .SH NAME
 lvmdump - create lvm2 information dumps for diagnostic purposes
 .SH SYNOPSIS
similarity index 96%
rename from man/lvreduce.8
rename to man/lvreduce.8.in
index e7180cb872972e41254fe685d76d8522868b1199..3f4d99276041e3b5d33255bf3b820823a1bd761e 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVREDUCE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVREDUCE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvreduce \- reduce the size of a logical volume
 .SH SYNOPSIS
similarity index 93%
rename from man/lvremove.8
rename to man/lvremove.8.in
index 2930803303e7d37f22fa6b886d203cd1f9f5ddef..46597e485c06f0d142091c11ac2b75923bdf21f4 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVREMOVE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVREMOVE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvremove \- remove a logical volume
 .SH SYNOPSIS
similarity index 91%
rename from man/lvrename.8
rename to man/lvrename.8.in
index 11b4f24f60ff226d11819bec8c7b6558c3f26c1a..94c224239d9ccd62fe00db9f98eb163a67c17dc1 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVRENAME 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVRENAME 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvrename \- rename a logical volume
 .SH SYNOPSIS
similarity index 97%
rename from man/lvresize.8
rename to man/lvresize.8.in
index 6666fa87c7d14e460e2121f37bbb601d9afdab49..e34bb6d946763a6df74aea3a62fb8384e028ba9f 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVRESIZE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVRESIZE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvresize \- resize a logical volume
 .SH SYNOPSIS
similarity index 97%
rename from man/lvs.8
rename to man/lvs.8.in
index 6604902b7b535ac851862e446df8ec17908807d3..af6d79dfaa7d38e0c15b4342e50ccc4135b181b7 100644 (file)
--- a/man/lvs.8
@@ -1,4 +1,4 @@
-.TH LVS 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVS 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvs \- report information about logical volumes
 .SH SYNOPSIS
similarity index 88%
rename from man/lvscan.8
rename to man/lvscan.8.in
index 04b2b873257da7209152e4927c4306cd550f5421..cdcdc1db3156580ac34c59a8d509d69c3635640d 100644 (file)
@@ -1,4 +1,4 @@
-.TH LVSCAN 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH LVSCAN 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 lvscan \- scan (all disks) for logical volumes
 .SH SYNOPSIS
similarity index 92%
rename from man/pvchange.8
rename to man/pvchange.8.in
index b06e23880035400eaecd9e49bd8e980dd7f9a7ac..8011853b9cac1fa97cf2218901c94dbb1e8669f9 100644 (file)
@@ -1,4 +1,4 @@
-.TH PVCHANGE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH PVCHANGE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 pvchange \- change attributes of a physical volume
 .SH SYNOPSIS
similarity index 93%
rename from man/pvck.8
rename to man/pvck.8.in
index d92ae433259568369f3a129403ccf9e3ab056138..de3dfacbc25a1bfd3b24b6478f0015e20549d388 100644 (file)
@@ -1,4 +1,4 @@
-.TH PVCK 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH PVCK 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 pvck \- check physical volume metadata
 .SH SYNOPSIS
similarity index 95%
rename from man/pvcreate.8
rename to man/pvcreate.8.in
index 0ec6b6e100819851410e884bc0a0e55bdcf9e32f..265d5e6c8165371a499817df5e57c2788a0874ce 100644 (file)
@@ -1,4 +1,4 @@
-.TH PVCREATE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH PVCREATE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 pvcreate \- initialize a disk or partition for use by LVM
 .SH SYNOPSIS
@@ -125,6 +125,13 @@ SCSI disk for later use by LVM:
 .B pvcreate /dev/sdc4 /dev/sde
 .sp
 .SH SEE ALSO
-.BR lvm "(8), " vgcreate "(8), " vgextend "(8), " lvcreate "(8), "
-.BR cfdisk "(8), " fdisk "(8), " losetup "(8), " mdadm "(8), "
-.BR vgcfgrestore "(8), " vgconvert "(8)"
+.BR lvm (8),
+.BR vgcreate (8), 
+.BR vgextend (8), 
+.BR lvcreate (8), 
+.BR cfdisk (8), 
+.BR fdisk (8), 
+.BR losetup (8), 
+.BR mdadm (8), 
+.BR vgcfgrestore (8), 
+.BR vgconvert (8)
similarity index 91%
rename from man/pvdisplay.8
rename to man/pvdisplay.8.in
index 0aa908c5f90e60b68549f71c68f9cb0412b32338..ae009b31061214ff95286bfb6a9e07a4aaad6464 100644 (file)
@@ -1,4 +1,4 @@
-.TH PVDISPLAY 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH PVDISPLAY 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 pvdisplay \- display attributes of a physical volume
 .SH SYNOPSIS
@@ -44,7 +44,7 @@ Only display the size of the given physical volumes.
 Display the mapping of physical extents to logical volumes and
 logical extents.
 .SH SEE ALSO
-.BR lvm (8), 
-.BR pvcreate (8), 
-.BR lvcreate (8), 
+.BR lvm (8),
+.BR pvcreate (8),
+.BR lvcreate (8),
 .BR vgcreate (8)
similarity index 96%
rename from man/pvmove.8
rename to man/pvmove.8.in
index 289d3c5f8ce86c93ce5e8a01ca854a0f48eb89c0..a6412ce72290cd41a9eb100af1b0fca1fc2185cc 100644 (file)
@@ -1,4 +1,4 @@
-.TH PVMOVE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH PVMOVE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 pvmove \- move physical extents
 .SH SYNOPSIS
@@ -93,6 +93,7 @@ to free physical extents elsewhere in the volume group, giving verbose
 runtime information, use:
 .sp
 \      pvmove -v /dev/hda4
-
+.sp
 .SH SEE ALSO
-.BR lvm (8), vgconvert (8)
+.BR lvm (8),
+.BR vgconvert (8)
similarity index 87%
rename from man/pvremove.8
rename to man/pvremove.8.in
index 7dcf4234514cfd1988da75655323e761a648054c..b435fc7037c2186f63c780321936e40a7d9e32f2 100644 (file)
@@ -1,4 +1,4 @@
-.TH PVREMOVE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH PVREMOVE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 pvremove \- remove a physical volume
 .SH SYNOPSIS
similarity index 94%
rename from man/pvresize.8
rename to man/pvresize.8.in
index 877d3b22eb5cd7c9a205c5be6536f45122e9d756..845f6d3c7f47c1c651cc0c7140ad53289213a81e 100644 (file)
@@ -1,4 +1,4 @@
-.TH PVRESIZE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH PVRESIZE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 pvresize \- resize a disk or partition in use by LVM2
 .SH SYNOPSIS
similarity index 97%
rename from man/pvs.8
rename to man/pvs.8.in
index 4306bf64808010cdffe19dcc9e294d99a1565934..e5bae0a85368177c85bc4a2511057c89a19f716e 100644 (file)
--- a/man/pvs.8
@@ -1,4 +1,4 @@
-.TH PVS 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH PVS 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 pvs \- report information about physical volumes
 .SH SYNOPSIS
similarity index 92%
rename from man/pvscan.8
rename to man/pvscan.8.in
index b8440c8f1f6c2bd08b8567dd591cc4d915391b53..4a6bcd742ea7d06fa495e2c0f0f95dccb71b985e 100644 (file)
@@ -1,4 +1,4 @@
-.TH PVSCAN 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH PVSCAN 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 pvscan \- scan all disks for physical volumes
 .SH SYNOPSIS
similarity index 92%
rename from man/vgcfgbackup.8
rename to man/vgcfgbackup.8.in
index b072af6ac02d069de3d5a9c62c0ed5be715ffb0e..6eb25c22b005808ea02ae0e032d4ff868f0759b7 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGCFGBACKUP 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGCFGBACKUP 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgcfgbackup \- backup volume group descriptor area
 .SH SYNOPSIS
similarity index 95%
rename from man/vgcfgrestore.8
rename to man/vgcfgrestore.8.in
index 84bd4c231d9ce0fc9e87aed7e736827d57cb750c..c62c81334fdf58869c0ef0381de7990eb33f552d 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGCFGRESTORE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGCFGRESTORE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgcfgrestore \- restore volume group descriptor area
 .SH SYNOPSIS
similarity index 98%
rename from man/vgchange.8
rename to man/vgchange.8.in
index 978020d488e383611c86a8bf2bdd12666af286a1..3905441c536d8ea8af6f69eef8da681ec574ae96 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGCHANGE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGCHANGE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgchange \- change attributes of a volume group
 .SH SYNOPSIS
similarity index 71%
rename from man/vgck.8
rename to man/vgck.8.in
index b5f388f0725500a2f20d72c21ac8961f7e8a80db..58b02cafdbe6c8764cb5ff025a142bf73143c5a4 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGCK 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGCK 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgck \- check volume group metadata
 .SH SYNOPSIS
@@ -9,7 +9,7 @@ vgck checks LVM metadata for each named volume group for consistency.
 .SH OPTIONS
 See \fBlvm\fP for common options.
 .SH SEE ALSO
-.BR lvm (8), 
-.BR vgcreate (8), 
-.BR vgchange (8), 
+.BR lvm (8),
+.BR vgcreate (8),
+.BR vgchange (8),
 .BR vgscan (8)
similarity index 89%
rename from man/vgconvert.8
rename to man/vgconvert.8.in
index 4de0da43636a24175da9918b5d47538134183396..f5353a028e765b035ac9e8215fdfbed62909bdf8 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGCONVERT 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGCONVERT 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgconvert \- convert volume group metadata format
 .SH SYNOPSIS
@@ -34,5 +34,6 @@ such PV to reformat it as it was, using the archive file that
 Finally run \fBvgcfgrestore\fP(8) with that archive file to restore
 the original metadata.
 .SH SEE ALSO
-.BR lvm "(8), " pvcreate "(8),"
-.BR vgcfgrestore "(8)"
+.BR lvm (8),
+.BR pvcreate (8),
+.BR vgcfgrestore (8)
similarity index 98%
rename from man/vgcreate.8
rename to man/vgcreate.8.in
index 811049e16d3c4509a95a3399b522d4ad9888bb23..a53197e0deea75964d9c7940facd209af837bede 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGCREATE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGCREATE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgcreate \- create a volume group
 .SH SYNOPSIS
similarity index 96%
rename from man/vgdisplay.8
rename to man/vgdisplay.8.in
index fa1c156583a502023deb64b142b32f706174a3f6..98f63722d8bc3fddfd0a2a1f497e1b9a3f01a407 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGDISPLAY 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGDISPLAY 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgdisplay \- display attributes of volume groups
 .SH SYNOPSIS
similarity index 84%
rename from man/vgexport.8
rename to man/vgexport.8.in
index 8708bc0817dddbb51dd9406b43caed3d514c6e05..883ec56050bf5ba64a061bc135e9a1f23ab4b775 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGEXPORT 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGEXPORT 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgexport \- make volume groups unknown to the system
 .SH SYNOPSIS
@@ -21,7 +21,7 @@ See \fBlvm\fP for common options.
 .I \-a, \-\-all
 Export all inactive Volume Groups.
 .SH SEE ALSO
-.BR lvm (8), 
+.BR lvm (8),
 .BR pvscan (8),
-.BR vgimport (8), 
+.BR vgimport (8),
 .BR vgscan (8)
similarity index 83%
rename from man/vgextend.8
rename to man/vgextend.8.in
index 1e8d84aa66d07c58bef3c50d011244a58ba51ae4..0749a336402d0647bccfd1757957a1d1b01df12b 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGEXTEND 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGEXTEND 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgextend \- add physical volumes to a volume group
 .SH SYNOPSIS
@@ -19,7 +19,7 @@ group "vg00" by the new physical volumes (see
 .B pvcreate(8)
 ) "/dev/sdn1" and /dev/sda4".
 .SH SEE ALSO
-.BR lvm (8), 
-.BR vgcreate (8), 
-.BR vgreduce (8), 
+.BR lvm (8),
+.BR vgcreate (8),
+.BR vgreduce (8),
 .BR pvcreate (8)
similarity index 83%
rename from man/vgimport.8
rename to man/vgimport.8.in
index 40ee97767a05cfcb3d799d6e4bf0aa5699668d23..7af0394070e774929670e6b851f1412779438df4 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGIMPORT 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGIMPORT 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgimport \- make exported volume groups known to the system
 .SH SYNOPSIS
@@ -19,7 +19,7 @@ See \fBlvm\fP for common options.
 .I \-a, \-\-all
 Import all exported Volume Groups.
 .SH SEE ALSO
-.BR lvm (8), 
+.BR lvm (8),
 .BR pvscan (8),
-.BR vgexport (8), 
+.BR vgexport (8),
 .BR vgscan (8)
similarity index 88%
rename from man/vgmerge.8
rename to man/vgmerge.8.in
index 172d94841f86411d7f034af8a32d221d8b6b322e..519624fde09ffdc4438f93e111993a12bab0c4f7 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGMERGE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGMERGE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgmerge \- merge two volume groups
 .SH SYNOPSIS
@@ -23,7 +23,7 @@ Do a test run WITHOUT making any real changes.
 into the active or inactive volume group named "databases" giving verbose
 runtime information.
 .SH SEE ALSO
-.BR lvm (8), 
-.BR vgcreate (8), 
-.BR vgextend (8), 
+.BR lvm (8),
+.BR vgcreate (8),
+.BR vgextend (8),
 .BR vgreduce (8)
similarity index 83%
rename from man/vgmknodes.8
rename to man/vgmknodes.8.in
index 2ef53796e545a1ca41bd38cb4dd602be3b352ac1..4eaab6b82ae42bb6af90a47dfa29b8ed4d50c29f 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGMKNODES 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGMKNODES 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgmknodes \- recreate volume group directory and logical volume special files
 .SH SYNOPSIS
@@ -12,6 +12,6 @@ logical volumes and creates any missing ones and removes unused ones.
 .SH OPTIONS
 See \fBlvm\fP for common options.
 .SH SEE ALSO
-.BR lvm (8), 
+.BR lvm (8),
 .BR vgscan (8),
 .BR dmsetup (8)
similarity index 93%
rename from man/vgreduce.8
rename to man/vgreduce.8.in
index a382454d76bea9195a463a7b205de57b32ae2674..5a44227c09b97ef72a346280d95ebc3b85d296f9 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGREDUCE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGREDUCE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgreduce \- reduce a volume group
 .SH SYNOPSIS
@@ -35,5 +35,5 @@ lost, you might want to try to salvage data first by activating your
 logical volumes with --partial as described in \fBlvm (8)\fP.
 
 .SH SEE ALSO
-.BR lvm (8), 
+.BR lvm (8),
 .BR vgextend (8)
similarity index 85%
rename from man/vgremove.8
rename to man/vgremove.8.in
index 7a51ed68bd0830ae9d36a5a08c6e8ceb8cbed271..478ab8dfa4647492d45b54701eba7bd367f334db 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGREMOVE 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGREMOVE 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgremove \- remove a volume group
 .SH SYNOPSIS
@@ -22,7 +22,7 @@ See \fBlvm\fP for common options.
 Force the removal of any logical volumes on the volume group
 without confirmation.
 .SH SEE ALSO
-.BR lvm (8), 
-.BR lvremove (8), 
-.BR vgcreate (8), 
+.BR lvm (8),
+.BR lvremove (8),
+.BR vgcreate (8),
 .BR vgreduce (8)
similarity index 91%
rename from man/vgrename.8
rename to man/vgrename.8.in
index c56a9de9e1a051a0141ea93dbc50b0f3c1c56440..de265029ccc414659787677bde68d3a73197970f 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGRENAME 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGRENAME 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgrename \- rename a volume group
 .SH SYNOPSIS
@@ -43,7 +43,7 @@ one of the conflicting Volume Groups with
 \fBvgrename\fP.
 .TP
 .SH SEE ALSO
-.BR lvm (8), 
-.BR vgchange (8), 
-.BR vgcreate (8), 
+.BR lvm (8),
+.BR vgchange (8),
+.BR vgcreate (8),
 .BR lvrename (8)
similarity index 97%
rename from man/vgs.8
rename to man/vgs.8.in
index fcfb9eb5e026138a28a8564159ad89bf119f0474..8474053329743b13cd9574c52f1424bb832bc082 100644 (file)
--- a/man/vgs.8
@@ -1,4 +1,4 @@
-.TH VGS 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGS 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgs \- report information about volume groups
 .SH SYNOPSIS
similarity index 88%
rename from man/vgscan.8
rename to man/vgscan.8.in
index db383a2ec776348d615f39c43fcd77e156b2c5dd..a2b90745d46c15cd476875044eb3574d3cbe1a6c 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGSCAN 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGSCAN 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgscan \- scan all disks for volume groups and rebuild caches
 .SH SYNOPSIS
@@ -23,6 +23,6 @@ See \fBlvm\fP for common options.
 Also checks the LVM special files in /dev that are needed for active 
 logical volumes and creates any missing ones and removes unused ones.
 .SH SEE ALSO
-.BR lvm (8), 
-.BR vgcreate (8), 
+.BR lvm (8),
+.BR vgcreate (8),
 .BR vgchange (8)
similarity index 94%
rename from man/vgsplit.8
rename to man/vgsplit.8.in
index 36e230caae87a6ab68ec83b9f7a430971f66d2f8..1f084debe0042be17bce922977c374559dc6b39d 100644 (file)
@@ -1,4 +1,4 @@
-.TH VGSPLIT 8 "LVM TOOLS" "Sistina Software UK" \" -*- nroff -*-
+.TH VGSPLIT 8 "LVM TOOLS #VERSION#" "Sistina Software UK" \" -*- nroff -*-
 .SH NAME
 vgsplit \- split a volume group into two
 .SH SYNOPSIS
@@ -59,8 +59,8 @@ logical volume being split across volume groups.
 .SH OPTIONS
 See \fBlvm\fP for common options.
 .SH SEE ALSO
-.BR lvm (8), 
-.BR vgcreate (8), 
-.BR vgextend (8), 
+.BR lvm (8),
+.BR vgcreate (8),
+.BR vgextend (8),
 .BR vgreduce (8),
 .BR vgmerge (8)
This page took 0.144867 seconds and 5 git commands to generate.