diff options
author | Mattias Andrée <maandree@kth.se> | 2024-06-02 08:48:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-06-02 08:48:32 +0200 |
commit | f77b9349ff26f6df9c7753315cd665b845b13819 (patch) | |
tree | e85cd17e1d9ced480169a9ebd58d1d62e4baee5a | |
parent | Empty signed commit (diff) | |
download | coreupdown-f77b9349ff26f6df9c7753315cd665b845b13819.tar.gz coreupdown-f77b9349ff26f6df9c7753315cd665b845b13819.tar.bz2 coreupdown-f77b9349ff26f6df9c7753315cd665b845b13819.tar.xz |
Bold names in Synopsis in man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | coredown.1 | 2 | ||||
-rw-r--r-- | coreup.1 | 2 | ||||
-rw-r--r-- | coreupdownd.1 | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ .SH NAME coredown - Disable all but one CPU core .SH SYNPOSIS -coredown +.B coredown .RI [ count ] .SH DESCRIPTION The @@ -2,7 +2,7 @@ .SH MAME coreup - Enable all CPU core .SH SYNPOSIS -coreup +.B coreup .RI [ count ] .SH DESCRIPTION The diff --git a/coreupdownd.1 b/coreupdownd.1 index 23d7487..f366464 100644 --- a/coreupdownd.1 +++ b/coreupdownd.1 @@ -2,7 +2,7 @@ .SH MAME coreupdownd - Dynamically enable and disable CPU's to only use one during low CPU usage .SH SYNPOSIS -coreupdownd +.B coreupdownd .RI "[-C " coreup-cooldown-time ] .RI "[-c " coredown-cooldown-time ] .RI "[-i " check-interval ] |