diff mbox

[ovs-dev,03/23] ovn: Change h1 titles to title case in documentation.

Message ID 1444450544-11845-4-git-send-email-blp@nicira.com
State Accepted
Headers show

Commit Message

Ben Pfaff Oct. 10, 2015, 4:15 a.m. UTC
Manpage section titles are traditionally all-uppercase, but OVS's
XML-to-nroff translator takes care of that and there's no need to actually
provide them in all-caps (and it looks ugly).

Signed-off-by: Ben Pfaff <blp@nicira.com>
---
 ovn/controller/ovn-controller.8.xml | 2 +-
 ovn/northd/ovn-northd.8.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Justin Pettit Oct. 15, 2015, 8:54 p.m. UTC | #1
> On Oct 9, 2015, at 9:15 PM, Ben Pfaff <blp@nicira.com> wrote:
> 
> Manpage section titles are traditionally all-uppercase, but OVS's
> XML-to-nroff translator takes care of that and there's no need to actually
> provide them in all-caps (and it looks ugly).
> 
> Signed-off-by: Ben Pfaff <blp@nicira.com>

Acked-by: Justin Pettit <jpettit@nicira.com>

--Justin
Ben Pfaff Oct. 16, 2015, 4:13 a.m. UTC | #2
On Thu, Oct 15, 2015 at 01:54:26PM -0700, Justin Pettit wrote:
> 
> > On Oct 9, 2015, at 9:15 PM, Ben Pfaff <blp@nicira.com> wrote:
> > 
> > Manpage section titles are traditionally all-uppercase, but OVS's
> > XML-to-nroff translator takes care of that and there's no need to actually
> > provide them in all-caps (and it looks ugly).
> > 
> > Signed-off-by: Ben Pfaff <blp@nicira.com>
> 
> Acked-by: Justin Pettit <jpettit@nicira.com>

Thanks, applied.
diff mbox

Patch

diff --git a/ovn/controller/ovn-controller.8.xml b/ovn/controller/ovn-controller.8.xml
index aadec15..508ad26 100644
--- a/ovn/controller/ovn-controller.8.xml
+++ b/ovn/controller/ovn-controller.8.xml
@@ -163,7 +163,7 @@ 
       </dd>
     </dl>
 
-    <h1>RUNTIME MANAGEMENT COMMANDS</h1>
+    <h1>Runtime Management Commands</h1>
     <p>
       <code>ovs-appctl</code> can send commands to a running
       <code>ovn-controller</code> process.  The currently supported
diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml
index 1655958..3c5d362 100644
--- a/ovn/northd/ovn-northd.8.xml
+++ b/ovn/northd/ovn-northd.8.xml
@@ -87,7 +87,7 @@ 
       </li>
     </ul>
 
-    <h1>RUNTIME MANAGEMENT COMMANDS</h1>
+    <h1>Runtime Management Commands</h1>
     <p>
       <code>ovs-appctl</code> can send commands to a running
       <code>ovn-northd</code> process.  The currently supported commands