From 3a20b4cafeb8fe2170385f44bfbbe290aeb3cbc1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 10 Feb 2006 05:20:27 +0000 Subject: [PATCH] ffix --- man7/inotify.7 | 2 +- man7/pipe.7 | 2 +- man7/pty.7 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man7/inotify.7 b/man7/inotify.7 index 2a715202a..13e6ca59b 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -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 diff --git a/man7/pipe.7 b/man7/pipe.7 index 0a6de6406..85a85bc0e 100644 --- a/man7/pipe.7 +++ b/man7/pipe.7 @@ -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. diff --git a/man7/pty.7 b/man7/pty.7 index 2cdcc0e99..55f1bd7ca 100644 --- a/man7/pty.7 +++ b/man7/pty.7 @@ -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.