Minor wording fix

This commit is contained in:
Michael Kerrisk 2007-06-23 08:13:42 +00:00
parent 43232e4357
commit b7d35dc76a
2 changed files with 5 additions and 2 deletions

View File

@ -90,7 +90,9 @@ Free up a given range of pages
and its associated backing store.
Currently,
.\" 2.6.18-rc5
only shmfs/tmpfs supports this; other filesystems return -ENOSYS.
only shmfs/tmpfs supports this; other filesystems return file with the
error
.BR ENOSYS .
.\" Databases want to use this feature to drop a section of their
.\" bufferpool (shared memory segments) - without writing back to
.\" disk/swap space. This feature is also useful for supporting

View File

@ -125,7 +125,8 @@ If the
.BR ioctl (2)
parameter is required, and it is NULL, then
.BR ioctl (2)
will return \-EINVAL.
will fail with the error
.BR EINVAL .
.SH FILES
/dev/sd[a\-h]: the whole device
.br