summaryrefslogtreecommitdiffstats
path: root/lib/libcompat
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-02-27 21:54:48 +0000
committerderaadt <deraadt@openbsd.org>1999-02-27 21:54:48 +0000
commit960f8fbd44b728dd399b6f0cecfac7f0443ae77a (patch)
tree7c7161599c52771fdf4d5c9d491663056a570428 /lib/libcompat
parentdo not divide by zero; helbig@Informatik.BA-Stuttgart.DE (diff)
downloadwireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.tar.xz
wireguard-openbsd-960f8fbd44b728dd399b6f0cecfac7f0443ae77a.zip
make function names the correct case
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.1/vtimes.36
-rw-r--r--lib/libcompat/4.3/lsearch.32
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcompat/4.1/vtimes.3 b/lib/libcompat/4.1/vtimes.3
index 02ff110a554..65b3f10e23d 100644
--- a/lib/libcompat/4.1/vtimes.3
+++ b/lib/libcompat/4.1/vtimes.3
@@ -101,15 +101,15 @@ would have the value 5*60, where
.Fa vm_utime+vm_stime
would be the 60.
The
-.Fa Vm_idsrss
+.Fa vm_idsrss
argument
integrates data and stack segment
usage, while
.Fa vm_ixrss
integrates text segment usage.
The
-.Fa Vm_maxrss
-function
+.Fa vm_maxrss
+variable
reports the maximum instantaneous sum of the
text+data+stack core-resident page count.
.Pp
diff --git a/lib/libcompat/4.3/lsearch.3 b/lib/libcompat/4.3/lsearch.3
index a0f69f69194..6b128c8ff9e 100644
--- a/lib/libcompat/4.3/lsearch.3
+++ b/lib/libcompat/4.3/lsearch.3
@@ -55,7 +55,7 @@ and
.Fn lfind
provide basic linear searching functionality.
.Pp
-.Fa Base
+.Fa base
is the pointer to the beginning of an array.
The argument
.Fa nelp