From f40f8033b21bad8801b43676b486dab80c532397 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 19 Apr 2012 20:19:43 -0400 Subject: Wrap reference to END with @code. * doc/assuan.texi: Wrap reference to END with @code{}. --- doc/assuan.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1