Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

moved manpage of grml-kernelconfig to section 1
authorMichael Gebetsroither <michael.geb@gmx.at>
Sun Mar 09 08:20:58 2008 +0100 (8 months ago)
changeset 77843d92e2fb64
manifest843d92e2fb64
parent 76942e98910235
child 78ccd235101d9f
moved manpage of grml-kernelconfig to section 1
Makefile
grml-kernelconfig.1.txt
grml-kernelconfig.8.txt
--- a/Makefile Sun Mar 09 07:13:50 2008 +0100
+++ b/Makefile Sun Mar 09 08:20:58 2008 +0100
@@ -49,7 +49,7 @@ MANPAGES = sh-wrapper.8 \
bench.1 \
grml-kerneltest.8 \
upgrade-bloatscanner.1 \
- grml-kernelconfig.8
+ grml-kernelconfig.1
all: bin doc
bin: $(PROGS)
@@ -77,11 +77,11 @@ install: all
$(install_) -d -m 755 $(usrbin)
$(install_) -m 755 bench $(usrbin)
$(install_) -m 755 upgrade-bloatscanner $(usrbin)
+ $(install_) -m 755 grml-kernelconfig $(usrbin)
$(install_) -d -m 755 $(usrsbin)
$(install_) -m 755 event-viewer $(usrsbin)
$(install_) -m 755 grml-kerneltest $(usrsbin)
- $(install_) -m 755 grml-kernelconfig $(usrsbin)
$(install_) -d -m 755 $(usrdoc)
$(install_) -m 644 sh-wrapper.8.html $(usrdoc)
@@ -89,17 +89,17 @@ install: all
$(install_) -m 644 bench.1.html $(usrdoc)
$(install_) -m 644 grml-kerneltest.8.html $(usrdoc)
$(install_) -m 644 upgrade-bloatscanner.1.html $(usrdoc)
- $(install_) -m 644 grml-kernelconfig.8.html $(usrdoc)
+ $(install_) -m 644 grml-kernelconfig.1.html $(usrdoc)
$(install_) -d -m 755 $(man8)
$(install_) -m 644 sh-wrapper.8.gz $(man8)
$(install_) -m 644 event-viewer.8.gz $(man8)
$(install_) -m 644 grml-kerneltest.8.gz $(man8)
- $(install_) -m 644 grml-kernelconfig.8.gz $(man8)
$(install_) -d -m 755 $(man1)
$(install_) -m 644 bench.1.gz $(man1)
$(install_) -m 644 upgrade-bloatscanner.1.gz $(man1)
+ $(install_) -m 644 grml-kernelconfig.1.gz $(man1)
clean:
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/grml-kernelconfig.1.txt Sun Mar 09 08:20:58 2008 +0100
@@ -0,0 +1,58 @@
+GRML-KERNELCONFIG(1)
+====================
+Michael Gebetsroither <gebi@grml.org>
+
+
+NAME
+----
+grml-kernelconfig - Tool which helps in kernel config handling
+
+
+SYNOPSIS
+--------
+*grml-kernelconfig* [OPTIONS] 'action' <source1> <source2>
+
+
+DESCRIPTION
+-----------
+*grml-kernelconfig* is a program that
+helps you in kernel configuration handling, such as showing you the common
+configuration options between 2 kernel configs.
+
+
+ACTIONS
+-------
+*base <source1> <source2>*::
+ Prints every configuration option which is in source1 AND in source2.
+
+*diff <source1> <source1>*::
+ Prints every configuration option which is in source1 AND NOT in source2.
+
+*udiff <source1> <source1>*::
+ Prints everyting thats missing in either source1 or source2.
+
+
+OPTIONS
+-------
+*-h, help*::
+Show summary of options.
+
+
+EXAMPLES
+--------
+
+*grml-kernelconfig diff config-2.6.25-grml64 config-2.6.25-grml*::
+ Shows every config option which is available in grml64 kernel and is
+ missing in the normal kernel.
+
+
+SEE ALSO
+--------
+grml-kerneltest(8)
+
+
+AUTHOR
+------
+grml-kernelconfig was written by Michael Gebetsroither <michael.geb@gmx.at>.
+
+This manual page was written by Michael Gebetsroither <gebi@grml.org>.
--- a/grml-kernelconfig.8.txt Sun Mar 09 07:13:50 2008 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-GRML-KERNELCONFIG(8)
-====================
-Michael Gebetsroither <gebi@grml.org>
-
-
-NAME
-----
-grml-kernelconfig - Tool which helps in kernel config handling
-
-
-SYNOPSIS
---------
-*grml-kernelconfig* [OPTIONS] 'action' <source1> <source2>
-
-
-DESCRIPTION
------------
-*grml-kernelconfig* is a program that
-helps you in kernel configuration handling, such as showing you the common
-configuration options between 2 kernel configs.
-
-
-ACTIONS
--------
-*base <source1> <source2>*::
- Prints every configuration option which is in source1 AND in source2.
-
-*diff <source1> <source1>*::
- Prints every configuration option which is in source1 AND NOT in source2.
-
-*udiff <source1> <source1>*::
- Prints everyting thats missing in either source1 or source2.
-
-
-OPTIONS
--------
-*-h, help*::
-Show summary of options.
-
-
-EXAMPLES
---------
-
-*grml-kernelconfig diff config-2.6.25-grml64 config-2.6.25-grml*::
- Shows every config option which is available in grml64 kernel and is
- missing in the normal kernel.
-
-
-SEE ALSO
---------
-grml-kerneltest(8)
-
-
-AUTHOR
-------
-grml-kernelconfig was written by Michael Gebetsroither <michael.geb@gmx.at>.
-
-This manual page was written by Michael Gebetsroither <gebi@grml.org>.