Skip to content

Commit c6cc364

Browse files
committed
Update the documentation
Remove "``` ```" symbols in line 163.
1 parent a07b479 commit c6cc364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ ipcrm sem id
160160
## Notes
161161
    In order to achieve the goal, I need to think of some ways to use semaphore to coordinate the processes. Try to let *p1* prints message once first. After that, *p2* is allowed to print message. Next, *p3* is allowed to print message twice.
162162

163-
```**NOTE THAT**```, someone may test my program by different order such as:
163+
**NOTE THAT**, someone may test my program by different order such as:
164164
```p1 & ; p3 & ; p2 &``` but my program output should be the same.
165165

166166
**NOTE THAT**, when someone tests my program, he(she) will use ipcrm to clear any existing semaphores. So, I should do so as well. Clear all the semaphores by ipcrm before running my program.

0 commit comments

Comments
 (0)