From 880e2f370f6350d38f5bf539d1d1f0ddd9e0b1a6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Oct 2012 11:45:09 -0500 Subject: User's Guide: Correct typos in return status bullets --- doc/user/sem.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/user/sem.t') diff --git a/doc/user/sem.t b/doc/user/sem.t index 05569def8e..9c380523ba 100644 --- a/doc/user/sem.t +++ b/doc/user/sem.t @@ -18,7 +18,7 @@ exclusion capabilities. The directives provided by the semaphore manager are: @itemize @bullet -@item @code{@value{DIRPREFIX}semaphore_create} - Create a semaphore +@item @code{@value{DIRPREFIX}semaphore_create} - Create a semaphore @item @code{@value{DIRPREFIX}semaphore_ident} - Get ID of a semaphore @item @code{@value{DIRPREFIX}semaphore_delete} - Delete a semaphore @item @code{@value{DIRPREFIX}semaphore_obtain} - Acquire a semaphore @@ -605,10 +605,10 @@ procedure Semaphore_Delete ( @end ifset @subheading DIRECTIVE STATUS CODES: -@code{@value{RPREFIX}SUCCESSFUL} - semaphore deleted successfully@* +@code{@value{RPREFIX}SUCCESSFUL} - semaphore deleted successfully@* @code{@value{RPREFIX}INVALID_ID} - invalid semaphore id@* -@code{@value{RPREFIX}ILLEGAL_ON_REMOTE_OBJECT} - cannot delete remote semaphore@* -@code{@value{RPREFIX}RESOURCE_IN_USE} - binary semaphore is in use +@code{@value{RPREFIX}RESOURCE_IN_USE} - binary semaphore is in use@* +@code{@value{RPREFIX}ILLEGAL_ON_REMOTE_OBJECT} - cannot delete remote semaphore @subheading DESCRIPTION: -- cgit v1.2.3