From owner-freebsd-bugs Mon Dec 2 10:40:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04543 for bugs-outgoing; Mon, 2 Dec 1996 10:40:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA04537; Mon, 2 Dec 1996 10:40:06 -0800 (PST) Resent-Date: Mon, 2 Dec 1996 10:40:06 -0800 (PST) Resent-Message-Id: <199612021840.KAA04537@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, gurney_j@efn.org 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 ; 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 ; 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 ; 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 ; 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 ; 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 Reply-To: gurney_j@efn.org To: FreeBSD-gnats@freefall.FreeBSD.org X-Send-Pr-Version: 3.2 Subject: docs/2136: procfs manpage not updated Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 2136 >Category: docs >Synopsis: procfs manpage out of date >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Dec 2 10:40:04 PST 1996 >Last-Modified: >Originator: John-Mark Gurney >Organization: Cu Networking >Release: FreeBSD 2.2-960801-SNAP i386 >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//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 >Audit-Trail: >Unformatted: John-Mark Gurney