summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-01-10 12:53:51 +0000
committerru <ru@FreeBSD.org>2002-01-10 12:53:51 +0000
commit526b201adfee680828c893b3f0cdc2aedea04e85 (patch)
treea1c4c439945105568c4fe97295772acd791cd9ac /share
parent2fc48428c27d1bd7e143ad71b4d302d8d85fe222 (diff)
downloadFreeBSD-src-526b201adfee680828c893b3f0cdc2aedea04e85.zip
FreeBSD-src-526b201adfee680828c893b3f0cdc2aedea04e85.tar.gz
mdoc(7) police: tidy up the previous delta a bit.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/sbuf.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/sbuf.9 b/share/man/man9/sbuf.9
index 35b288c..8e40f26 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
OpenPOWER on IntegriCloud