ubase

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

commit 59769ecf3b388fb5ac75204d1c444d16dc4c1e7b
parent a2265769833d10a5ddede8f4a33a9b9f6cde30aa
Author: sin <sin@2f30.org>
Date:   Sun, 13 Apr 2014 16:40:40 +0100

Fix manpage style

Diffstat:
Mctrlaltdel.8 | 6++++--
Mdf.1 | 12++++++++----
Mdmesg.1 | 12++++++++----
Meject.1 | 3++-
Mfallocate.1 | 6++++--
Mfree.1 | 12++++++++----
Mhalt.8 | 6++++--
Mid.1 | 3++-
Mkillall5.8 | 6++++--
Mmountpoint.1 | 6++++--
Mstat.1 | 3++-
Mtruncate.1 | 6++++--
Mwho.1 | 6++++--
13 files changed, 58 insertions(+), 29 deletions(-)

diff --git a/ctrlaltdel.8 b/ctrlaltdel.8 @@ -13,6 +13,8 @@ always the process with PID 1). If this option is used, the init(8) program must support this feature. .SH OPTIONS .TP -\fB-h\fR perform a hard reset +\fB-h\fR +Perform a hard reset .TP -\fB-s\fR perform a soft reset +\fB-s\fR +Perform a soft reset diff --git a/df.1 b/df.1 @@ -9,11 +9,15 @@ If no arguments are given, df shows all the file systems using 512-byte blocks. .SH OPTIONS .TP -\fB-a\fR Show all file systems including dummy ones. This is the default +\fB-a\fR +Show all file systems including dummy ones. This is the default option. .TP -\fB-h\fR Not implemented. +\fB-h\fR +Not implemented. .TP -\fB-s\fR Not implemented. +\fB-s\fR +Not implemented. .TP -\fB-i\fR Not implemented. +\fB-i\fR +Not implemented. diff --git a/dmesg.1 b/dmesg.1 @@ -9,10 +9,14 @@ it reads all the messages from the kernel ring buffer and prints them on stdout. .SH OPTIONS .TP -\fB-C\fR Clear the ring buffer. +\fB-C\fR +Clear the ring buffer. .TP -\fB-c\fR Clear the ring buffer after printing its contents. +\fB-c\fR +Clear the ring buffer after printing its contents. .TP -\fB-n\fR Set the console \fIlevel\fR. +\fB-n\fR +Set the console \fIlevel\fR. .TP -\fB-r\fR Print the raw message buffer. +\fB-r\fR +Print the raw message buffer. diff --git a/eject.1 b/eject.1 @@ -8,4 +8,5 @@ control. If no arguments are given, the CD-ROM tray is opened. .SH OPTIONS .TP -\fB-t\fR If supported, close the CD-ROM tray. +\fB-t\fR +If supported, close the CD-ROM tray. diff --git a/fallocate.1 b/fallocate.1 @@ -11,8 +11,10 @@ As of the Linux Kernel v2.6.31, the fallocate system call is supported by the btrfs, ext4, ocfs2, and xfs filesystems. .SH OPTIONS .TP -\fB-o\fR Specifies the beginning offset of the allocation, in bytes. +\fB-o\fR +Specifies the beginning offset of the allocation, in bytes. .TP -\fB-l\fR Specifies the length of the allocation, in bytes. +\fB-l\fR +Specifies the length of the allocation, in bytes. .SH SEE ALSO fallocate(2) diff --git a/free.1 b/free.1 @@ -8,10 +8,14 @@ memory in the system, as well as the buffers used by the kernel. .SH OPTIONS .TP -\fB-b\fR Display the amount of memory in bytes. This is the default. +\fB-b\fR +Display the amount of memory in bytes. This is the default. .TP -\fB-k\fR Display the amount of memory in kilobytes. +\fB-k\fR +Display the amount of memory in kilobytes. .TP -\fB-m\fR Display the amount of memory in megabytes. +\fB-m\fR +Display the amount of memory in megabytes. .TP -\fB-g\fR Display the amount of memory in gigabytes. +\fB-g\fR +Display the amount of memory in gigabytes. diff --git a/halt.8 b/halt.8 @@ -9,6 +9,8 @@ This is a low-level tool and should not be used directly or data-loss can happen if the filesystems are not properly unmounted first. .SH OPTIONS .TP -\fB-p\fR Power-off the machine. +\fB-p\fR +Power-off the machine. .TP -\fB-r\fR Reboot the machine. +\fB-r\fR +Reboot the machine. diff --git a/id.1 b/id.1 @@ -9,6 +9,7 @@ If a login name or uid is specified, the user and group information of that user is displayed. .SH OPTIONS .TP -\fB-G\fR Display group information as whitespace separated numbers, in no particular order. +\fB-G\fR +Display group information as whitespace separated numbers, in no particular order. .SH SEE ALSO who(1) diff --git a/killall5.8 b/killall5.8 @@ -9,8 +9,10 @@ It sends a signal to all processes except kernel threads and the processes in its own session. It is primarily used by the system's init scripts. .SH OPTIONS .TP -\fB-o\fR Tell killall5 to omit processes with that process id. +\fB-o\fR +Tell killall5 to omit processes with that process id. .TP -\fB-s\fR Send \fIsignal\fR instead of the default SIGTERM. +\fB-s\fR +Send \fIsignal\fR instead of the default SIGTERM. .SH SEE ALSO halt(8), reboot(8) diff --git a/mountpoint.1 b/mountpoint.1 @@ -10,9 +10,11 @@ /proc/mounts file. .SH OPTIONS .TP -\fB-d\fR Print the major/minor device number of the filesystem on stdout. +\fB-d\fR +Print the major/minor device number of the filesystem on stdout. .TP -\fB-q\fR Be quiet, don't print anything. +\fB-q\fR +Be quiet, don't print anything. .TP \fB-x\fR Print the major/minor device number of the \fIdevice\fR on stdout. .SH SEE ALSO diff --git a/stat.1 b/stat.1 @@ -8,6 +8,7 @@ are specified. .SH OPTIONS .TP -\fB-L\fR Follow links. +\fB-L\fR +Follow links. .SH SEE ALSO stat (2) diff --git a/truncate.1 b/truncate.1 @@ -11,8 +11,10 @@ If a \fIfile\fR is shorter, it is extended and the extended part (hole) reads as zero bytes. .SH OPTIONS .TP -\fB-c\fR Do not create any files. +\fB-c\fR +Do not create any files. .TP -\fB-s\fR Set or adjust the file size by \fIsize\fR bytes. +\fB-s\fR +Set or adjust the file size by \fIsize\fR bytes. .SH SEE ALSO truncate(2), ftruncate(2) diff --git a/who.1 b/who.1 @@ -8,9 +8,11 @@ time at which they logged on. .SH OPTIONS .TP -\fB-m\fR Only show users on current tty. +\fB-m\fR +Only show users on current tty. .TP -\fB-l\fR Print LOGIN processes as well. +\fB-l\fR +Print LOGIN processes as well. .SH BUGS \fBwho\fR relies on the utmp file to be updated responsibly. This doesn't always happen, which can cause who to print completely