From 86e5be333fcb4ccd24abb68efb7d01dc2428ccda Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 8 Sep 2018 16:08:58 -0400 Subject: Fix Nm usage in multi-name man pages --- bin/bri.1 | 9 ++++++--- bin/dtch.1 | 13 ++++++++----- bin/pbd.1 | 7 ++++--- 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/bin/bri.1 b/bin/bri.1 index 32579670..95250cda 100644 --- a/bin/bri.1 +++ b/bin/bri.1 @@ -5,9 +5,12 @@ .Nm bri .Nd backlight brightness control .Sh SYNOPSIS -.Nm bri Op Ar brightness -.Nm bri Cm + -.Nm bri Cm - +.Nm +.Op Ar brightness +.Nm +.Cm + +.Nm +.Cm - .Sh DESCRIPTION .Nm controls the backlight brightness on Linux. diff --git a/bin/dtch.1 b/bin/dtch.1 index 3aeb429e..b3780e36 100644 --- a/bin/dtch.1 +++ b/bin/dtch.1 @@ -6,10 +6,13 @@ .Nm atch .Nd detached sessions .Sh SYNOPSIS -.Nm dtch Op Ar name Op Ar "command ..." -.Nm atch Op Ar name +.Nm +.Op Ar name +.Op Ar "command ..." +.Nm atch +.Op Ar name .Sh DESCRIPTION -.Nm dtch +.Nm spawns the .Ar command (by default, the user's shell) @@ -17,13 +20,13 @@ inside a new PTY. It then lends control of the detached PTY to .Nm atch over a UNIX-domain socket. -.Nm dtch +.Nm should be run as a background job or with .Xr nohup 1 . .Pp .Nm atch attaches to the -.Nm dtch +.Nm session with the corresponding .Ar name . To detach from a session, type diff --git a/bin/pbd.1 b/bin/pbd.1 index 0a224728..0c6bad1f 100644 --- a/bin/pbd.1 +++ b/bin/pbd.1 @@ -8,12 +8,13 @@ .Nm open .Nd macOS pasteboard daemon .Sh SYNOPSIS -.Nm pbd +.Nm .Nm pbcopy .Nm pbpaste -.Nm open Ar +.Nm open +.Ar .Sh DESCRIPTION -.Nm pbd +.Nm is a daemon which pipes into macOS .Xr pbcopy 1 , from -- cgit 1.4.1