diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-01 00:27:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-06-01 00:27:24 +0000 |
commit | 0ac0ef2090fda4d15062e512580f65fa7d930e93 (patch) | |
tree | 9550deef9f1fbe575123f1ecc08a85fd8b25ae3b | |
parent | 50b189678902e9ab33471bd656c5e3a65520d9c3 (diff) |
start new sentence w/ capital letter;
-rw-r--r-- | share/man/man9/workq_add_task.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/workq_add_task.9 b/share/man/man9/workq_add_task.9 index 89551895093..52dde2a5c24 100644 --- a/share/man/man9/workq_add_task.9 +++ b/share/man/man9/workq_add_task.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: workq_add_task.9,v 1.3 2007/05/31 23:36:44 tedu Exp $ +.\" $OpenBSD: workq_add_task.9,v 1.4 2007/06/01 00:27:23 jmc Exp $ .\" .\" Copyright (c) 2007 David Gwynne <dlg@openbsd.org> .\" @@ -24,7 +24,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 1 2007 $ .Dt WORKQ_ADD_TASK 9 .Os .Sh NAME @@ -71,7 +71,7 @@ the need for a wrapper struct to contain them in a single argument. The .Pa flags argument specifies creation and runtime characteristics of the task. -the possible flags are: +The possible flags are: .Pp .Bl -tag -offset indent -width WQ_WAITOKXXX -compact .It Dv WQ_WAITOK |