diff options
author | kn <kn@cvs.openbsd.org> | 2019-12-06 23:01:04 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2019-12-06 23:01:04 +0000 |
commit | 4d75e7d310d611404f317e8d6d5e35446ec074af (patch) | |
tree | 572fc193a1cd8f9c5ab9baa1ca4c25ebcce0fa0f | |
parent | e98ad8dcc5c516211bd011eebfdf414140c2b8bb (diff) |
Add missing "and"
Fixes r1.15 "Document ILOM command to reset hardware".
-rw-r--r-- | usr.sbin/ldomctl/ldomctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ldomctl/ldomctl.8 b/usr.sbin/ldomctl/ldomctl.8 index b1f1cd3e5b9..3e7bf316d6a 100644 --- a/usr.sbin/ldomctl/ldomctl.8 +++ b/usr.sbin/ldomctl/ldomctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldomctl.8,v 1.19 2019/11/30 03:30:29 kn Exp $ +.\" $OpenBSD: ldomctl.8,v 1.20 2019/12/06 23:01:03 kn Exp $ .\" .\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 30 2019 $ +.Dd $Mdocdate: December 6 2019 $ .Dt LDOMCTL 8 sparc64 .Os .Sh NAME @@ -150,7 +150,7 @@ which sets in .Xr rc.conf.local 8 . .Pp -Halt the primary domain reset the hardware: +Halt the primary domain and reset the hardware: .Bd -literal -offset indent # halt sc> reset -c # ALOM |