diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-04-05 21:44:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-04-05 21:44:33 +0000 |
commit | c83abbb507b48126a7b8fffc81affd6ed049d6dd (patch) | |
tree | 42ae06a7c6ced02cad668f29a26419bf6476c539 /usr.sbin | |
parent | 1e18f32058d8cd796f68fa177001876a15315f60 (diff) |
insert a missing .El and fix a typo
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rdsetroot/rdsetroot.8 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/rdsetroot/rdsetroot.8 b/usr.sbin/rdsetroot/rdsetroot.8 index 8bcf2038260..2fc408962b6 100644 --- a/usr.sbin/rdsetroot/rdsetroot.8 +++ b/usr.sbin/rdsetroot/rdsetroot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rdsetroot.8,v 1.1 2019/04/05 21:07:11 deraadt Exp $ +.\" $OpenBSD: rdsetroot.8,v 1.2 2019/04/05 21:44:32 schwarze Exp $ .\" .\" Copyright (c) 2019 Theo de Raadt .\" @@ -45,10 +45,11 @@ Debug. Rather than inserting, extract the .Ar disk.fs image. -The disk can be made accessable using +The disk can be made accessible using .Xr vnconfig 8 , filesystems can be manipulated, and finally re-inserted into the RAMDISK kernel. +.El .Sh SEE ALSO .Xr config 8 , .Xr disklabel 8 , -.Xr vnconfig 8
\ No newline at end of file +.Xr vnconfig 8 |