From owner-cvs-src@FreeBSD.ORG Wed Oct 22 11:25:50 2003 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 0366216A4B3; Wed, 22 Oct 2003 11:25:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75BE843FF9; Wed, 22 Oct 2003 11:25:49 -0700 (PDT) (envelope-from seanc@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9MIPnXJ009776; Wed, 22 Oct 2003 11:25:49 -0700 (PDT) (envelope-from seanc@repoman.freebsd.org) Received: (from seanc@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9MIPnRH009775; Wed, 22 Oct 2003 11:25:49 -0700 (PDT) (envelope-from seanc) Message-Id: <200310221825.h9MIPnRH009775@repoman.freebsd.org> From: Sean Chittenden Date: Wed, 22 Oct 2003 11:25:49 -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/mount_std mount_std.8 src/sbin/mount mount.8 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: Wed, 22 Oct 2003 18:25:50 -0000 seanc 2003/10/22 11:25:49 PDT FreeBSD src repository (doc,ports committer) Modified files: sbin/mount_std mount_std.8 sbin/mount mount.8 Log: Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro" instead of "rdonly". "rdonly" works for mount(8) and mount_std(8) but not from /etc/fstab, whereas "ro" works for all mount_*(8) commands. Revision Changes Path 1.60 +2 -2 src/sbin/mount/mount.8 1.20 +1 -2 src/sbin/mount_std/mount_std.8