diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-11-06 03:20:35 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-11-06 03:20:35 +0000 |
commit | 35f0c3103521a082f75454e165eac05a7e8d8f12 (patch) | |
tree | 7fef8289d8f714720512c1490745b273bbc941d7 /share | |
parent | ae6af869059184f071b9cf98a62cdfbeb9459b25 (diff) |
Add option XFS. ok art, millert
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 91ec7875f7a..e9b22ec195a 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.86 2001/11/04 01:27:58 pvalchev Exp $ +.\" $OpenBSD: options.4,v 1.87 2001/11/06 03:20:34 pvalchev Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -438,6 +438,13 @@ This filesystem is still experimental and is known to be somewhat unstable. See .Xr mount_union 8 for details. +.It Cd option XFS +Includes the kernel support for the AFS-compatible Arla filesystem. +Since the xfs interface is simple and generic it can be used for other +filesystems as well. +See +.Xr mount_xfs 8 +for details. .El .Ss File System Options .Bl -ohang |