diff options
author | 2014-08-29 12:09:04 +0000 | |
---|---|---|
committer | 2014-08-29 12:09:04 +0000 | |
commit | 09c515c2de79971815747e1a778caa8fc14546f1 (patch) | |
tree | 4c351358376bda636b5f2655fb11eb5c75f20137 | |
parent | Implement consistent host hashing for relayd, based on (diff) | |
download | wireguard-openbsd-09c515c2de79971815747e1a778caa8fc14546f1.tar.xz wireguard-openbsd-09c515c2de79971815747e1a778caa8fc14546f1.zip |
mount_mfs does not require disklabel to be run;
diff From: Navan Carson
confirmed/ok mikeb
-rw-r--r-- | sbin/newfs/newfs.8 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index dc2cd4a53bd..1d1cdd6e6a8 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.70 2011/05/23 10:56:17 dcoppa Exp $ +.\" $OpenBSD: newfs.8,v 1.71 2014/08/29 12:09:04 jmc Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)newfs.8 8.3 (Berkeley) 3/27/94 .\" -.Dd $Mdocdate: May 23 2011 $ +.Dd $Mdocdate: August 29 2014 $ .Dt NEWFS 8 .Os .Sh NAME @@ -72,9 +72,7 @@ .Ek .Sh DESCRIPTION Before running -.Nm -or -.Nm mount_mfs , +.Nm , the disk must be labeled using .Xr disklabel 8 . .Nm |