Skip to content

Commit

Permalink
renamed grml-kernelconfig.1.txt to grml-kdiff.1.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
gebi committed Sep 28, 2008
1 parent 80fa906 commit 8d48f99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -45,7 +45,7 @@ MANPAGES = sh-wrapper.8 \
bench.1 \
grml-kerneltest.8 \
upgrade-bloatscanner.1 \
grml-kernelconfig.1
grml-kdiff.1

all: bin doc
bin: $(PROGS)
Expand Down Expand Up @@ -73,7 +73,7 @@ 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_) -m 755 grml-kdiff $(usrbin)

$(install_) -d -m 755 $(usrsbin)
$(install_) -m 755 event-viewer $(usrsbin)
Expand All @@ -85,7 +85,7 @@ 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.1.html $(usrdoc)
$(install_) -m 644 grml-kdiff.1.html $(usrdoc)

$(install_) -d -m 755 $(man8)
$(install_) -m 644 sh-wrapper.8.gz $(man8)
Expand All @@ -95,7 +95,7 @@ install: all
$(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)
$(install_) -m 644 grml-diff.1.gz $(man1)


clean:
Expand Down
12 changes: 6 additions & 6 deletions grml-kernelconfig.1.txt → grml-kdiff.1.txt
@@ -1,21 +1,21 @@
GRML-KERNELCONFIG(1)
GRML-KDIFF(1)
====================
Michael Gebetsroither <gebi@grml.org>


NAME
----
grml-kernelconfig - Tool which helps in kernel config handling
grml-kdiff - Tool which helps in kernel config handling


SYNOPSIS
--------
*grml-kernelconfig* [OPTIONS] 'action' <source1> <source2>
*grml-kdiff* [OPTIONS] 'action' <source1> <source2>


DESCRIPTION
-----------
*grml-kernelconfig* is a program that
*grml-kdiff* is a program that
helps you in kernel configuration handling, such as showing you the common
configuration options between 2 kernel configs.

Expand All @@ -41,7 +41,7 @@ Show summary of options.
EXAMPLES
--------

*grml-kernelconfig diff config-2.6.25-grml64 config-2.6.25-grml*::
*grml-kdiff 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.

Expand All @@ -53,6 +53,6 @@ grml-kerneltest(8)

AUTHOR
------
grml-kernelconfig was written by Michael Gebetsroither <michael.geb@gmx.at>.
grml-kdiff was written by Michael Gebetsroither <michael.geb@gmx.at>.

This manual page was written by Michael Gebetsroither <gebi@grml.org>.

0 comments on commit 8d48f99

Please sign in to comment.