From 4c4896bc49994cb416a5630c8b3cae8aa14bc6c5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 7 Sep 2018 17:53:53 -0400 Subject: Remove -width options from .Bl --- bin/bri.1 | 2 +- bin/dtch.1 | 2 +- bin/fbatt.1 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/bri.1 b/bin/bri.1 index 68a69bd5..98f2e547 100644 --- a/bin/bri.1 +++ b/bin/bri.1 @@ -27,7 +27,7 @@ may be repeated any number of times and adjust the brightness in increments of 16. .Sh FILES -.Bl -tag -width "/sys/class/backlight" -compact +.Bl -tag .It Pa /sys/class/backlight Files under the first subdirectory found are used to control the backlight brightness. diff --git a/bin/dtch.1 b/bin/dtch.1 index ff95add7..690d3c31 100644 --- a/bin/dtch.1 +++ b/bin/dtch.1 @@ -27,7 +27,7 @@ session with the corresponding To detach from a session, type .Ic ^Q . .Sh FILES -.Bl -tag -width "~/.dtch" +.Bl -tag .It Pa ~/.dtch Location of UNIX-domain sockets for each session. .El diff --git a/bin/fbatt.1 b/bin/fbatt.1 index fc606ede..3f78fa90 100644 --- a/bin/fbatt.1 +++ b/bin/fbatt.1 @@ -11,13 +11,13 @@ displays a battery charge indicator in the top-right corner of the Linux framebuffer. .Sh ENVIRONMENT -.Bl -tag -width "FRAMEBUFFER" +.Bl -tag .It Ev FRAMEBUFFER The framebuffer device. By default, .Pa /dev/fb0 . .El .Sh FILES -.Bl -tag -width "/sys/class/power_supply" +.Bl -tag .It Pa /sys/class/power_supply The first subdirectory containing .Pa charge_full -- cgit 1.4.1 8957c275278559d6e3f814e9b06e9349e80738&follow=1'>commit diff homepage
path: root/Makefile (unfollow)
Commit message (Expand)Author
2017-09-03Assert client coords are valid after movementJune McEnroe
2017-09-03Relicense AGPLJune McEnroe
2017-09-01Revert "Add client readOnly mode"June McEnroe
2017-09-01Remove clientRemove call from clientCastJune McEnroe
2017-09-01Add client readOnly modeJune McEnroe
2017-08-31Clean up merge toolJune McEnroe
2017-08-31Choose B for tiles with equal modify timesJune McEnroe
2017-08-31Add quick data file merge toolJune McEnroe
2017-08-30Use only foreground color for selecting spawnJune McEnroe
2017-08-29Add four additional spawnsJune McEnroe
2017-08-28Add respawningJune McEnroe
2017-08-26Move license above includesJune McEnroe
2017-08-26Snapshot metadataJune McEnroe
2017-08-26Add meta.c to READMEJune McEnroe
2017-08-26Use MakefileJune McEnroeow=1'>Don't use a pager if reading standard inputJune McEnroe
2021-01-19Support BSD make syntax and match *.amJune McEnroe
These don't really go together, but...
2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe
Otherwise it ends up going into Shell state.
2021-01-18Allow matching lexers using first input lineJune McEnroe