summaryrefslogtreecommitdiff
path: root/nuttx/libc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-29 13:25:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-29 13:25:29 -0600
commit5fe98b0395b94de6a8bbdda5bccc6e536fd200a3 (patch)
treef00c4c356c61f70f1588a8ab123d3731c0939aef /nuttx/libc
parent0ed665a96d477c8c6824463e11d394ec74ae8914 (diff)
downloadnuttx-5fe98b0395b94de6a8bbdda5bccc6e536fd200a3.tar.gz
nuttx-5fe98b0395b94de6a8bbdda5bccc6e536fd200a3.tar.bz2
nuttx-5fe98b0395b94de6a8bbdda5bccc6e536fd200a3.zip
Update some Documentation and comments associated with the last ioctl change
Diffstat (limited to 'nuttx/libc')
-rw-r--r--nuttx/libc/misc/lib_ioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/libc/misc/lib_ioctl.c b/nuttx/libc/misc/lib_ioctl.c
index 65932c12d..a2838790c 100644
--- a/nuttx/libc/misc/lib_ioctl.c
+++ b/nuttx/libc/misc/lib_ioctl.c
@@ -54,7 +54,7 @@
****************************************************************************/
/****************************************************************************
- * Name: ioctl/fs_ioctl
+ * Name: ioctl
*
* Description:
* Perform device specific operations.
@@ -62,7 +62,7 @@
* Parameters:
* fd File/socket descriptor of device
* req The ioctl command
- * ... One argument of type unsigned long is expected
+ * ... A third argument of type unsigned long is expected
*
* Return:
* >=0 on success (positive non-zero values are cmd-specific)