summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-18 11:54:14 +0000
committerru <ru@FreeBSD.org>2005-11-18 11:54:14 +0000
commit0a30497782264be4dccbd0c2b2506713f765abec (patch)
treea95ebddaee1c941ad3cb43c126b7d10e46567a8d /lib
parent271d9041b21ad638982b37a0426bd4bff6fe547e (diff)
downloadFreeBSD-src-0a30497782264be4dccbd0c2b2506713f765abec.zip
FreeBSD-src-0a30497782264be4dccbd0c2b2506713f765abec.tar.gz
Fix up markup.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/string/memmem.316
1 files changed, 9 insertions, 7 deletions
diff --git a/lib/libc/string/memmem.3 b/lib/libc/string/memmem.3
index 678ae3d..d026bb9 100644
--- a/lib/libc/string/memmem.3
+++ b/lib/libc/string/memmem.3
@@ -24,21 +24,23 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-\" $FreeBSD$
+.\" $FreeBSD$
.\"
.Dd August 24, 2005
.Dt MEMMEM 3
.Os
.Sh NAME
.Nm memmem
-.Nd locate a byte substring in a byte string
+.Nd "locate a byte substring in a byte string"
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
.In string.h
-.Ft void *
-.Fn memmem "const char *big" "size_t big_len" \
-"const char *little" "size_t little_len"
+.Ft "void *"
+.Fo memmem
+.Fa "const char *big" "size_t big_len"
+.Fa "const char *little" "size_t little_len"
+.Fc
.Sh DESCRIPTION
The
.Fn memmem
@@ -77,8 +79,8 @@ The
.Fn memmem
function first appeared in
.Fx 6.0 .
-.Sh AUTHOR
-Pascal Gloor <pascal.gloor@spale.com>
+.Sh AUTHORS
+.An Pascal Gloor Aq pascal.gloor@spale.com
.Sh BUGS
This function was broken in Linux libc up to and including version 5.0.9
and in GNU libc prior to version 2.1.
OpenPOWER on IntegriCloud