diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-31 21:38:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-31 21:38:14 +0000 |
commit | 8c30f292bd6f8305d333ff650a8d0da1919cb7dc (patch) | |
tree | 8f7e6c9fc1413ce0961ce8ea0d2ef58fd7ed817d | |
parent | 8a83bc91f59aa8739c7d26402e6e043af21bfb8a (diff) |
grammar;
new sentence, new line;
-rw-r--r-- | share/man/man9/spl.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/spl.9 b/share/man/man9/spl.9 index 047a6bf213c..4c388c804fd 100644 --- a/share/man/man9/spl.9 +++ b/share/man/man9/spl.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spl.9,v 1.20 2005/05/25 23:17:47 niklas Exp $ +.\" $OpenBSD: spl.9,v 1.21 2005/05/31 21:38:13 jmc Exp $ .\" $NetBSD: spl.9,v 1.1 1997/03/11 06:15:05 mikel Exp $ .\" .\" Copyright (c) 1997 Michael Long. @@ -104,9 +104,9 @@ Code running at this level may not access the tty subsystem. blocks interrupts that may access scheduler data structures. Specifically the clock interrupt that invokes the .Fn schedclock -function, needs to be blocked. On some systems this is a -separate clock, on others it is the same as the statistics -clock, and on these, +function needs to be blocked. +On some systems this is a separate clock; +on others it is the same as the statistics clock and, on these, .Fn splsched must block everything that .Fn splstatclock |