diff --git a/usr.bin/rump_wmd/rump_wmd.1 b/usr.bin/rump_wmd/rump_wmd.1 index 278b5dcd927f..357e100c13a2 100644 --- a/usr.bin/rump_wmd/rump_wmd.1 +++ b/usr.bin/rump_wmd/rump_wmd.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: rump_wmd.1,v 1.3 2014/01/28 14:02:54 pooka Exp $ +.\" $NetBSD: rump_wmd.1,v 1.4 2023/04/24 19:12:33 uwe Exp $ .\" .\" Copyright (c) 2014 Antti Kantee. All rights reserved. .\" @@ -33,7 +33,7 @@ .Nm .Op Fl hv .Op Fl L Ar dir -.Fl l Ar component +.Fl l Ns Ar component Ar \&... .Sh DESCRIPTION The .Nm @@ -48,7 +48,7 @@ is accepted as command line input by .Xr rump_server 1 . .Pp The command line options are: -.Bl -tag -width indent +.Bl -tag -width Fl .It Fl h Print the usage. .It Fl L Ar dir @@ -64,7 +64,7 @@ This option may be given multiple times. .El .Pp The desired components are given using -.Fl l Ar component . +.Fl l Ns Ar component . This parameter may be specified multiple time and must be the last set of parameters. .Sh EXAMPLES @@ -95,4 +95,5 @@ a rump kernel booting in 10ms is somewhat lost. Caching the output is highly recommended. .Sh FUN FACTS .Nm -is short for "rump, where's my dependency". +is short for +.Dq rump, where's my dependency .