Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: /
Date: Thu, 28 Jun 2018 09:35:53
Message-Id: 1527448658.0cda5213a912f6423c1679a283861d3d6cb7e3dc.grobian@gentoo
1 commit: 0cda5213a912f6423c1679a283861d3d6cb7e3dc
2 Author: hoefling <oleg.hoefling <AT> gmail <DOT> com>
3 AuthorDate: Sun May 27 19:15:53 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 19:17:38 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=0cda5213
7
8 fixed snippets highlighting
9
10 README.md | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/README.md b/README.md
14 index fb8d800..59692a7 100644
15 --- a/README.md
16 +++ b/README.md
17 @@ -61,13 +61,14 @@ Having your PORTDIR and VDB on the right file system helps dramatically
18
19 IDE raid with PORTDIR on reiserfs:
20
21 -```
22 +```sh
23 $ q -r
24 q: Finished 20655 entries in 1.990951 seconds
25 +```
26
27 IDE raid with PORTDIR on ext3:
28
29 -```
30 +```sh
31 $ q -r
32 q: Finished 20655 entries in 203.664252 seconds
33 ```