~grtcdr/citron

3e4994cd0fe719c905877d2f457a6edb179eb66c — grtcdr 1 year, 2 months ago 6d2ed2e
Apply various stylistic changes to the manual
2 files changed, 35 insertions(+), 45 deletions(-)

M doc/citron.1
M doc/citron.1.scd
M doc/citron.1 => doc/citron.1 +18 -25
@@ 5,11 5,11 @@
.nh
.ad l
.\" Begin generated content:
.TH "CITRON" "1" "2022-04-30"
.TH "CITRON" "1" "2023-07-18"
.P
.SH NAME
.P
citron - system data via on-demand notifications.\& 
citron - system data via on-demand notifications
.P
.SH SYNOPSIS
.P


@@ 183,44 183,37 @@ Default: "Memory"
.RE
.SS DATE SYMBOLS
.P
%d: Day of the month.\&
%d: Day of the month
.P
%w: Short day of the week, e.\&g.\& Jan.\&
%w: Short day of the week, e.\&g.\& Jan
.P
%W: Long day of the week, e.\&g.\& Tue.\&
%W: Long day of the week, e.\&g.\& Tue
.P
%m: Short month, e.\&g.\& Jan.\&
%m: Short month, e.\&g.\& Jan
.P
%M: Long month, e.\&g.\& January.\&
%M: Long month, e.\&g.\& January
.P
%HH: Hours.\&
%HH: Hours
.P
%MM: Minutes.\&
%MM: Minutes
.P
%P: Meridiem:
.RS 4
If omitted, railway time is used instead.\&
%P: 12-hour time period signifier which if omitted 24-hour time notation is used instead
.P
.RE
.SS BATTERY SYMBOLS
.P
%p: Percentage.\&
%p: Percentage
.P
%s: Status.\&
%s: Status
.P
%S: Status as a symbol:
%S: Status represented as one of three symbols; '\&!\&'\& for critical, '\&-'\& for low, empty for high and '\&+'\& for charging
.P
.RS 4
\&'\&!\&'\& for critical, '\&-'\& for low, empty for high and '\&+'\& for charging.\&
.P
.RE
.SS NETWORK SYMBOLS
.P
%a: Local IP address.\&
%a: Local IP address
.P
%r: Number of received bytes.\&
%r: Number of received bytes
.P
%t: Number of transmitted bytes.\&
%t: Number of transmitted bytes
.P
.SH AUTHOR
.P


@@ 228,5 221,5 @@ Written and maintained by Taha Aziz Ben Ali <tahaaziz.\&benali@esprit.\&tn>.\&
.P
.SH RESOURCES
.P
This project is hosted at \fBhttps://git.\&sr.\&ht/~grtcdr/citron\fR.\& Bugs and patches
should be submitted via email to \fB~grtcdr/citron@lists.\&sr.\&ht\fR.\&
This project is hosted at <https://git.\&sr.\&ht/~grtcdr/citron>.\& Bugs and
patches should be submitted via email to <~grtcdr/citron@lists.\&sr.\&ht>.\&

M doc/citron.1.scd => doc/citron.1.scd +17 -20
@@ 2,7 2,7 @@ CITRON(1)

# NAME

citron - system data via on-demand notifications. 
citron - system data via on-demand notifications

# SYNOPSIS



@@ 132,40 132,37 @@ title:

## DATE SYMBOLS

%d: Day of the month.
%d: Day of the month

%w: Short day of the week, e.g. Jan.
%w: Short day of the week, e.g. Jan

%W: Long day of the week, e.g. Tue.
%W: Long day of the week, e.g. Tue

%m: Short month, e.g. Jan.
%m: Short month, e.g. Jan

%M: Long month, e.g. January.
%M: Long month, e.g. January

%HH: Hours.
%HH: Hours

%MM: Minutes.
%MM: Minutes

%P: Meridiem:
	If omitted, railway time is used instead.
%P: 12-hour time period signifier which if omitted 24-hour time notation is used instead

## BATTERY SYMBOLS

%p: Percentage.
%p: Percentage

%s: Status.
%s: Status

%S: Status as a symbol:

	'!' for critical, '-' for low, empty for high and '+' for charging.
%S: Status represented as one of three symbols; '!' for critical, '-' for low, empty for high and '+' for charging

## NETWORK SYMBOLS

%a: Local IP address.
%a: Local IP address

%r: Number of received bytes.
%r: Number of received bytes

%t: Number of transmitted bytes.
%t: Number of transmitted bytes

# AUTHOR



@@ 173,5 170,5 @@ Written and maintained by Taha Aziz Ben Ali <tahaaziz.benali@esprit.tn>.

# RESOURCES

This project is hosted at *https://git.sr.ht/~grtcdr/citron*. Bugs and patches
should be submitted via email to *~grtcdr/citron@lists.sr.ht*.
This project is hosted at <https://git.sr.ht/~grtcdr/citron>. Bugs and
patches should be submitted via email to <~grtcdr/citron@lists.sr.ht>.