This commit is contained in:
Michael Kerrisk 2006-02-10 05:20:27 +00:00
parent 7c623f0661
commit 3a20b4cafe
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
.\"
.TH INOTIFY 7 2006-02-07 "Linux 2.6.15" "Linux Programmer's Manual"
.SH NAME
inotify - monitoring file system events
inotify \- monitoring file system events
.SH DESCRIPTION
The
.I inotify

View File

@ -21,7 +21,7 @@
.\"
.TH PIPE 7 2005-12-08 "Linux 2.6.15" "Linux Programmer's Manual"
.SH NAME
pipe - overview of pipes and FIFOs
pipe \- overview of pipes and FIFOs
.SH DESCRIPTION
Pipes and FIFOs (also known as named pipes)
provide a unidirectional interprocess communication channel.

View File

@ -21,7 +21,7 @@
.\"
.TH PTY 7 2005-10-10 "Linux 2.6.14" "Linux Programmer's Manual"
.SH NAME
pty - pseudo-terminal interfaces
pty \- pseudo-terminal interfaces
.SH DESCRIPTION
A pseudo-terminal is a pair of virtual character devices that
provide a bidirectional communication channel.