diff options
author | Ceri Davies <ceri@FreeBSD.org> | 2003-07-13 21:02:48 +0000 |
---|---|---|
committer | Ceri Davies <ceri@FreeBSD.org> | 2003-07-13 21:02:48 +0000 |
commit | 03606a211f62ba3d56f6544d209ca65364579fb9 (patch) | |
tree | 13e7b2e5b60cdb5274c8f562803ca77d49021137 | |
parent | 857961d9259938e1bf7d312e1a932e68ddeefe83 (diff) | |
download | src-03606a211f62ba3d56f6544d209ca65364579fb9.tar.gz src-03606a211f62ba3d56f6544d209ca65364579fb9.zip |
ioctl macros and defines are now present in ioccom.h, not ioctl.h.
Update the manpage to reflect this.
PR: docs/54235
Submitted by: Karen Thode <thode12@msn.com>
Notes
Notes:
svn path=/head/; revision=117520
-rw-r--r-- | lib/libc/sys/ioctl.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/ioctl.2 b/lib/libc/sys/ioctl.2 index 3278e4921502..dd53754ddbc4 100644 --- a/lib/libc/sys/ioctl.2 +++ b/lib/libc/sys/ioctl.2 @@ -85,7 +85,7 @@ in bytes. Macros and defines used in specifying an ioctl .Fa request are located in the file -.Ao Pa sys/ioctl.h Ac . +.Ao Pa sys/ioccom.h Ac . .Sh RETURN VALUES If an error has occurred, a value of -1 is returned and .Va errno |