Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 1998 23:58:48 -0700 (PDT)
From:      Joseph Koshy <jkoshy@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
Message-ID:  <199806290658.XAA23548@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806290658.XAA23548>