Gentoo Archives: gentoo-commits

From: Richard Yao <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:ryao commit in: doc/
Date: Thu, 06 Jun 2013 06:36:46
Message-Id: 1370500511.050167bb95c0320ed27ed701ad3be7d5627146d3.ryao@gentoo
1 commit: 050167bb95c0320ed27ed701ad3be7d5627146d3
2 Author: Richard Yao <ryao <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 06:35:11 2013 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 06:35:11 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=050167bb
7
8 Add --virtio to man page, bug #432956
9
10 This should have been included as part of commit 12e4bee, but it was
11 omitted, so add it now.
12
13 Signed-off-by: Richard Yao <ryao <AT> gentoo.org>
14
15 ---
16 doc/genkernel.8.txt | 3 +++
17 1 file changed, 3 insertions(+)
18
19 diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
20 index f1cc814..098200e 100644
21 --- a/doc/genkernel.8.txt
22 +++ b/doc/genkernel.8.txt
23 @@ -95,6 +95,9 @@ KERNEL CONFIGURATION
24 Saves, or does not save the kernel configuration to '/etc/kernels'
25 if the kernel is successfully compiled.
26
27 +*--virtio*::
28 + Adds Virtio support to kernel configuration.
29 +
30 *--*[*no-*]*gconfig*::
31 Runs, or does not run "make gconfig" after "make oldconfig".