Merge in documentation updates.
[m6w6/libmemcached] / docs / man / memcached_result_length.3
index 7fa857a85ac842617b2b43990b188473bec5358a..2e6faa3ffda51309cd2147b6e527a21f1a080abe 100644 (file)
@@ -35,7 +35,7 @@ Work with memcached_result_st
 .SH LIBRARY
 .sp
 C Client Library for memcached (libmemcached, \-lmemcached)
-.SH SYNOPSIS
+.SS SYNOPSIS
 .sp
 .nf
 .ft C
@@ -68,7 +68,7 @@ void memcached_result_set_flags (memcached_result_st *ptr, uint32_t flags)
 void memcached_result_set_expiration (memcached_result_st *ptr, time_t)
 .ft P
 .fi
-.SH DESCRIPTION
+.SS DESCRIPTION
 .sp
 libmemcached(3) can optionally return a memcached_result_st which acts as a
 result object. The result objects have added benefits over the character
@@ -104,7 +104,7 @@ current result object.
 .sp
 memcached_result_cas() returns the cas associated with the
 current result object. This value will only be available if the server
-supports it.
+testss it.
 .sp
 memcached_result_set_value() takes a byte array and a size and sets
 the result to this value. This function is used for trigger responses.
@@ -131,9 +131,9 @@ To find out more information please check:
 .SH AUTHOR
 .sp
 Brian Aker, <\fI\%brian@tangent.org\fP>
-.SH SEE ALSO
+.SS SEE ALSO
 .sp
-memcached(1) libmemcached(3) memcached_strerror(3)
+\fImemcached(1)\fP \fIlibmemcached(3)\fP \fImemcached_strerror(3)\fP
 .SH AUTHOR
 Brian Aker
 .SH COPYRIGHT