Escape dashes in man page
there are two dashes in man page which were forgotten to be escaped. Attached patch fixes it.
This commit is contained in:
parent
5777a0c9c3
commit
9ad7a9f60c
1 changed files with 3 additions and 3 deletions
6
smem.8
6
smem.8
|
|
@ -37,14 +37,14 @@ specify a couple things that smem cannot discover on its own.
|
|||
.TP
|
||||
.BI "\-K " KERNEL ", \-\-kernel=" KERNEL
|
||||
Path to kernel image. This lets smem include the size of the kernel's
|
||||
code and statically allocated data in the systemwide (-w) output.
|
||||
code and statically allocated data in the systemwide (\-w) output.
|
||||
|
||||
|
||||
.TP
|
||||
.BI "\-R " REALMEM ", \-\-realmem=" REALMEM
|
||||
Amount of physical RAM. This lets smem detect the amount of memory used
|
||||
by firmware/hardware in the systemwide (-w) output. If provided, it
|
||||
by firmware/hardware in the systemwide (\-w) output. If provided, it
|
||||
will also be used as the total memory size to base percentages on.
|
||||
|
||||
.TP
|
||||
.BI "\-S " SOURCE ", \-\-source=" SOURCE
|
||||
/proc data source. This lets you specify an alternate source of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue