summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-03-16 03:57:52 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-03-16 03:57:52 +0000
commit9e9d3110171c8c9544bf65a861f4261fed7219ef (patch)
tree9f78f469a3e3dcb341c398515ee46561e6ba2437
parent1fd6ca44e3eb34f8fed7b033790f8e47a17264b3 (diff)
Add FFS_SOFTUPDATES and change an occurrence of NFS to NFS_CLIENT.
-rw-r--r--share/man/man4/options.49
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index 03c3f372b1d..1fd2fa78f5f 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.6 1998/03/16 01:26:00 gene Exp $
+.\" $OpenBSD: options.4,v 1.7 1998/03/16 03:57:51 millert Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1996
@@ -226,7 +226,7 @@ for
and similar file systems. See
.Xr mount_mfs 8
for details.
-.It Cd option NFS
+.It Cd option NFSCLIENT
Include the client side of the
.Em NFS
(Network File System) remote file sharing protocol.
@@ -333,6 +333,11 @@ for details.
.El
.Ss File System Options
.Bl -ohang
+.It Cd option FFS_SOFTUPDATES
+Enables a scheme that uses partial ordering of buffer cache operations
+to allow metadata updates in FFS to happen asynchronously. See
+.Xr ffs_softupdates 4
+for details.
.It Cd option NFSSERVER
Include the server side of the
.Em NFS