diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/ascii.7 | 6 | ||||
| -rw-r--r-- | man7/charsets.7 | 2 | ||||
| -rw-r--r-- | man7/environ.7 | 2 | ||||
| -rw-r--r-- | man7/glob.7 | 4 | ||||
| -rw-r--r-- | man7/mailaddr.7 | 2 | ||||
| -rw-r--r-- | man7/man-pages.7 | 4 | ||||
| -rw-r--r-- | man7/netlink.7 | 2 | ||||
| -rw-r--r-- | man7/operator.7 | 2 | ||||
| -rw-r--r-- | man7/suffixes.7 | 2 | ||||
| -rw-r--r-- | man7/tcp.7 | 2 | ||||
| -rw-r--r-- | man7/unicode.7 | 2 | ||||
| -rw-r--r-- | man7/uri.7 | 4 |
12 files changed, 17 insertions, 17 deletions
diff --git a/man7/ascii.7 b/man7/ascii.7 index cf4d433717..89abd3235a 100644 --- a/man7/ascii.7 +++ b/man7/ascii.7 @@ -95,7 +95,7 @@ _ 073 59 3B ; 173 123 7B { 074 60 3C < 174 124 7C | 075 61 3D = 175 125 7D } -076 62 3E > 176 126 7E \(ti +076 62 3E > 176 126 7E \[ti] 077 63 3F ? 177 127 7F DEL .TE .if t \{\ @@ -118,7 +118,7 @@ For convenience, below are more compact tables in hex and decimal. 3: # 3 C S c s 3: ! + 5 ? I S ] g q { 4: $ 4 D T d t 4: " , 6 @ J T \(ha h r | 5: % 5 E U e u 5: # \- 7 A K U _ i s } -6: & 6 F V f v 6: $ . 8 B L V \` j t \(ti +6: & 6 F V f v 6: $ . 8 B L V \` j t \[ti] 7: \[aq] 7 G W g w 7: % / 9 C M W a k u DEL 8: ( 8 H X h x 8: & 0 : D N X b l v 9: ) 9 I Y i y 9: \[aq] 1 ; E O Y c m w @@ -126,7 +126,7 @@ A: * : J Z j z B: + ; K [ k { C: , < L \e l | D: \- = M ] m } -E: . > N \(ha n \(ti +E: . > N \(ha n \[ti] F: / ? O _ o DEL .if t \{\ .in diff --git a/man7/charsets.7 b/man7/charsets.7 index 25896e5109..d2627e671c 100644 --- a/man7/charsets.7 +++ b/man7/charsets.7 @@ -215,7 +215,7 @@ G0 always has size 94 and uses codes 041\[en]0176. .PP Switching between character sets is done using the shift functions \fB\(haN\fP (SO or LS1), \fB\(haO\fP (SI or LS0), ESC n (LS2), ESC o (LS3), -ESC N (SS2), ESC O (SS3), ESC \(ti (LS1R), ESC } (LS2R), ESC | (LS3R). +ESC N (SS2), ESC O (SS3), ESC \[ti] (LS1R), ESC } (LS2R), ESC | (LS3R). The function LS\fIn\fP makes character set G\fIn\fP the current one for codes with high bit zero. The function LS\fIn\fPR makes character set G\fIn\fP the current one diff --git a/man7/environ.7 b/man7/environ.7 index 36a2a51c91..be71add29a 100644 --- a/man7/environ.7 +++ b/man7/environ.7 @@ -193,7 +193,7 @@ command shall be valid. .\" .TP .\" .B BROWSER .\" The user's preferred utility to browse URLs. Sequence of colon-separated -.\" browser commands. See http://www.catb.org/\(tiesr/BROWSER/ . +.\" browser commands. See http://www.catb.org/\[ti]esr/BROWSER/ . .PP Note that the behavior of many programs and library routines is influenced by the presence or value of certain environment variables. diff --git a/man7/glob.7 b/man7/glob.7 index f3492bcbe4..3888a07a0c 100644 --- a/man7/glob.7 +++ b/man7/glob.7 @@ -113,7 +113,7 @@ For example, where old scripts have .PP .in +4n .EX -rm \`find . \-name "*\(ti"\` +rm \`find . \-name "*\[ti]"\` .EE .in .PP @@ -121,7 +121,7 @@ new scripts require .PP .in +4n .EX -rm \-f nosuchfile \`find . \-name "*\(ti"\` +rm \-f nosuchfile \`find . \-name "*\[ti]"\` .EE .in .PP diff --git a/man7/mailaddr.7 b/man7/mailaddr.7 index 45ffd7be1d..dc160e283b 100644 --- a/man7/mailaddr.7 +++ b/man7/mailaddr.7 @@ -122,7 +122,7 @@ The "postmaster" address is not case sensitive. .SH FILES .I /etc/aliases .br -.I \(ti/.forward +.I \[ti]/.forward .SH SEE ALSO .BR mail (1), .BR aliases (5), diff --git a/man7/man-pages.7 b/man7/man-pages.7 index 51b0b1d422..6cfd6f25ba 100644 --- a/man7/man-pages.7 +++ b/man7/man-pages.7 @@ -1104,8 +1104,8 @@ is required, use "\\(ha". This is especially necessary in code samples, to get a nicely rendered caret when rendering to PDF. .PP -Using a naked "\(ti" character results in a poor rendering in PDF. -Instead use "\\(ti". +Using a naked "\[ti]" character results in a poor rendering in PDF. +Instead use "\\[ti]". This is especially necessary in code samples, to get a nicely rendered tilde when rendering to PDF. .\" diff --git a/man7/netlink.7 b/man7/netlink.7 index 83f7bee130..e9ee021b3f 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -614,7 +614,7 @@ for (nh = (struct nlmsghdr *) buf; NLMSG_OK (nh, len); information about libnetlink .UE .PP -.UR http://www.infradead.org\:/\(titgr\:/libnl/ +.UR http://www.infradead.org\:/\[ti]tgr\:/libnl/ information about libnl .UE .PP diff --git a/man7/operator.7 b/man7/operator.7 index 27b24ea152..95d7179b06 100644 --- a/man7/operator.7 +++ b/man7/operator.7 @@ -25,7 +25,7 @@ lb lb lb l l l. Operator Associativity Notes [] () . \-> ++ \-\- left to right [1] -++ \-\- & * + \- \(ti ! sizeof right to left [2] +++ \-\- & * + \- \[ti] ! sizeof right to left [2] (type) right to left * / % left to right + \- left to right diff --git a/man7/suffixes.7 b/man7/suffixes.7 index b8ce7aeab5..d2e44c2bbe 100644 --- a/man7/suffixes.7 +++ b/man7/suffixes.7 @@ -248,7 +248,7 @@ Suffix File type \&.z File compressed using \fBpack\fP(1) (or an old \fBgzip\fP(1)) \&.zip \fBzip\fP(1) archive \&.zoo \fBzoo\fP(1) archive -\&\(ti Emacs or \fBpatch\fP(1) backup file +\&\[ti] Emacs or \fBpatch\fP(1) backup file \&rc startup (`run control') file, e.g., \fI.newsrc\fP .TE .SH STANDARDS diff --git a/man7/tcp.7 b/man7/tcp.7 index 557660293d..2daea58aff 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -619,7 +619,7 @@ the orphaned connection is reset and a warning is printed. This limit exists only to prevent simple denial-of-service attacks. Lowering this limit is not recommended. Network conditions might require you to increase the number of -orphans allowed, but note that each orphan can eat up to \(ti64\ kB +orphans allowed, but note that each orphan can eat up to \[ti]64\ kB of unswappable memory. The default initial value is set equal to the kernel parameter NR_FILE. This initial default is adjusted depending on the memory in the system. diff --git a/man7/unicode.7 b/man7/unicode.7 index 1811de9898..e0e6ce7aaf 100644 --- a/man7/unicode.7 +++ b/man7/unicode.7 @@ -228,7 +228,7 @@ Unicode Technical Reports. .IP \(bu Markus Kuhn: UTF-8 and Unicode FAQ for UNIX/Linux. .RS -.UR http://www.cl.cam.ac.uk\:/\(timgk25\:/unicode.html +.UR http://www.cl.cam.ac.uk\:/\[ti]mgk25\:/unicode.html .UE .RE .IP \(bu diff --git a/man7/uri.7 b/man7/uri.7 index 7528f771f6..01e84287d1 100644 --- a/man7/uri.7 +++ b/man7/uri.7 @@ -493,7 +493,7 @@ limited set of punctuation marks and symbols: .IP .in +4n .EX -\- _ . ! \(ti * ' ( ) +\- _ . ! \[ti] * ' ( ) .EE .in .PP @@ -515,7 +515,7 @@ A URI is always shown in its "escaped" form. Unreserved characters can be escaped without changing the semantics of the URI, but this should not be done unless the URI is being used in a context that does not allow the unescaped character to appear. -For example, "%7e" is sometimes used instead of "\(ti" in an HTTP URL +For example, "%7e" is sometimes used instead of "\[ti]" in an HTTP URL path, but the two are equivalent for an HTTP URL. .PP For URIs which must handle characters outside the US ASCII character set, |
