From ce8c3c4d7249ace6725e53c42bb3deb3021c2656 Mon Sep 17 00:00:00 2001 From: wkoszek Date: Sun, 8 Jun 2008 21:01:39 +0000 Subject: 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 --- share/man/man4/ddb.4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'share') 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 . -- cgit v1.1