From 3b0536fa2a1ba73f582aa3b97f8a2d239ae7e11f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 10 Jan 2002 12:53:51 +0000 Subject: [PATCH] mdoc(7) police: tidy up the previous delta a bit. --- share/man/man9/sbuf.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/sbuf.9 b/share/man/man9/sbuf.9 index 35b288c3ab79..8e40f26ab0e5 100644 --- a/share/man/man9/sbuf.9 +++ b/share/man/man9/sbuf.9 @@ -124,9 +124,9 @@ is the initial size of the storage buffer. The fourth argument, .Fa flags , may be comprised of the following flags: -.Bl -tag -width SBUF_AUTOEXTEND +.Bl -tag -width ".Dv SBUF_AUTOEXTEND" .It Dv SBUF_FIXEDLEN -The storage buffer is fixed at it's initial size. +The storage buffer is fixed at its initial size. Attempting to extend the sbuf beyond this size results in an overflow condition. .It Dv SBUF_AUTOEXTEND This indicates that the storage buffer may be extended as necessary, so long