diff --git a/reference/eio/constants.xml b/reference/eio/constants.xml
index 9a583b27e66c..7bb93c5c1607 100644
--- a/reference/eio/constants.xml
+++ b/reference/eio/constants.xml
@@ -14,7 +14,7 @@
- Request minimal priority
+ Request minimal priority.
@@ -25,7 +25,7 @@
- Request default priority
+ Request default priority.
@@ -36,7 +36,7 @@
- Request maximal priority
+ Request maximal priority.
@@ -53,7 +53,7 @@
- The offset is set to specified number of bytes(offset).
+ The offset is set to specified number of bytes (offset).
@@ -94,16 +94,16 @@
- eio_readdir flag. If specified, the result argument of the callback
- becomes an array with the following keys:
- 'names' - array of directory names
- 'dents' - array of struct eio_dirent-like
- arrays having the following keys each:
- 'name' - the directory name;
- 'type' - one of EIO_DT_*
- constants;
- 'inode' - the inode number, if available, otherwise
- unspecified;
+ eio_readdir flag. If specified, the result argument of the callback
+ becomes an array with the following keys:
+ 'names' - array of directory names
+ 'dents' - array of struct eio_dirent-like
+ arrays having the following keys each:
+ 'name' - the directory name;
+ 'type' - one of EIO_DT_*
+ constants;
+ 'inode' - the inode number, if available, otherwise
+ unspecified.
@@ -114,8 +114,8 @@
- When this flag is specified, the names will be returned in an order
- where likely directories come first, in optimal stat order.
+ When this flag is specified, the names will be returned in an order
+ where likely directories come first, in optimal stat order.
@@ -126,11 +126,11 @@
- When this flag is specified, then the names will be returned in an order
- suitable for stat'ing each one. When planning to
- stat all files in the given directory, the
- returned order will likely be
- fastest.
+ When this flag is specified, then the names will be returned in an order
+ suitable for stat'ing each one. When planning to
+ stat all files in the given directory, the
+ returned order will likely be
+ fastest.
@@ -141,7 +141,6 @@
-
@@ -155,7 +154,7 @@
- Unknown node type(very common). Further stat needed.
+ Unknown node type (very common). Further stat needed.
@@ -166,7 +165,7 @@
- FIFO node type
+ FIFO node type.
@@ -177,7 +176,7 @@
- Node type
+ Node type.
@@ -188,7 +187,7 @@
- Multiplexed char device (v7+coherent) node type
+ Multiplexed char device (v7+coherent) node type.
@@ -199,7 +198,7 @@
- Directory node type
+ Directory node type.
@@ -210,7 +209,7 @@
- Xenix special named file node type
+ Xenix special named file node type.
@@ -221,7 +220,7 @@
- Node type
+ Node type.
@@ -232,7 +231,7 @@
- Multiplexed block device (v7+coherent)
+ Multiplexed block device (v7+coherent).
@@ -243,7 +242,7 @@
- Node type
+ Node type.
@@ -264,7 +263,7 @@
- HP-UX network special node type
+ HP-UX network special node type.
@@ -275,7 +274,7 @@
- Link node type
+ Link node type.
@@ -286,7 +285,7 @@
- Socket node type
+ Socket node type.
@@ -297,7 +296,7 @@
- Solaris door node type
+ Solaris door node type.
@@ -308,7 +307,7 @@
- Node type
+ Node type.
@@ -319,7 +318,7 @@
- Highest node type value
+ Highest node type value.