diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-05 20:14:50 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-06-05 20:14:50 +0000 |
commit | 84c517a450239fd846ebb0a4e576f02fe395d609 (patch) | |
tree | ac6bc869da29d18decbcf06ef5660b5aeff1af32 /man3/sem_open.3 | |
parent | b8b45978b0e48da0de0b93ce4a30ab088a186739 (diff) |
Change use of quote characters to get better UTF-8 rendering.
Diffstat (limited to 'man3/sem_open.3')
-rw-r--r-- | man3/sem_open.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/sem_open.3 b/man3/sem_open.3 index 642604fa..829a81c9 100644 --- a/man3/sem_open.3 +++ b/man3/sem_open.3 @@ -29,7 +29,7 @@ sem_open \- initialize and open a named semaphore .SH SYNOPSIS .nf .BR "#include <fcntl.h>" " /* For O_* constants */" -.BR "#include <sys/stat.h>" " /* For 'mode' constants */" +.BR "#include <sys/stat.h>" " /* For mode constants */" .B #include <semaphore.h> .sp .BI "sem_t *sem_open(const char *" name ", int " oflag ); |