From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 01808138334 for ; Thu, 28 Jun 2018 09:35:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B5AFE088A; Thu, 28 Jun 2018 09:35:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4ADBE088A for ; Thu, 28 Jun 2018 09:35:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50AFD335C7D for ; Thu, 28 Jun 2018 09:35:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E27522B3 for ; Thu, 28 Jun 2018 09:35:47 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1527448658.0cda5213a912f6423c1679a283861d3d6cb7e3dc.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 0cda5213a912f6423c1679a283861d3d6cb7e3dc X-VCS-Branch: master Date: Thu, 28 Jun 2018 09:35:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ca5d8729-5aff-4bb7-9c73-4abee1a6c35b X-Archives-Hash: 0c5a1abb472821e13a9476e7d6a0df62 commit: 0cda5213a912f6423c1679a283861d3d6cb7e3dc Author: hoefling gmail com> AuthorDate: Sun May 27 19:15:53 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun May 27 19:17:38 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=0cda5213 fixed snippets highlighting README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb8d800..59692a7 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,14 @@ Having your PORTDIR and VDB on the right file system helps dramatically IDE raid with PORTDIR on reiserfs: -``` +```sh $ q -r q: Finished 20655 entries in 1.990951 seconds +``` IDE raid with PORTDIR on ext3: -``` +```sh $ q -r q: Finished 20655 entries in 203.664252 seconds ```