diff options
author | W. Trevor King <[email protected]> | 2012-04-20 00:19:43 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2012-04-20 14:33:55 +0000 |
commit | f40f8033b21bad8801b43676b486dab80c532397 (patch) | |
tree | 047662fcf3f9f39b0668ef9188cb5ea33c6908ab | |
parent | State new contribution rules. (diff) | |
download | libassuan-f40f8033b21bad8801b43676b486dab80c532397.tar.gz libassuan-f40f8033b21bad8801b43676b486dab80c532397.zip |
Wrap reference to END with @code.
* doc/assuan.texi: Wrap reference to END with @code{}.
-rw-r--r-- | doc/assuan.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi index 1d48391..9ea7804 100644 --- a/doc/assuan.texi +++ b/doc/assuan.texi @@ -336,8 +336,8 @@ Reset the connection but not any existing authentication. The server should release all resources associated with the connection. @item END -Used by a client to mark the end of raw data. The server may send END -to indicate a partial end of data. +Used by a client to mark the end of raw data. The server may send +@code{END} to indicate a partial end of data. @item HELP Lists all commands that the server understands as comment lines on the |