From: Ken Dreyer Date: Tue, 22 Aug 2017 15:15:02 +0000 (-0600) Subject: doc: eliminate useless cat statement X-Git-Tag: v13.0.0~32^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3abc97598573e5f54b1f5c485941a31024331ebf;p=ceph.git doc: eliminate useless cat statement Useless Use of Cat Award! Signed-off-by: Ken Dreyer --- 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.