diff options
author | joerg <joerg@FreeBSD.org> | 1996-04-06 13:33:23 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1996-04-06 13:33:23 +0000 |
commit | c6dfb097b43460c468f2a778ebc5b78c13984860 (patch) | |
tree | efbf922090e08c055d9340c51cec213b4ae795d4 | |
parent | 434cdc4bf4b1fb5dc0f0a1847805f0af442522e3 (diff) | |
download | FreeBSD-src-c6dfb097b43460c468f2a778ebc5b78c13984860.zip FreeBSD-src-c6dfb097b43460c468f2a778ebc5b78c13984860.tar.gz |
Fix a typo.
-rw-r--r-- | share/man/man9/sleep.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/sleep.9 b/share/man/man9/sleep.9 index 6da710c..909f376 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 , |