From owner-cvs-src@FreeBSD.ORG Mon May 17 01:35:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A732F16A4CE; Mon, 17 May 2004 01:35:45 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B34C43D54; Mon, 17 May 2004 01:35:44 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4H8ZiGe085002; Mon, 17 May 2004 01:35:44 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H8ZiNx085001; Mon, 17 May 2004 01:35:44 -0700 (PDT) (envelope-from ru) Message-Id: <200405170835.i4H8ZiNx085001@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 17 May 2004 01:35:44 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/bsdlabel bsdlabel.8 src/sbin/conscontrol conscontrol.8 src/sbin/dump dump.8 src/sbin/fsck_msdosfs fsck_msdosfs.8 src/sbin/gbde gbde.8 src/sbin/ifconfig ifconfig.8 src/sbin/init init.8 src/sbin/md5 md5.1 src/sbin/mdconfig ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 08:35:45 -0000 ru 2004/05/17 01:35:44 PDT FreeBSD src repository Modified files: sbin/bsdlabel bsdlabel.8 sbin/conscontrol conscontrol.8 sbin/dump dump.8 sbin/fsck_msdosfs fsck_msdosfs.8 sbin/gbde gbde.8 sbin/ifconfig ifconfig.8 sbin/init init.8 sbin/md5 md5.1 sbin/mdconfig mdconfig.8 sbin/mdmfs mdmfs.8 sbin/mknod mknod.8 sbin/mount mount.8 sbin/mount_cd9660 mount_cd9660.8 sbin/mount_msdosfs mount_msdosfs.8 sbin/mount_ntfs mount_ntfs.8 sbin/newfs newfs.8 sbin/restore restore.8 sbin/route route.8 sbin/routed routed.8 Log: Assorted markup, grammar, and spelling fixes. Revision Changes Path 1.58 +7 -9 src/sbin/bsdlabel/bsdlabel.8 1.6 +2 -0 src/sbin/conscontrol/conscontrol.8 1.66 +24 -14 src/sbin/dump/dump.8 1.13 +2 -2 src/sbin/fsck_msdosfs/fsck_msdosfs.8 1.11 +5 -3 src/sbin/gbde/gbde.8 1.80 +28 -22 src/sbin/ifconfig/ifconfig.8 1.43 +1 -1 src/sbin/init/init.8 1.20 +2 -1 src/sbin/md5/md5.1 1.28 +16 -11 src/sbin/mdconfig/mdconfig.8 1.20 +4 -5 src/sbin/mdmfs/mdmfs.8 1.28 +9 -9 src/sbin/mknod/mknod.8 1.68 +2 -2 src/sbin/mount/mount.8 1.24 +4 -4 src/sbin/mount_cd9660/mount_cd9660.8 1.30 +19 -14 src/sbin/mount_msdosfs/mount_msdosfs.8 1.20 +18 -21 src/sbin/mount_ntfs/mount_ntfs.8 1.67 +3 -3 src/sbin/newfs/newfs.8 1.46 +1 -1 src/sbin/restore/restore.8 1.37 +1 -1 src/sbin/route/route.8 1.32 +18 -14 src/sbin/routed/routed.8