From owner-cvs-sys Fri Feb 2 09:59:58 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08117 for cvs-sys-outgoing; Fri, 2 Feb 1996 09:59:58 -0800 (PST) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA08096 Fri, 2 Feb 1996 09:59:20 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id LAA13688; Fri, 2 Feb 1996 11:32:45 +0100 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.6.12/8.6.9) id LAA22190; Fri, 2 Feb 1996 11:32:40 +0100 Date: Fri, 2 Feb 1996 11:32:40 +0100 Message-Id: <199602021032.LAA22190@caramba.cs.tu-berlin.de> To: Wolfram Schneider , "Garrett A. Wollman" Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: cvs commit: src/sys/miscfs/procfs procfs_status.c In-Reply-To: <199602020519.VAA13651@freefall.freebsd.org> References: <199602020519.VAA13651@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Conversion: prohibited Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk We have to manpages, procfs(5) and mount_procfs(8). Mount_procfs(8) is more verbose, but may be not up to date. Can someone review this pages and remove the redundant parts? Wolfram Schneider writes: >wosch 96/02/01 21:19:25 > > Modified: sys/miscfs/procfs procfs_status.c > Log: > add ruid and rgid to file 'status' > > Revision Changes Path > 1.5 +12 -4 src/sys/miscfs/procfs/procfs_status.c