Fix minor typos in RMR man pages
[ric-plt/lib/rmr.git] / doc / src / man / rmr_wh_close.3.xfm
index fbd94cf..0fd388a 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_wh_close.xfm
-       Abstract        The manual page for the rmr_wh_close function.
-       Author          E. Scott Daniels
-       Date            21 February 2019
+    Mnemonic    rmr_wh_close.xfm
+    Abstract    The manual page for the rmr_wh_close function.
+    Author      E. Scott Daniels
+    Date        21 February 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_wh_open
+    rmr_wh_close
 
 &h2(SYNOPSIS)
 &indent
@@ -45,13 +45,13 @@ void rmr_close( void* vctx, rmr_whid_t whid )
 
 &h2(DESCRIPTION)
 The &cw(rmr_wh_close) function closes the wormhole associated with the wormhole id passed
-in.  
+in.
 Future calls to &cw(rmr_wh_send_msg) with this ID will fail.
 
 &space
-The underlying TCP connection to the remote endpoint is &bold(not) closed as this 
-session may be reqruired for regularlly routed messages (messages routed based on message
-type). 
+The underlying TCP connection to the remote endpoint is &bold(not) closed as this
+session may be required for regularly routed messages (messages routed based on message
+type).
 There is no way to force a TCP session to be closed at this point in time.