From 3abc97598573e5f54b1f5c485941a31024331ebf Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 22 Aug 2017 09:15:02 -0600 Subject: [PATCH] doc: eliminate useless cat statement Useless Use of Cat Award! Signed-off-by: Ken Dreyer --- doc/start/documenting-ceph.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/start/documenting-ceph.rst b/doc/start/documenting-ceph.rst index b4f159c34d645..42615ba5c931a 100644 --- a/doc/start/documenting-ceph.rst +++ b/doc/start/documenting-ceph.rst @@ -464,7 +464,7 @@ its native format. You may notice that it is generally as legible in a terminal as it is in its rendered HTML format. Additionally, you may also notice that diagrams in ``ditaa`` format also render reasonably well in text mode. :: - cat doc/architecture.rst | less + less doc/architecture.rst Review the following style guides to maintain this consistency. -- 2.39.5