sem_post.3 (b167c9a5c1e612daae9303c4deb630289cf6baf8) sem_post.3 (096841eceb6f1e33621f6688cd52239f87d99c31)
1.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 57 unchanged lines hidden (view full) ---

66.Fa sem
67points to an invalid semaphore.
68.El
69.Sh SEE ALSO
70.Xr sem_trywait 3 ,
71.Xr sem_wait 3
72.Sh STANDARDS
73.Fn sem_post
1.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 57 unchanged lines hidden (view full) ---

66.Fa sem
67points to an invalid semaphore.
68.El
69.Sh SEE ALSO
70.Xr sem_trywait 3 ,
71.Xr sem_wait 3
72.Sh STANDARDS
73.Fn sem_post
74conforms to ISO/IEC 9945-1 ANSI/IEEE
75.Pq Dq Tn POSIX
76Std 1003.1 1996 Edition.
74conforms to
75.St -p1003.1-96 .