Gentoo Archives: gentoo-doc

From: Curtis Napier <curtis119@g.o>
To: Matthew Smith <matt@×××××××.au>
Cc: www@g.o, gentoo-doc@l.g.o
Subject: [gentoo-doc] Re: Documentation modification suggestion
Date: Tue, 27 Jun 2006 05:01:17
Message-Id: 44A0BC31.30804@gentoo.org
1 Matthew Smith wrote:
2 > Relates to:
3 >
4 > http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=7
5 >
6 > Code Listing 21: Viewing all available modules
7 > # find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko'
8 >
9 > To save hunting for the kernel version, how about:
10 >
11 > # find /lib/modules/`uname -a`/ -type f -iname '*.o' -or -iname '*.ko'
12 >
13 >
14
15 Thank you for your interest. The correct place to report this is:
16
17 http://bugs.gentoo.org/enter_bug.cgi?product=Documentation
18
19
20 Thanks!
21
22 --curtis
23
24 ps. forwarded to Docs Team

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-doc] Re: Documentation modification suggestion Josh Saddler <nightmorph@g.o>