From dada@balu.kfunigraz.ac.at Wed Apr 28 22:48:49 1999
Return-Path: <dada@balu.kfunigraz.ac.at>
Received: from kaa.kfunigraz.ac.at (KAA-ATM.kfunigraz.ac.at [143.50.202.22])
	by hub.freebsd.org (Postfix) with ESMTP id F27DF157F0
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 28 Apr 1999 22:48:28 -0700 (PDT)
	(envelope-from dada@balu.kfunigraz.ac.at)
Received: from balu.kfunigraz.ac.at (balu [143.50.16.16])
	by kaa.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id HAA15667
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Apr 1999 07:47:46 +0200 (MDT)
Received: from localhost.kfunigraz.ac.at (IDENT:viwj3Xb+u/q8qpWvSza/LnruhfA9RONM@BONLINEA69.kfunigraz.ac.at [143.50.36.69])
	by balu.kfunigraz.ac.at (8.9.2/8.9.2) with ESMTP id HAA19542
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 29 Apr 1999 07:48:20 +0200 (MDT)
Received: (from dada@localhost)
	by localhost.kfunigraz.ac.at (8.8.8/8.8.8) id MAA02562;
	Wed, 28 Apr 1999 12:37:13 +0200 (CEST)
	(envelope-from dada)
Message-Id: <199904281037.MAA02562@localhost.kfunigraz.ac.at>
Date: Wed, 28 Apr 1999 12:37:13 +0200 (CEST)
From: dada@sbox.tu-graz.ac.at
Sender: dada@balu.kfunigraz.ac.at
Reply-To: dada@balu.kfunigraz.ac.at
To: FreeBSD-gnats-submit@freebsd.org
Subject: typo in termios(4) manpage
X-Send-Pr-Version: 3.2

>Number:         11378
>Category:       docs
>Synopsis:       typo in termios(4) manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 28 22:50:01 PDT 1999
>Closed-Date:    Thu Apr 29 01:01:22 PDT 1999
>Last-Modified:  Thu Apr 29 01:02:18 PDT 1999
>Originator:     Martin Kammerhofer
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
Graz University of Technology
>Environment:
>Description:
Reference to setsid(2) does not print because troff macro
.Xr is misspelled.
>How-To-Repeat:
man termios
>Fix:
--- /termios.4.orig	Sat Jun 27 03:38:05 1998
+++ ./termios.4	Wed Apr 28 12:25:08 1999
@@ -142,7 +142,7 @@
 .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.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jkoshy 
State-Changed-When: Thu Apr 29 01:01:22 PDT 1999 
State-Changed-Why:  
Fixed in rev 1.9 of "src/share/man/man4/termios.4", thanks! 
>Unformatted:
