imp
c39e6fc2c9
NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
...
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.
2014-04-13 05:21:56 +00:00
kib
a13f0a9942
Remove dot at the end of errx() message.
...
Noted by: bde
MFC after: 3 days
2010-03-14 13:29:09 +00:00
kib
4ec03e4143
Adjust style, fix typo, do not print errno because it is meaningless there.
...
This test fails for now.
MFC after: 3 days
2010-03-14 13:05:48 +00:00
davidxu
d206161359
Don't forget to use fourth argument if O_CREAT is set in argument oflag.
...
The fourth specifies initial value for the semaphore.
2010-01-07 04:15:49 +00:00
davidxu
1053aec712
Add test code for POSIX semaphore implementation.
2010-01-05 12:34:13 +00:00