diff options
author | jkh <jkh@FreeBSD.org> | 1996-05-12 11:12:17 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-05-12 11:12:17 +0000 |
commit | d9d34595e1086b56108af8f8da6048cb51ce520f (patch) | |
tree | f1f876b63af27f45e3cb6b85638ed1ca21c764ff /sbin | |
parent | e27ee568ac1a5ed27aac03e15d8350d3ac5b2ca2 (diff) | |
download | FreeBSD-src-d9d34595e1086b56108af8f8da6048cb51ce520f.zip FreeBSD-src-d9d34595e1086b56108af8f8da6048cb51ce520f.tar.gz |
Document LFS as broken.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_lfs/mount_lfs.8 | 3 | ||||
-rw-r--r-- | sbin/newlfs/newlfs.8 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sbin/mount_lfs/mount_lfs.8 b/sbin/mount_lfs/mount_lfs.8 index bd1bd8c..bb0e4e2 100644 --- a/sbin/mount_lfs/mount_lfs.8 +++ b/sbin/mount_lfs/mount_lfs.8 @@ -119,6 +119,9 @@ to read data in small chunks when cleaning the file system. .%J "Proc. of the Winter 1993 USENIX Conf." .%P pp. 315-331 .Re +.Sh BUGS +LFS does not currently work in any variant of FreeBSD and should therefore +not be used. .Sh HISTORY The .Nm mount_lfs diff --git a/sbin/newlfs/newlfs.8 b/sbin/newlfs/newlfs.8 index 92474e5..cadb04a 100644 --- a/sbin/newlfs/newlfs.8 +++ b/sbin/newlfs/newlfs.8 @@ -88,6 +88,9 @@ The size of the file system in sectors. .%D August 1984 .%O (reprinted in the BSD System Manager's Manual) .Re +.Sh BUGS +LFS does not currently work in any variant of FreeBSD and should therefore +not be used. .Sh HISTORY The .Nm |