Bug 42793 - [down_trylock() in semaphore.c] The word "mutex" was used instead of "semaphore"
Summary: [down_trylock() in semaphore.c] The word "mutex" was used instead of "semaphore"
Status: RESOLVED INVALID
Alias: None
Product: Documentation
Classification: Unclassified
Component: man-pages (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: documentation_man-pages@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-17 20:12 UTC by Janakiram
Modified: 2012-08-16 06:13 UTC (History)
2 users (show)

See Also:
Kernel Version: 3.2.6
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Janakiram 2012-02-17 20:12:33 UTC
At line# 121, the word "mutex" was used by mistake.

The correct description should be as below.

Returns 0 if the semaphore has been acquired successfully or 1 if it it cannot be acquired.
Comment 1 Michael Kerrisk 2012-04-17 18:46:09 UTC
It's not clear to me: what is this report referring to? A comment in the code? A document?

Note You need to log in before you can comment on or make changes to this bug.