From owner-cvs-all@FreeBSD.ORG Thu May 26 17:54:16 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD28E16A420; Thu, 26 May 2005 17:54:16 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8964843D54; Thu, 26 May 2005 17:54:16 +0000 (GMT) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4QHsGEJ002793; Thu, 26 May 2005 17:54:16 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4QHsGFG002792; Thu, 26 May 2005 17:54:16 GMT (envelope-from keramida) Message-Id: <200505261754.j4QHsGFG002792@repoman.freebsd.org> From: Giorgos Keramidas Date: Thu, 26 May 2005 17:54:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/systat systat.1 src/usr.bin/vmstat vmstat.8 src/usr.sbin/iostat iostat.8 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2005 17:54:17 -0000 keramida 2005-05-26 17:54:16 UTC FreeBSD src repository (doc committer) Modified files: usr.bin/systat systat.1 usr.bin/vmstat vmstat.8 usr.sbin/iostat iostat.8 Log: Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSO sections, so that users of one can learn about the others easily. Revision Changes Path 1.44 +1 -0 src/usr.bin/systat/systat.1 1.32 +1 -0 src/usr.bin/vmstat/vmstat.8 1.27 +1 -0 src/usr.sbin/iostat/iostat.8