diff options
-rw-r--r-- | sbin/newfs/newfs.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index f36491dcf18..0ecff04f0da 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.48 2006/07/07 15:03:57 jmc Exp $ +.\" $OpenBSD: newfs.8,v 1.49 2006/11/14 10:28:11 otto Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -220,7 +220,9 @@ The size of the file system in sectors. The maximum size of a file system is 2,147,483,647 (2^31 \- 1) sectors, which is slightly less than 1TB, assuming a sector size of 512 bytes. -Note however that the practical limit is based on +Note however that for +.Nm mount_mfs +the practical limit is based on .Va datasize in .Xr login.conf 5 , |