diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-04 15:06:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-04 15:06:06 +0000 |
commit | e05171815d752762b16ded4b4eb77575ad33332d (patch) | |
tree | bfae888354df735125a8cc8b235be610f1fdc4f8 | |
parent | 6c7c5df08a9264d76f1e0d49b89ba862d1b8e595 (diff) |
mention scan_ffs; map@infinitum.ch
-rw-r--r-- | sbin/disklabel/disklabel.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index d96b9fd2f7e..5fe71c5b944 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.39 2001/01/24 09:52:24 deraadt Exp $ +.\" $OpenBSD: disklabel.8,v 1.40 2001/02/04 15:06:05 deraadt Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -539,7 +539,8 @@ The bootstrap code comes from the file .El .Sh SEE ALSO .Xr disklabel 5 , -.Xr disktab 5 +.Xr disktab 5 , +.Xr scan_ffs 5 .Sh DIAGNOSTICS The kernel device drivers will not allow the size of a disk partition to be decreased or the offset of a partition to be changed while |