Fix minor typos in RMR man pages
[ric-plt/lib/rmr.git] / doc / src / man / rmr_payload_size.3.xfm
index e4c0d97..e8723bf 100644 (file)
@@ -1,7 +1,7 @@
 .if false
 ==================================================================================
-       Copyright (c) 2019 Nokia 
-       Copyright (c) 2018-2019 AT&T Intellectual Property.
+   Copyright (c) 2019 Nokia
+   Copyright (c) 2018-2019 AT&T Intellectual Property.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
 ==================================================================================
 .fi
 .if false
-       Mnemonic        rmr_payload_size_man.xfm
-       Abstract        The manual page for the rmr_payload_size function.
-       Author          E. Scott Daniels
-       Date            29 January 2019
+    Mnemonic    rmr_payload_size_man.xfm
+    Abstract    The manual page for the rmr_payload_size function.
+    Author      E. Scott Daniels
+    Date        29 January 2019
 .fi
 
 .gv e LIB lib
-.im &{lib}/man/setup.im 
+.im &{lib}/man/setup.im
 
 
 &line_len(6i)
 
 &h1(RMR Library Functions)
 &h2(NAME)
-       rmr_payload_size
+    rmr_payload_size
 
 &h2(SYNOPSIS )
 &indent
@@ -45,7 +45,7 @@ int rmr_payload_size( rmr_mbuf_t* msg );
 &h2(DESCRIPTION)
 Given a message buffer, this function returns the amount of space (bytes)
 available for the user application to consume in the message payload.
-This is different than the message length available as a field in the 
+This is different than the message length available as a field in the
 message buffer.
 
 &h2(RETURN VALUE)