From 7527ed0bc3b9987d6b468cf76cb8f55f1b4ff4db Mon Sep 17 00:00:00 2001 Message-Id: <7527ed0bc3b9987d6b468cf76cb8f55f1b4ff4db.1715669790.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 25 Jan 2001 21:10:23 +0000 Subject: [PATCH] Insert missing `NAME' section. Use a pleasant `>=' sign when doing good typesetting. Organization: Straylight/Edgeware From: mdw --- man/dstr.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/dstr.3 b/man/dstr.3 index 959a7aa..7726e6d 100644 --- a/man/dstr.3 +++ b/man/dstr.3 @@ -20,6 +20,7 @@ .ie t .ds o \(bu .el .ds o o .TH dstr 3 "8 May 1999" "mLib" +.SH NAME dstr \- a simple dynamic string type .\" @dstr_create .\" @dstr_destroy @@ -151,7 +152,7 @@ is zero, then is a null pointer. .hP \*o At all times, -.BI sz " >= " len\fR. +.BR sz " \(>= " len. .PP Note that there is no equivalent of the standard C distinction between the empty string (a pointer to an array of characters whose first -- [mdw]