aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/sleep.9
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-04-06 13:33:23 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-04-06 13:33:23 +0000
commita29b7c975a31c3ea63a0418bb595e45c4b82f761 (patch)
treeefbf922090e08c055d9340c51cec213b4ae795d4 /share/man/man9/sleep.9
parentdb6ddd3598d536ac9c3266371858d9b28b07fc53 (diff)
downloadsrc-a29b7c975a31c3ea63a0418bb595e45c4b82f761.tar.gz
src-a29b7c975a31c3ea63a0418bb595e45c4b82f761.zip
Fix a typo.
Notes
Notes: svn path=/head/; revision=15079
Diffstat (limited to 'share/man/man9/sleep.9')
-rw-r--r--share/man/man9/sleep.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9
index 6da710c98759..909f37635f6e 100644
--- a/share/man/man9/sleep.9
+++ b/share/man/man9/sleep.9
@@ -23,7 +23,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: sleep.9,v 1.2 1996/04/05 21:08:40 mpp Exp $
+.\" $Id: sleep.9,v 1.3 1996/04/05 23:23:25 joerg Exp $
.\" "
.Dd April 3, 1996
.Os
@@ -55,7 +55,7 @@ external event, it is put on sleep by
The parameter
.Ar ident
is an arbitrary address that uniquely identifies the event on which
-the process is being asleep. All process sleeping on a single
+the process is being asleep. All processes sleeping on a single
.Ar ident
are woken up later by
.Nm wakeup ,