From 05e13b1b5df343dcbe7f6b6864a32e75834e3f63 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Sat, 12 Sep 1998 01:27:34 +0000 Subject: Use ellipsis in synopsis. Requested by: bde --- lib/libc/sys/semctl.2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/libc/sys/semctl.2') diff --git a/lib/libc/sys/semctl.2 b/lib/libc/sys/semctl.2 index 5855a7dde0e0..862f761172b8 100644 --- a/lib/libc/sys/semctl.2 +++ b/lib/libc/sys/semctl.2 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: semctl.2,v 1.6 1997/02/22 15:04:18 peter Exp $ +.\" $Id: semctl.2,v 1.7 1997/03/18 23:57:17 bde Exp $ .\" .Dd September 12, 1995 .Dt SEMCTL 2 @@ -36,13 +36,17 @@ .Fd #include .Fd #include .Ft int -.Fn semctl "int semid" "int semnum" "int cmd" "union semun arg" +.Fn semctl "int semid" "int semnum" "int cmd" ... .Sh DESCRIPTION .Fn Semctl performs the operation indicated by .Fa cmd on the semaphore set indicated by .Fa semid . +A fourth argument, a +.Fa "union semun arg" , +is required for certain values of +.Fa cmd . For the commands that use the .Fa arg parameter, -- cgit v1.2.3