From c6dd392175e326492e66e07436ea2537253cb440 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Thu, 29 Apr 1999 08:01:25 +0000 Subject: [PATCH] Correct typo. PR: docs/11378 Submitted by: Martin Kammerhofer --- share/man/man4/termios.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index 725d013c0d0a..655ab931429e 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)termios.4 8.4 (Berkeley) 4/19/94 -.\" $Id: termios.4,v 1.7 1998/06/08 06:12:02 jkoshy Exp $ +.\" $Id: termios.4,v 1.8 1999/02/12 02:12:07 alex Exp $ .\" .Dd April 19, 1994 .Dt TERMIOS 4 @@ -142,7 +142,7 @@ The controlling terminal is inherited by a child process during a .Xr fork 2 function call. A process relinquishes its controlling terminal when it creates a new session with the -.Xd setsid 2 +.Xr setsid 2 function; other processes remaining in the old session that had this terminal as their controlling terminal continue to have it.