Date: Sat, 26 Dec 2015 14:23:35 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292748 - head/share/man/man5 Message-ID: <201512261423.tBQENZwV051176@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Dec 26 14:23:35 2015 New Revision: 292748 URL: https://svnweb.freebsd.org/changeset/base/292748 Log: procfs(5) is not required by ps(1) and w(1) anymore Remove references of those tools in procfs(5) Modified: head/share/man/man5/procfs.5 Modified: head/share/man/man5/procfs.5 ============================================================================== --- head/share/man/man5/procfs.5 Sat Dec 26 12:06:52 2015 (r292747) +++ head/share/man/man5/procfs.5 Sat Dec 26 14:23:35 2015 (r292748) @@ -2,7 +2,7 @@ .\" Written by Garrett Wollman .\" This file is in the public domain. .\" -.Dd April 22, 2013 +.Dd December 26, 2015 .Dt PROCFS 5 .Os .Sh NAME @@ -17,11 +17,7 @@ The process file system, or .Nm , implements a view of the system process table inside the file system. It is normally mounted on -.Pa /proc , -and is required for the complete operation of programs such as -.Xr ps 1 -and -.Xr w 1 . +.Pa /proc . .Pp The .Nm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512261423.tBQENZwV051176>