diff options
author | June McEnroe <june@causal.agency> | 2018-09-08 16:08:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-08 16:08:58 -0400 |
commit | 86e5be333fcb4ccd24abb68efb7d01dc2428ccda (patch) | |
tree | d746f3cce119e1aacb14c0fd313003d9c288c7e7 | |
parent | Put real dates on man pages (diff) | |
download | src-86e5be333fcb4ccd24abb68efb7d01dc2428ccda.tar.gz src-86e5be333fcb4ccd24abb68efb7d01dc2428ccda.zip |
Fix Nm usage in multi-name man pages
Diffstat (limited to '')
-rw-r--r-- | bin/bri.1 | 9 | ||||
-rw-r--r-- | bin/dtch.1 | 13 | ||||
-rw-r--r-- | 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 |