summaryrefslogtreecommitdiffstats
path: root/man4
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-02-05 23:02:42 +0100
committerAlejandro Colomar <alx@kernel.org>2023-02-05 23:02:42 +0100
commit3f029bc96bd3a22f336c45925e01eec2757b74dc (patch)
tree8a8f21950d1cb4e66302cfd41f1d42b849e84fdb /man4
parent36546c3817fbea73a1d6032a50f7f48788aa62ae (diff)
Many pages: Use \[ti] instead of \(ti
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man4')
-rw-r--r--man4/console_codes.42
-rw-r--r--man4/sk98lin.44
-rw-r--r--man4/vcs.42
3 files changed, 4 insertions, 4 deletions
diff --git a/man4/console_codes.4 b/man4/console_codes.4
index a25c54c8b..ebbbaf233 100644
--- a/man4/console_codes.4
+++ b/man4/console_codes.4
@@ -717,7 +717,7 @@ ESC n LS2 Invoke the G2 character set.
ESC o LS3 Invoke the G3 character set.
ESC | LS3R Invoke the G3 character set as GR.
ESC } LS2R Invoke the G2 character set as GR.
-ESC \(ti LS1R Invoke the G1 character set as GR.
+ESC \[ti] LS1R Invoke the G1 character set as GR.
.TE
.PP
It also recognizes ESC % and provides a more complete UTF-8
diff --git a/man4/sk98lin.4 b/man4/sk98lin.4
index bb747d9b3..51c6ad2f4 100644
--- a/man4/sk98lin.4
+++ b/man4/sk98lin.4
@@ -154,13 +154,13 @@ which can be found on the Internet:
.PP
.IR VLAN \c
:
-.UR http://www.candelatech.com\:/\(tigreear\:/vlan.html
+.UR http://www.candelatech.com\:/\[ti]greear\:/vlan.html
.UE
.br
.I Link
.IR Aggregation \c
:
-.UR http://www.st.rim.or.jp\:/\(tiyumo
+.UR http://www.st.rim.or.jp\:/\[ti]yumo
.UE
.PP
Note that Marvell/SysKonnect does not offer any support for these
diff --git a/man4/vcs.4 b/man4/vcs.4
index dd80628c2..2958ee40d 100644
--- a/man4/vcs.4
+++ b/man4/vcs.4
@@ -157,7 +157,7 @@ main(void)
ch = s & 0xff;
if (s & mask)
ch |= 0x100;
- attrib = ((s & \(timask) >> 8);
+ attrib = ((s & \[ti]mask) >> 8);
printf("ch=%#03x attrib=%#02x\en", ch, attrib);
s \(ha= 0x1000;
(void) lseek(fd, \-2, SEEK_CUR);