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
This commit is contained in:
Wojciech A. Koszek 2008-06-08 21:01:39 +00:00
parent 2e75877f12
commit cad20b04fe

View File

@ -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 .