summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2008-06-08 21:01:39 +0000
committerwkoszek <wkoszek@FreeBSD.org>2008-06-08 21:01:39 +0000
commitce8c3c4d7249ace6725e53c42bb3deb3021c2656 (patch)
tree61f5a0796f7a4ff4b426d201f74296c09ef4f2ef /share
parent3183578270427a1bb3d4411f0e07980416b289bf (diff)
downloadFreeBSD-src-ce8c3c4d7249ace6725e53c42bb3deb3021c2656.zip
FreeBSD-src-ce8c3c4d7249ace6725e53c42bb3deb3021c2656.tar.gz
Fix the way the date must be specified (leading 0 is redundant).
Fix several spelling mistakes brought by my earlier commit. Trim whitespace. Submitted by: maxim
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ddb.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 37b2194..3e66c4d 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -60,7 +60,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 08, 2008
+.Dd June 8, 2008
.Dt DDB 4
.Os
.Sh NAME
@@ -860,7 +860,7 @@ sleepable locks.
.Pp
.It Ic show Cm sleepq
.It Ic show Cm sleepqueue
-Both commands provide the same funcitonality.
+Both commands provide the same functionality.
They show sleepqueue
.Vt struct sleepqueue
structure.
@@ -868,7 +868,7 @@ Sleepqueues are used within the
.Fx
kernel to implement sleepable
synchronization primitives (thread holding a lock might sleep or
-be contexted switched), which at the time of writing are:
+be context switched), which at the time of writing are:
.Xr condvar 9 ,
.Xr sx 9
and standard
@@ -992,7 +992,7 @@ is compiled in the kernel.
.\"
.Pp
.It Ic show Cm vnode Op Ar addr
-Prints vnode
+Prints vnode
.Vt struct vnode
structure lying at
.Op Ar addr .
OpenPOWER on IntegriCloud