comparison man/irccd-templates.7 @ 1034:a0353c77f24f

man: some typo in irccd-templates.7
author David Demelier <markand@malikania.fr>
date Thu, 08 Apr 2021 21:15:02 +0200
parents cf99df45cb84
children 4b53eb6fff73
comparison
equal deleted inserted replaced
1033:330a5db51c62 1034:a0353c77f24f
35 The following templates are available: 35 The following templates are available:
36 .Bl -tag -width 14n 36 .Bl -tag -width 14n
37 .It Ar % 37 .It Ar %
38 date and time (see Time section). 38 date and time (see Time section).
39 .It Ar #{name} 39 .It Ar #{name}
40 name will be substituted from the keywords (see Keywords section). 40 name will be substituted from the keywords (see
41 .It Ar ${name} 41 .Xr KEYWORDS
42 name will be substituted from the environment variable (see Environment 42 section).
43 .It Ar \&${name}
44 name will be substituted from the environment variable (see
45 .Xr "ENVIRONMENT VARIABLES"
43 variables). 46 variables).
44 .It Ar @{attributes} 47 .It Ar @{attributes}
45 the attributes will be substituted to IRC colors (see Attributes). 48 the attributes will be substituted to IRC colors (see Attributes).
46 .El 49 .El
47 .\" TIME 50 .\" TIME
49 The date and time format may be used just like 52 The date and time format may be used just like
50 .Xr strftime 3 53 .Xr strftime 3
51 so for the hours and minutes, you can write %H:%M. 54 so for the hours and minutes, you can write %H:%M.
52 .\" ENVIRONMENT VARIABLES 55 .\" ENVIRONMENT VARIABLES
53 .Sh ENVIRONMENT VARIABLES 56 .Sh ENVIRONMENT VARIABLES
54 If supported, you can use environment variables like ${HOME}. Please note 57 If supported, you can use environment variables like \&${HOME}. Please note
55 that braces are mandatory. 58 that braces are mandatory.
56 .\" IRC ATTRIBUTES 59 .\" IRC ATTRIBUTES
57 .Sh IRC ATTRIBUTES 60 .Sh IRC ATTRIBUTES
58 The attribute format is composed of three parts, foreground, background and 61 The attribute format is composed of three parts, foreground, background and
59 modifiers, each separated by a comma. 62 modifiers, each separated by a comma.