msgctl.2, semctl.2, shmctl.2, cciss.4: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-08-08 10:27:36 +02:00
parent 9ee4a2b6ec
commit 282c1a35d0
4 changed files with 18 additions and 10 deletions

View File

@ -333,8 +333,9 @@ and
operations are used by the
.BR ipcs (1)
program to provide information on allocated resources.
In the future these may modified or moved to a /proc filesystem
interface.
In the future these may modified or moved to a
.I /proc
filesystem interface.
Various fields in the \fIstruct msqid_ds\fP were
typed as

View File

@ -495,8 +495,9 @@ and
operations are used by the
.BR ipcs (1)
program to provide information on allocated resources.
In the future these may modified or moved to a /proc filesystem
interface.
In the future these may modified or moved to a
.I /proc
filesystem interface.
.LP
Various fields in a \fIstruct semid_ds\fP were typed as
.I short

View File

@ -397,8 +397,9 @@ and
operations are used by the
.BR ipcs (1)
program to provide information on allocated resources.
In the future these may modified or moved to a /proc filesystem
interface.
In the future these may modified or moved to a
.I /proc
filesystem interface.
Linux permits a process to attach
.RB ( shmat (2))

View File

@ -226,8 +226,9 @@ tape drives with your Smart Array 5xxx controller.
Additionally, note that the driver will not engage the SCSI core at
init time.
The driver must be directed to dynamically engage the SCSI core via
the /proc filesystem entry,
The driver must be directed to dynamically engage the SCSI core via the
.I /proc
filesystem entry,
which the "block" side of the driver creates as
.I /proc/driver/cciss/cciss*
at run time.
@ -260,7 +261,9 @@ The
.B cciss
driver must be informed that changes to the SCSI bus
have been made.
This may be done via the /proc filesystem.
This may be done via the
.I /proc
filesystem.
For example:
echo "rescan" > /proc/scsi/cciss0/1
@ -281,7 +284,9 @@ lun used to address each device.
The driver then notifies the SCSI midlayer
of these changes.
Note that the naming convention of the /proc filesystem entries
Note that the naming convention of the
.I /proc
filesystem entries
contains a number in addition to the driver name
(e.g., "cciss0"
instead of just "cciss", which you might expect).