diff options
| author | simonb <simonb@NetBSD.org> | 2002-04-29 01:41:43 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2002-04-29 01:41:43 +0000 |
| commit | eb0846961ea97ec3f03c0cf2dbe77e90bfa7db6f (patch) | |
| tree | 54fa6023647b3f877883bf435bb10ee0d8304b26 /lib/libc/termios | |
| parent | cb3d9867b6eab4530daf4e261bc679b2a1859388 (diff) | |
Remove <sys/types.h> from synopsis, as per latest SUS/Posix specs.
Diffstat (limited to 'lib/libc/termios')
| -rw-r--r-- | lib/libc/termios/tcgetpgrp.3 | 3 | ||||
| -rw-r--r-- | lib/libc/termios/tcsetpgrp.3 | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/termios/tcgetpgrp.3 b/lib/libc/termios/tcgetpgrp.3 index 63649ba2d8b..02530aac720 100644 --- a/lib/libc/termios/tcgetpgrp.3 +++ b/lib/libc/termios/tcgetpgrp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tcgetpgrp.3,v 1.8 2002/02/07 07:00:34 ross Exp $ +.\" $NetBSD: tcgetpgrp.3,v 1.9 2002/04/29 01:41:46 simonb Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,7 +42,6 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include \*[Lt]sys/types.h\*[Gt] .Fd #include \*[Lt]unistd.h\*[Gt] .Ft pid_t .Fn tcgetpgrp "int fd" diff --git a/lib/libc/termios/tcsetpgrp.3 b/lib/libc/termios/tcsetpgrp.3 index 71b31ea2897..0d126252b08 100644 --- a/lib/libc/termios/tcsetpgrp.3 +++ b/lib/libc/termios/tcsetpgrp.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: tcsetpgrp.3,v 1.7 2002/02/07 07:00:34 ross Exp $ +.\" $NetBSD: tcsetpgrp.3,v 1.8 2002/04/29 01:41:46 simonb Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,7 +42,6 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include \*[Lt]sys/types.h\*[Gt] .Fd #include \*[Lt]unistd.h\*[Gt] .Ft int .Fn tcsetpgrp "int fd" "pid_t pgrp_id" |
