mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-26 21:30:17 +00:00
docs: Fix typos in manpage
This commit is contained in:
parent
87edb7e813
commit
401f6cd137
2 changed files with 10 additions and 10 deletions
|
@ -2,12 +2,12 @@
|
|||
.\" Title: spacebar
|
||||
.\" Author: [see the "AUTHOR(S)" section]
|
||||
.\" Generator: Asciidoctor 2.0.10
|
||||
.\" Date: 2020-08-05
|
||||
.\" Manual: Spacebar Manual
|
||||
.\" Source: Spacebar
|
||||
.\" Date: 2021-03-27
|
||||
.\" Manual: spacebar manual
|
||||
.\" Source: spacebar
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "SPACEBAR" "1" "2020-08-05" "Spacebar" "Spacebar Manual"
|
||||
.TH "SPACEBAR" "1" "2021-03-27" "spacebar" "spacebar manual"
|
||||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.ss \n[.ss] 0
|
||||
|
@ -28,13 +28,13 @@
|
|||
. LINKSTYLE blue R < >
|
||||
.\}
|
||||
.SH "NAME"
|
||||
spacebar \- Status bar for mac
|
||||
spacebar \- a simple status bar for macOS
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBspacebar\fP [\fB\-v\fP,\fB\-\-version\fP|\fB\-V\fP,\fB\-\-verbose\fP|\fB\-m\fP,\fB\-\-message\fP \fImsg\fP|\fB\-c\fP,\fB\-\-config\fP \fIconfig_file\fP]
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
\fBspacebar\fP is a tiling window manager for macOS based on binary space partitioning.
|
||||
\fBspacebar\fP is a simple status bar for macOS.
|
||||
.SH "OPTIONS"
|
||||
.sp
|
||||
\fB\-v\fP, \fB\-\-version\fP
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
:man source: Spacebar
|
||||
:man source: spacebar
|
||||
:man version: {revnumber}
|
||||
:man manual: Spacebar Manual
|
||||
:man manual: spacebar manual
|
||||
|
||||
ifdef::env-github[]
|
||||
:toc:
|
||||
|
@ -19,7 +19,7 @@ endif::[]
|
|||
Name
|
||||
----
|
||||
|
||||
spacebar - Status bar for mac
|
||||
spacebar - a simple status bar for macOS
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
|
@ -29,7 +29,7 @@ Synopsis
|
|||
Description
|
||||
-----------
|
||||
|
||||
*spacebar* is a tiling window manager for macOS based on binary space partitioning.
|
||||
*spacebar* is a simple status bar for macOS.
|
||||
|
||||
Options
|
||||
-------
|
||||
|
|
Loading…
Reference in a new issue