diff options
author | June McEnroe <june@causal.agency> | 2018-09-11 15:13:30 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-11 15:31:20 -0400 |
commit | 26eda6aa957ccfb77da8f25f799324693ccc8c7d (patch) | |
tree | fb923bc792b3a984e5bde26510aee6cc761efcc8 /bin/fbatt.1 | |
parent | Add mdoc syntax file (diff) | |
download | src-26eda6aa957ccfb77da8f25f799324693ccc8c7d.tar.gz src-26eda6aa957ccfb77da8f25f799324693ccc8c7d.zip |
Add "blank" lines to man pages
Diffstat (limited to '')
-rw-r--r-- | bin/fbatt.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/fbatt.1 b/bin/fbatt.1 index 5d648827..73bc109c 100644 --- a/bin/fbatt.1 +++ b/bin/fbatt.1 @@ -1,21 +1,26 @@ .Dd September 7, 2018 .Dt FBATT 1 .Os "Causal Agency" +. .Sh NAME .Nm fbatt .Nd framebuffer battery indicator +. .Sh SYNOPSIS .Nm +. .Sh DESCRIPTION .Nm displays a battery charge indicator in the top-right corner of the Linux framebuffer. +. .Sh ENVIRONMENT .Bl -tag .It Ev FRAMEBUFFER The framebuffer device path. .El +. .Sh FILES .Bl -tag .It Pa /dev/fb0 |