From gpalmer@orion.webspan.net  Mon Dec  2 10:39:35 1996
Received: from mail.webspan.net (mail.webspan.net [206.154.70.7])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA04460
          for <freebsd-gnats-submit@freebsd.org>; Mon, 2 Dec 1996 10:39:34 -0800 (PST)
Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) 
          by mail.webspan.net (8.7.5/8.7.3) with ESMTP id NAA15881
          for <freebsd-gnats-submit@freebsd.org>; Mon, 2 Dec 1996 13:36:50 -0500 (EST)
Received: from orion.webspan.net (localhost [127.0.0.1]) 
          by orion.webspan.net (8.8.3/8.7.3) with ESMTP id NAA23609
          for <freebsd-gnats-submit@freebsd.org>; Mon, 2 Dec 1996 13:36:49 -0500 (EST)
Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.18]) 
          by mail.webspan.net (8.7.5/8.7.3) with ESMTP id EAA12529
          for <gpalmer@webspan.net>; Mon, 2 Dec 1996 04:49:23 -0500 (EST)
Received: from nike.efn.org (resnet.uoregon.edu [128.223.170.28])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA13182
          for <FreeBSD-gnats@freefall.FreeBSD.org>; Mon, 2 Dec 1996 01:49:17 -0800 (PST)
Received: (from jmg@localhost) by nike.efn.org (8.8.3/8.8.3) id BAA02339; Mon, 2 Dec 1996 01:47:58 -0800 (PST)
Message-Id: <199612020947.BAA02339@nike.efn.org>
Date: Mon, 2 Dec 1996 01:47:58 -0800 (PST)
From: John-Mark Gurney <jmg@nike.efn.org>
Reply-To: gurney_j@efn.org
To: FreeBSD-gnats@freefall.FreeBSD.org
Subject: procfs manpage not updated
X-Send-Pr-Version: 3.2

>Number:         2136
>Category:       docs
>Synopsis:       procfs manpage out of date
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec  2 10:40:04 PST 1996
>Closed-Date:    Sat Dec 14 11:10:03 PST 1996
>Last-Modified:  Sat Dec 14 11:10:47 PST 1996
>Originator:     John-Mark Gurney
>Release:        FreeBSD 2.2-960801-SNAP i386
>Organization:
Cu Networking
>Environment:

n/a, patch relative to current
	

>Description:

procfs man page not up to date, I would bring it more up to date, but don't know
mdoc that well, (would like to document status)...
	

>How-To-Repeat:

more /proc/<somepid>/file
gives you the executable...
	

>Fix:
	
apply this patch...  hopefully more patches to come in the future...

Index: procfs.5
===================================================================
RCS file: /usr/cvs/src/share/man/man5/procfs.5,v
retrieving revision 1.2
diff -c -r1.2 procfs.5
*** procfs.5	1994/08/10 20:03:54	1.2
--- procfs.5	1996/12/02 09:43:55
***************
*** 38,44 ****
  Each node is a directory which contains the following entries:
  .Bl -tag -width fpregsxx
  .It Pa file
! the executable image (not currently implemented)
  .It Pa status
  the process's current status
  .It Pa ctl
--- 38,44 ----
  Each node is a directory which contains the following entries:
  .Bl -tag -width fpregsxx
  .It Pa file
! the executable image
  .It Pa status
  the process's current status
  .It Pa ctl
	

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: mpp 
State-Changed-When: Sat Dec 14 11:10:03 PST 1996 
State-Changed-Why:  
Updated the man page to reflect what is available 
in /proc in -current.   
>Unformatted:
John-Mark Gurney
