From owner-cvs-all Sun Jun 28 23:59:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA18890 for cvs-all-outgoing; Sun, 28 Jun 1998 23:59:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA18873; Sun, 28 Jun 1998 23:59:36 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA23548; Sun, 28 Jun 1998 23:58:48 -0700 (PDT) Date: Sun, 28 Jun 1998 23:58:48 -0700 (PDT) Message-Id: <199806290658.XAA23548@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/mount_nfs mount_nfs.8 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkoshy 1998/06/28 23:58:47 PDT Modified files: sbin/mount_nfs mount_nfs.8 Log: Fix bogon in man page. "-o conn" actually turns off NFSMNT_NOCONN as it is a "negative" option. This makes it equivalent to /not/ specifying "-c". The compile time default is /not/ to have the NFSMNT_NOCONN flag set, so "-o conn" should never be needed---truly a deprecated option :-). PR: 6905. Revision Changes Path 1.13 +2 -2 src/sbin/mount_nfs/mount_nfs.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message