From slaven@rezic.de  Fri Feb 12 22:08:46 2010
Return-Path: <slaven@rezic.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9CC40106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Feb 2010 22:08:46 +0000 (UTC)
	(envelope-from slaven@rezic.de)
Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.10])
	by mx1.freebsd.org (Postfix) with ESMTP id 360908FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Feb 2010 22:08:46 +0000 (UTC)
Received: from localhost.localdomain (g226048129.adsl.alicedsl.de [92.226.48.129])
	by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis)
	id 0MS0a2-1NIMSp3UbK-00TLto; Fri, 12 Feb 2010 22:56:10 +0100
Received: from biokovo.herceg.de (localhost [127.0.0.1])
	by biokovo.herceg.de (8.14.3/8.14.3) with ESMTP id o1CLtqon025615
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Feb 2010 22:55:52 +0100 (CET)
	(envelope-from eserte@biokovo.herceg.de)
Received: (from eserte@localhost)
	by biokovo.herceg.de (8.14.3/8.14.3/Submit) id o1CLtqHr025614;
	Fri, 12 Feb 2010 22:55:52 +0100 (CET)
	(envelope-from eserte)
Message-Id: <201002122155.o1CLtqHr025614@biokovo.herceg.de>
Date: Fri, 12 Feb 2010 22:55:52 +0100 (CET)
From: Slaven Rezic <slaven@rezic.de>
Reply-To: slaven@rezic.de
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: procfs(5) manpage for status > controlling terminal
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         143850
>Category:       docs
>Synopsis:       procfs(5) manpage for status > controlling terminal is incorrect
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    joel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 12 22:10:05 UTC 2010
>Closed-Date:    Mon Apr 22 20:16:26 UTC 2013
>Last-Modified:  Mon Apr 22 20:20:00 UTC 2013
>Originator:     Slaven Rezic
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
www.rezic.de
>Environment:
System: FreeBSD biokovo.herceg.de 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	The procfs(5) manpage documents that the 6th field of the
	process status output is "major,minor of the controlling
	terminal, or -1,-1 if there is no controlling terminal".

	However experiments and the source code in
	/usr/src/sys/fs/procfs/procfs_status.c show that the contents
	of this field is the devname, or "-" if there is no
	controlling terminal. This was apparently changed in revision
	1.56 of this file, with the commit message "Don't export
	major,minor, instead export tty name."


>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Feb 13 05:05:46 UTC 2010 
Responsible-Changed-Why:  
documentation PR, it seems. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143850 
Responsible-Changed-From-To: freebsd-doc->joel 
Responsible-Changed-By: joel 
Responsible-Changed-When: Mon Apr 22 11:04:11 UTC 2013 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143850 
State-Changed-From-To: open->closed 
State-Changed-By: joel 
State-Changed-When: Mon Apr 22 20:15:07 UTC 2013 
State-Changed-Why:  
I've updated the manpage according to your suggestions. Thanks for the bug 
report. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143850 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/143850: commit references a PR
Date: Mon, 22 Apr 2013 20:15:05 +0000 (UTC)

 Author: joel (doc committer)
 Date: Mon Apr 22 20:14:57 2013
 New Revision: 249778
 URL: http://svnweb.freebsd.org/changeset/base/249778
 
 Log:
   Update description of process status output.
   
   PR:		143850
   Submitted by:	Slaven Rezic <slaven@rezic.de>
 
 Modified:
   head/share/man/man5/procfs.5
 
 Modified: head/share/man/man5/procfs.5
 ==============================================================================
 --- head/share/man/man5/procfs.5	Mon Apr 22 19:38:56 2013	(r249777)
 +++ head/share/man/man5/procfs.5	Mon Apr 22 20:14:57 2013	(r249778)
 @@ -2,7 +2,7 @@
  .\" Written by Garrett Wollman
  .\" This file is in the public domain.
  .\"
 -.Dd September 22, 2009
 +.Dd April 22, 2013
  .Dt PROCFS 5
  .Os
  .Sh NAME
 @@ -155,9 +155,10 @@ process group id
  .It
  session id
  .It
 -.Ar major , Ns Ar minor
 +device name
  of the controlling terminal, or
 -.Dv -1,-1
 +a minus sign
 +.Pq Dq -
  if there is no controlling terminal.
  .It
  a list of process flags:
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
