Fix a typo.

This commit is contained in:
Joerg Wunsch 1996-04-06 13:33:23 +00:00
parent db6ddd3598
commit a29b7c975a

View File

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