summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2024-02-03 18:52:00 +0000
committerBob Beck <beck@cvs.openbsd.org>2024-02-03 18:52:00 +0000
commit408fdd6bcb2d3745aa9662aa649fdb765f04b9a1 (patch)
tree41d03e8f5a389984c57ed54b3ab92b12e52a673e /share
parent2fa0d388000cf61b7432ce38ca7f41fd59a919d6 (diff)
Remove Softdep.
Softdep has been a no-op for some time now, this removes it to get it out of the way. Flensing mostly done in Talinn, with some help from krw@ ok deraadt@
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/fs.58
1 files changed, 3 insertions, 5 deletions
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5
index d821db65ae1..73cc418d12e 100644
--- a/share/man/man5/fs.5
+++ b/share/man/man5/fs.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fs.5,v 1.19 2015/09/10 17:55:21 schwarze Exp $
+.\" $OpenBSD: fs.5,v 1.20 2024/02/03 18:51:57 beck Exp $
.\" $NetBSD: fs.5,v 1.3 1994/11/30 19:31:17 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)fs.5 8.2 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: September 10 2015 $
+.Dd $Mdocdate: February 3 2024 $
.Dt FS 5
.Os
.Sh NAME
@@ -276,9 +276,7 @@ The
.Va fs_flags
element specifies how the filesystem was mounted:
.Pp
-.Bl -tag -width FS_DOSOFTDEP -offset ind -compact
-.It Dv FS_DOSOFTDEP
-The filesystem was mounted using soft dependencies.
+.Bl -tag -width FS_UNCLEAN -offset ind -compact
.It Dv FS_UNCLEAN
The filesystem was mounted uncleanly.
.El