ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit e238e16c5c072bad226fa107915a4ed2d58e034b
parent 984ed694b27ba2fec1dae40f277e73f23a7f8746
Author: sin <sin@2f30.org>
Date:   Sat, 12 Apr 2014 14:16:20 +0100

Capitalize the one-line description in manpages

Diffstat:
Mchvt.1 | 2+-
Mclear.1 | 2+-
Mctrlaltdel.8 | 2+-
Mdf.1 | 2+-
Mdmesg.1 | 2+-
Meject.1 | 2+-
Mfallocate.1 | 2+-
Mhalt.8 | 2+-
Mid.1 | 2+-
Mlsmod.8 | 2+-
Mlsusb.8 | 2+-
Mmknod.1 | 2+-
Mstat.1 | 2+-
Mwho.1 | 2+-
14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/chvt.1 b/chvt.1 @@ -1,6 +1,6 @@ .TH CHVT 1 ubase-VERSION .SH NAME -\fBchvt\fR - change foreground virtual terminal +\fBchvt\fR - Change foreground virtual terminal .SH SYNOPSIS \fBchvt\fI N .SH DESCRIPTION diff --git a/clear.1 b/clear.1 @@ -1,3 +1,3 @@ .TH CLEAR 1 ubase-VERSION .SH NAME -\fBclear\fR - clear the screen +\fBclear\fR - Clear the screen diff --git a/ctrlaltdel.8 b/ctrlaltdel.8 @@ -1,6 +1,6 @@ .TH CTRLALTDEL 8 ubase-VERSION .SH NAME -\fBctrlaltdel\fR - set the function of Ctrl-Alt-Del combination +\fBctrlaltdel\fR - Set the function of Ctrl-Alt-Del combination .SH SYNOPSIS \fBctrlaltdel\fR [\fB-hs\fR] .SH DESCRIPTION diff --git a/df.1 b/df.1 @@ -1,6 +1,6 @@ .TH DF 1 ubase-VERSION .SH NAME -\fBdf\fR - show file system usage +\fBdf\fR - Show file system usage .SH SYNOPSIS \fBdf\fR [\fB-ahsi\fR] .SH DESCRIPTION diff --git a/dmesg.1 b/dmesg.1 @@ -1,6 +1,6 @@ .TH DMESG 1 ubase-VERSION .SH NAME -\fBdmesg\fR - print or control the kernel ring buffer +\fBdmesg\fR - Print or control the kernel ring buffer .SH SYNOPSIS \fBdmesg\fR [\fB-Ccr\fR] [\fB-n\fR \fIlevel\fR] .SH DESCRIPTION diff --git a/eject.1 b/eject.1 @@ -1,6 +1,6 @@ .TH EJECT 1 ubase-VERSION .SH NAME -\fBeject\fR - eject removable media +\fBeject\fR - Eject removable media .SH SYNOPSIS \fBeject\fR [\fB-t\fR] .SH DESCRIPTION diff --git a/fallocate.1 b/fallocate.1 @@ -1,6 +1,6 @@ .TH FALLOCATE 1 ubase-VERSION .SH NAME -\fBfallocate\fR - preallocate blocks to a file +\fBfallocate\fR - Preallocate blocks to a file .SH SYNOPSIS \fBfallocate\fR [\fB-o\fI offset\fR] \fB-l\fR \fIlength file\fR .SH DESCRIPTION diff --git a/halt.8 b/halt.8 @@ -1,6 +1,6 @@ .TH HALT 8 ubase-VERSION .SH NAME -\fBhalt\fR - Halt, power-off or reboot the machine +\fBhalt\fR - Power-off or reboot the machine .SH SYNOPSIS \fBhalt\fR [\fB-pr\fR] .SH DESCRIPTION diff --git a/id.1 b/id.1 @@ -1,6 +1,6 @@ .TH ID 1 ubase-VERSION .SH NAME -\fBid\fR - print real and effective user and group IDs +\fBid\fR - Print real and effective user and group IDs .SH SYNOPSIS \fBid\fR [\fB-G\fR] \fR[\fIuser\fR|\fIuid\fR] .SH DESCRIPTION diff --git a/lsmod.8 b/lsmod.8 @@ -1,6 +1,6 @@ .TH lsmod 8 ubase-VERSION .SH NAME -\fBlsmod\fR - list loaded kernel modules +\fBlsmod\fR - List loaded kernel modules .SH DESCRIPTION \fBlsmod\fR parses `/proc/modules' and shows the loadable kernel modules that are currently loaded. diff --git a/lsusb.8 b/lsusb.8 @@ -1,6 +1,6 @@ .TH LSUSB 8 ubase-VERSION .SH NAME -\fBlsusb\fR - list USB devices +\fBlsusb\fR - List USB devices .SH DESCRIPTION \fBlsusb\fR searches in `/sys/bus/usb/devices' for usb buses and connected devices and prints them one by one. diff --git a/mknod.1 b/mknod.1 @@ -1,6 +1,6 @@ .TH MKNOD 1 ubase-VERSION .SH NAME -\fBmknod\fR - create a special device file +\fBmknod\fR - Create a special device file .SH SYNOPSIS \fBmknod\fR [\fB-m \fImode\fR] \fIname type major minor .SH DESCRIPTION diff --git a/stat.1 b/stat.1 @@ -1,6 +1,6 @@ .TH STAT 1 ubase-VERSION .SH NAME -\fBstat\fR - display file status +\fBstat\fR - Display file status .SH SYNOPSIS \fBstat\fR [\fB-L\fR] [\fIfile...\fR] .SH DESCRIPTION diff --git a/who.1 b/who.1 @@ -1,6 +1,6 @@ .TH WHO 1 ubase-VERSION .SH NAME -\fBwho\fR - print who has logged on +\fBwho\fR - Print who has logged on .SH SYNOPSIS \fBwho\fR [\fB-m\fR] .SH DESCRIPTION