summaryrefslogtreecommitdiffstats
path: root/share/man/man9
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2016-06-08 10:26:17 +0000
committertrasz <trasz@FreeBSD.org>2016-06-08 10:26:17 +0000
commit2db9a593c0d824517aa7b7245015d0477168d0df (patch)
tree1c9a84563b3f75999f9f00be0364ff91c76c5ca1 /share/man/man9
parent349a85b717907616671dafe151f333ef6fbce187 (diff)
downloadFreeBSD-src-2db9a593c0d824517aa7b7245015d0477168d0df.zip
FreeBSD-src-2db9a593c0d824517aa7b7245015d0477168d0df.tar.gz
Fix some trailing whitespaces.
MFC after: 1 month
Diffstat (limited to 'share/man/man9')
-rw-r--r--share/man/man9/SYSCALL_MODULE.92
-rw-r--r--share/man/man9/counter.910
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/SYSCALL_MODULE.9 b/share/man/man9/SYSCALL_MODULE.9
index 8fc92aa..aec57a8 100644
--- a/share/man/man9/SYSCALL_MODULE.9
+++ b/share/man/man9/SYSCALL_MODULE.9
@@ -84,7 +84,7 @@ and
library functions in libc.
The MACRO
.Fn SYSCALL_MODULE_HELPER
-includes
+includes
.Fn SYSCALL_MODULE
and much of its boilerplate code.
.Sh EXAMPLES
diff --git a/share/man/man9/counter.9 b/share/man/man9/counter.9
index a89d14d..f717b64 100644
--- a/share/man/man9/counter.9
+++ b/share/man/man9/counter.9
@@ -154,7 +154,7 @@ A read of the oid returns value obtained through
Any write to the oid zeroes it.
.It Fn SYSCTL_COUNTER_U64_ARRAY parent nbr name access ptr len descr
Declare a static
-.Xr sysctl
+.Xr sysctl
oid that would represent an array of
.Nm .
The
@@ -172,7 +172,7 @@ Any write to the oid zeroes all array elements.
.It Fn SYSCTL_ADD_COUNTER_U64_ARRAY ctx parent nbr name access ptr len descr
Create a
.Xr sysctl
-oid that would represent an array of
+oid that would represent an array of
.Nm .
The
.Fa ptr
@@ -181,9 +181,9 @@ argument should be a pointer to allocated array of
The
.Fa len
argument should specify number of elements in the array.
-A read of the oid returns len-sized array of
-.Vt uint64_t
-values obtained through
+A read of the oid returns len-sized array of
+.Vt uint64_t
+values obtained through
.Fn counter_u64_fetch .
Any write to the oid zeroes all array elements.
.El
OpenPOWER on IntegriCloud