summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-05 08:50:00 +0000
committerru <ru@FreeBSD.org>2002-12-05 08:50:00 +0000
commit4b97577172adf196656c5d76ced169bbe94af331 (patch)
tree761b6857bed4b6636e0890ce4cc63da15d22da9c /lib/libstand
parent942d317f3bbb91821afde1eb9e8e32df496f9de7 (diff)
downloadFreeBSD-src-4b97577172adf196656c5d76ced169bbe94af331.zip
FreeBSD-src-4b97577172adf196656c5d76ced169bbe94af331.tar.gz
Capitalize ASCII code names.
Approved by: re
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/libstand.37
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3
index d10d144..1fd2c20 100644
--- a/lib/libstand/libstand.3
+++ b/lib/libstand/libstand.3
@@ -224,7 +224,8 @@ Read a line of at most
.Fa size
characters into
.Fa buf .
-Line terminating characters are stripped, and the buffer is always nul
+Line terminating characters are stripped, and the buffer is always
+.Dv NUL
terminated. Returns the number of characters in
.Fa buf
if successful, or -1 if a read error occurs.
@@ -429,7 +430,9 @@ Closes the pager.
.Fn pager_output "char *lines"
.Xc
.Pp
-Sends the lines in the nul-terminated buffer at
+Sends the lines in the
+.Dv NUL Ns
+-terminated buffer at
.Fa lines
to the pager. Newline characters are counted in order to determine the number
of lines being output (wrapped lines are not accounted for).
OpenPOWER on IntegriCloud