summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1998-03-16 03:57:51 +0000
committermillert <millert@openbsd.org>1998-03-16 03:57:51 +0000
commitc3e891c2820ed7df9a29a04d5e1f7bd48d91fe6c (patch)
treecc5ea8f0975c03383fc388946bc272784f6cb8c7
parentconditionalize afslog (diff)
downloadwireguard-openbsd-c3e891c2820ed7df9a29a04d5e1f7bd48d91fe6c.tar.xz
wireguard-openbsd-c3e891c2820ed7df9a29a04d5e1f7bd48d91fe6c.zip
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