diff --git a/stand/man/loader_lua.8 b/stand/man/loader_lua.8 index 1ba0939e60b..0aa46723726 100644 --- a/stand/man/loader_lua.8 +++ b/stand/man/loader_lua.8 @@ -197,6 +197,7 @@ Loader init .Nm configuration files, as described in .Xr loader.conf 5 . +.El .Sh EXAMPLES Boot in single user mode: .Pp diff --git a/stand/man/loader_simp.8 b/stand/man/loader_simp.8 index 6eac6bf6a10..49214e78b49 100644 --- a/stand/man/loader_simp.8 +++ b/stand/man/loader_simp.8 @@ -659,6 +659,7 @@ command line by booting unconditionally in .Pa loader.rc . In order for this to be effective, one should also configure the firmware (BIOS or UEFI) to prevent booting from unauthorized devices. +.El .Sh FILES .Bl -tag -width /boot/loader_simp -compact .It Pa /boot/loader_simp @@ -668,6 +669,7 @@ itself. The script run by .Nm on startup. +.El .Sh EXAMPLES Boot in single user mode: .Pp diff --git a/usr.bin/bintrans/bintrans.1 b/usr.bin/bintrans/bintrans.1 index 054f304d4c6..3376ecd332e 100644 --- a/usr.bin/bintrans/bintrans.1 +++ b/usr.bin/bintrans/bintrans.1 @@ -236,6 +236,7 @@ Decode. Output to .Ar output_file instead of standard output. +.El .Sh EXAMPLES The following example packages up a source tree, compresses it, uuencodes it and mails it to a user on another system.