aboutsummaryrefslogtreecommitdiff
path: root/center.1
Commit message (Collapse)AuthorAgeFilesLines
* Use OpenBSDesque formattingThomas Voss 2022-11-161-6/+6
| | | | | | | | | | | Here is a snippet of how long options with arguments are handled in the OpenBSD sort(1) manual: .It Fl S Ar size , Fl Fl buffer-size Ns = Ns Ar size There are a few take aways from this: 1) The argument should be shown for both the short and long option 2) You don’t need to use “Ns” before the comma
* Add support for long optionsThomas Voss 2022-11-131-6/+6
|
* Document the new -r flagThomas Voss 2022-10-081-6/+26
|
* De-verbosify usageThomas Voss 2022-10-081-4/+4
|
* Document the new -l and -t flagsThomas Voss 2022-10-081-6/+19
|
* Properly terminate the listThomas Voss 2022-10-011-0/+1
|
* Update my email-addressThomas Voss 2022-10-011-1/+1
|
* Add license textThomas Voss 2022-09-201-0/+14
|
* Fix usage example in manual pageThomas Voss 2022-02-101-2/+2
| | | | | | The example is supposed to center the input as if the output device is a terminal with a width of 80 characters. The example doesn't use the `-w' flag though, so we set that up.
* Initial commitThomas Voss 2022-02-081-0/+79
This initial commit includes the following: - A gitignore file - A license (0-Clause BSD) - A Makefile supporting installation - A manual page written in mdoc(7) - A fully working initial implementation