diff options
| -rw-r--r-- | man1/intro.1 | 2 | ||||
| -rw-r--r-- | man2/clock_getres.2 | 4 | ||||
| -rw-r--r-- | man2/clone.2 | 2 | ||||
| -rw-r--r-- | man2/close_range.2 | 2 | ||||
| -rw-r--r-- | man2/futex.2 | 2 | ||||
| -rw-r--r-- | man2/ioctl_fat.2 | 2 | ||||
| -rw-r--r-- | man2/ioctl_tty.2 | 4 | ||||
| -rw-r--r-- | man2/mkdir.2 | 2 | ||||
| -rw-r--r-- | man2/mknod.2 | 2 | ||||
| -rw-r--r-- | man2/mmap.2 | 2 | ||||
| -rw-r--r-- | man2/open.2 | 2 | ||||
| -rw-r--r-- | man2/statx.2 | 2 | ||||
| -rw-r--r-- | man2/umask.2 | 2 | ||||
| -rw-r--r-- | man2/userfaultfd.2 | 2 | ||||
| -rw-r--r-- | man3/glob.3 | 4 | ||||
| -rw-r--r-- | man3/mkfifo.3 | 2 | ||||
| -rw-r--r-- | man3/termios.3 | 8 | ||||
| -rw-r--r-- | man3/wordexp.3 | 2 | ||||
| -rw-r--r-- | man4/console_codes.4 | 2 | ||||
| -rw-r--r-- | man4/sk98lin.4 | 4 | ||||
| -rw-r--r-- | man4/vcs.4 | 2 | ||||
| -rw-r--r-- | man5/dir_colors.5 | 4 | ||||
| -rw-r--r-- | man5/hosts.equiv.5 | 2 | ||||
| -rw-r--r-- | man5/proc.5 | 2 | ||||
| -rw-r--r-- | man5/termcap.5 | 2 | ||||
| -rw-r--r-- | man5/utmp.5 | 2 | ||||
| -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 | ||||
| -rw-r--r-- | man8/zic.8 | 2 |
39 files changed, 52 insertions, 52 deletions
diff --git a/man1/intro.1 b/man1/intro.1 index a46665f8d4..5c60aa520e 100644 --- a/man1/intro.1 +++ b/man1/intro.1 @@ -200,7 +200,7 @@ and .I pwd commands and explore .I cd -usage: "cd", "cd .", "cd ..", "cd /", and "cd \(ti". +usage: "cd", "cd .", "cd ..", "cd /", and "cd \[ti]". .SS Directories The command .I mkdir diff --git a/man2/clock_getres.2 b/man2/clock_getres.2 index 94328b446a..c10f980faa 100644 --- a/man2/clock_getres.2 +++ b/man2/clock_getres.2 @@ -224,8 +224,8 @@ dynamic clock ID. .in +4n .EX #define CLOCKFD 3 -#define FD_TO_CLOCKID(fd) ((\(ti(clockid_t) (fd) << 3) | CLOCKFD) -#define CLOCKID_TO_FD(clk) ((unsigned int) \(ti((clk) >> 3)) +#define FD_TO_CLOCKID(fd) ((\[ti](clockid_t) (fd) << 3) | CLOCKFD) +#define CLOCKID_TO_FD(clk) ((unsigned int) \[ti]((clk) >> 3)) struct timespec ts; clockid_t clkid; diff --git a/man2/clone.2 b/man2/clone.2 index 0751dc8539..f318e319a7 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -267,7 +267,7 @@ l l l li li l. clone() clone3() Notes \fIcl_args\fP field -flags & \(ti0xff flags T{ +flags & \[ti]0xff flags T{ For most flags; details below T} parent_tid pidfd See CLONE_PIDFD diff --git a/man2/close_range.2 b/man2/close_range.2 index 143970387e..dd9406ddc3 100644 --- a/man2/close_range.2 +++ b/man2/close_range.2 @@ -260,7 +260,7 @@ main(int argc, char *argv[]) printf("========= About to call close_range() =======\en"); - if (syscall(SYS_close_range, 3, \(ti0U, 0) == \-1) { + if (syscall(SYS_close_range, 3, \[ti]0U, 0) == \-1) { perror("close_range"); exit(EXIT_FAILURE); } diff --git a/man2/futex.2 b/man2/futex.2 index fcb328c950..33a08a14b7 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -673,7 +673,7 @@ component has one of the following values: FUTEX_OP_SET 0 /* uaddr2 = oparg; */ FUTEX_OP_ADD 1 /* uaddr2 += oparg; */ FUTEX_OP_OR 2 /* uaddr2 |= oparg; */ -FUTEX_OP_ANDN 3 /* uaddr2 &= \(tioparg; */ +FUTEX_OP_ANDN 3 /* uaddr2 &= \[ti]oparg; */ FUTEX_OP_XOR 4 /* uaddr2 \(ha= oparg; */ .EE .in diff --git a/man2/ioctl_fat.2 b/man2/ioctl_fat.2 index 0b5e643359..9329ac7e81 100644 --- a/man2/ioctl_fat.2 +++ b/man2/ioctl_fat.2 @@ -410,7 +410,7 @@ The following was recorded when applying the program to the directory $ \fB./fat_dir /mnt/user\fP \[char46] \-> \[aq]\[aq] \[char46]. \-> \[aq]\[aq] -ALONGF\(ti1.TXT \-> \[aq]a long filename.txt\[aq] +ALONGF\[ti]1.TXT \-> \[aq]a long filename.txt\[aq] UPPER.TXT \-> \[aq]\[aq] LOWER.TXT \-> \[aq]lower.txt\[aq] .EE diff --git a/man2/ioctl_tty.2 b/man2/ioctl_tty.2 index fa4f653935..8d2f08242f 100644 --- a/man2/ioctl_tty.2 +++ b/man2/ioctl_tty.2 @@ -847,12 +847,12 @@ main(int argc, char *argv[]) /* Change baud rate when more arguments were provided */ if (argc == 3 || argc == 4) { /* Clear the current output baud rate and fill a new value */ - tio.c_cflag &= \(tiCBAUD; + tio.c_cflag &= \[ti]CBAUD; tio.c_cflag |= BOTHER; tio.c_ospeed = atoi(argv[2]); /* Clear the current input baud rate and fill a new value */ - tio.c_cflag &= \(ti(CBAUD << IBSHIFT); + tio.c_cflag &= \[ti](CBAUD << IBSHIFT); tio.c_cflag |= BOTHER << IBSHIFT; /* When 4th argument is not provided reuse output baud rate */ tio.c_ispeed = (argc == 4) ? atoi(argv[3]) : atoi(argv[2]); diff --git a/man2/mkdir.2 b/man2/mkdir.2 index 3f05b55a08..b1339a49a5 100644 --- a/man2/mkdir.2 +++ b/man2/mkdir.2 @@ -49,7 +49,7 @@ It is modified by the process's .I umask in the usual way: in the absence of a default ACL, the mode of the created directory is -.RI ( mode " & \(ti" umask " & 0777)." +.RI ( mode " & \[ti]" umask " & 0777)." Whether other .I mode bits are honored for the created directory depends on the operating system. diff --git a/man2/mknod.2 b/man2/mknod.2 index a606a3c5f0..25657a9d11 100644 --- a/man2/mknod.2 +++ b/man2/mknod.2 @@ -63,7 +63,7 @@ The file mode is modified by the process's .I umask in the usual way: in the absence of a default ACL, the permissions of the created node are -.RI ( mode " & \(ti" umask ). +.RI ( mode " & \[ti]" umask ). .PP The file type must be one of .BR S_IFREG , diff --git a/man2/mmap.2 b/man2/mmap.2 index f45165eef0..1ecd8637ce 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -966,7 +966,7 @@ main(int argc, char *argv[]) handle_error("fstat"); offset = atoi(argv[2]); - pa_offset = offset & \(ti(sysconf(_SC_PAGE_SIZE) \- 1); + pa_offset = offset & \[ti](sysconf(_SC_PAGE_SIZE) \- 1); /* offset for mmap() must be page aligned */ if (offset >= sb.st_size) { diff --git a/man2/open.2 b/man2/open.2 index 398e302607..41111c2a4d 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -293,7 +293,7 @@ The effective mode is modified by the process's .I umask in the usual way: in the absence of a default ACL, the mode of the created file is -.IR "(mode\ &\ \(tiumask)" . +.IR "(mode\ &\ \[ti]umask)" . .IP Note that .I mode diff --git a/man2/statx.2 b/man2/statx.2 index 328a2de356..c79f3c219d 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -238,7 +238,7 @@ is an ORed combination of the following constants: .TS lB l. STATX_TYPE Want stx_mode & S_IFMT -STATX_MODE Want stx_mode & \(tiS_IFMT +STATX_MODE Want stx_mode & \[ti]S_IFMT STATX_NLINK Want stx_nlink STATX_UID Want stx_uid STATX_GID Want stx_gid diff --git a/man2/umask.2 b/man2/umask.2 index 6f1d6a5fd4..541d81c665 100644 --- a/man2/umask.2 +++ b/man2/umask.2 @@ -95,7 +95,7 @@ resulting file will be: .EE .in .PP -(because 0666 & \(ti022 = 0644; i.e. rw\-r\-\-r\-\-). +(because 0666 & \[ti]022 = 0644; i.e. rw\-r\-\-r\-\-). .SH RETURN VALUE This system call always succeeds and the previous value of the mask is returned. diff --git a/man2/userfaultfd.2 b/man2/userfaultfd.2 index dfe5346204..7a0181f2a3 100644 --- a/man2/userfaultfd.2 +++ b/man2/userfaultfd.2 @@ -845,7 +845,7 @@ fault_handler_thread(void *arg) So, round faulting address down to page boundary. */ uffdio_copy.dst = (unsigned long) msg.arg.pagefault.address & - \(ti(page_size \- 1); + \[ti](page_size \- 1); uffdio_copy.len = page_size; uffdio_copy.mode = 0; uffdio_copy.copy = 0; diff --git a/man3/glob.3 b/man3/glob.3 index a3923e2329..5fb53ec291 100644 --- a/man3/glob.3 +++ b/man3/glob.3 @@ -160,11 +160,11 @@ even if there is no file with that name. .TP .B GLOB_TILDE Carry out tilde expansion. -If a tilde (\[aq]\(ti\[aq]) is the only character in the pattern, +If a tilde (\[aq]\[ti]\[aq]) is the only character in the pattern, or an initial tilde is followed immediately by a slash (\[aq]/\[aq]), then the home directory of the caller is substituted for the tilde. -If an initial tilde is followed by a username (e.g., "\(tiandrea/bin"), +If an initial tilde is followed by a username (e.g., "\[ti]andrea/bin"), then the tilde and username are substituted by the home directory of that user. If the username is invalid, or the home directory cannot be diff --git a/man3/mkfifo.3 b/man3/mkfifo.3 index 18b74e07cd..52646b4907 100644 --- a/man3/mkfifo.3 +++ b/man3/mkfifo.3 @@ -43,7 +43,7 @@ makes a FIFO special file with name \fIpathname\fP. \fImode\fP specifies the FIFO's permissions. It is modified by the process's \fBumask\fP in the usual way: the permissions of the created -file are \fB(\fP\fImode\fP\fB & \(tiumask)\fP. +file are \fB(\fP\fImode\fP\fB & \[ti]umask)\fP. .PP A FIFO special file is similar to a pipe, except that it is created in a different way. diff --git a/man3/termios.3 b/man3/termios.3 index 6e360665db..f476f2dd09 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -836,11 +836,11 @@ The terminal attributes are set as follows: .PP .in +4n .EX -termios_p\->c_iflag &= \(ti(IGNBRK | BRKINT | PARMRK | ISTRIP +termios_p\->c_iflag &= \[ti](IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); -termios_p\->c_oflag &= \(tiOPOST; -termios_p\->c_lflag &= \(ti(ECHO | ECHONL | ICANON | ISIG | IEXTEN); -termios_p\->c_cflag &= \(ti(CSIZE | PARENB); +termios_p\->c_oflag &= \[ti]OPOST; +termios_p\->c_lflag &= \[ti](ECHO | ECHONL | ICANON | ISIG | IEXTEN); +termios_p\->c_cflag &= \[ti](CSIZE | PARENB); termios_p\->c_cflag |= CS8; .EE .in diff --git a/man3/wordexp.3 b/man3/wordexp.3 index bc0049a294..df385ba3db 100644 --- a/man3/wordexp.3 +++ b/man3/wordexp.3 @@ -88,7 +88,7 @@ then it is unspecified whether that word and all following words are ignored, or the # is treated as a non-comment character. .SS The expansion The expansion done consists of the following stages: -tilde expansion (replacing \(tiuser by user's home directory), +tilde expansion (replacing \[ti]user by user's home directory), variable substitution (replacing $FOO by the value of the environment variable FOO), command substitution (replacing $(command) or \`command\` by the output of command), arithmetic expansion, field splitting, diff --git a/man4/console_codes.4 b/man4/console_codes.4 index a25c54c8bd..ebbbaf2332 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 bb747d9b36..51c6ad2f42 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 dd80628c28..2958ee40de 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); diff --git a/man5/dir_colors.5 b/man5/dir_colors.5 index be8cba4dbb..e9b394aeeb 100644 --- a/man5/dir_colors.5 +++ b/man5/dir_colors.5 @@ -229,7 +229,7 @@ ends in .\fIextension\fR. Note that the period is included in the extension, which makes it impossible to specify an extension not starting with a period, such as -.B \(ti +.B \[ti] for .B emacs backup files. @@ -382,7 +382,7 @@ hash mark as the first character. .I /etc/DIR_COLORS System-wide configuration file. .TP -.I \(ti/.dir_colors +.I \[ti]/.dir_colors Per-user configuration file. .PP This page describes the diff --git a/man5/hosts.equiv.5 b/man5/hosts.equiv.5 index 6ca1d674a0..7b8e359c3e 100644 --- a/man5/hosts.equiv.5 +++ b/man5/hosts.equiv.5 @@ -84,7 +84,7 @@ the particular service Below are some example .I /etc/host.equiv or -.I \(ti/.rhosts +.I \[ti]/.rhosts files. .PP Allow any user to log in from any host: diff --git a/man5/proc.5 b/man5/proc.5 index 2b0a8af69d..6efdc51cbf 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -3627,7 +3627,7 @@ It is more eligible to be reclaimed for other purposes. .IR HighTotal " %lu" (Starting with Linux 2.6.19, \fBCONFIG_HIGHMEM\fP is required.) Total amount of highmem. -Highmem is all memory above \(ti860 MB of physical memory. +Highmem is all memory above \[ti]860 MB of physical memory. Highmem areas are for use by user-space programs, or for the page cache. The kernel must use tricks to access diff --git a/man5/termcap.5 b/man5/termcap.5 index d295ef9b9f..6272e84f39 100644 --- a/man5/termcap.5 +++ b/man5/termcap.5 @@ -453,7 +453,7 @@ u right tee (+) v bottom tee (+) w normal tee (+) x vertical line (|) -\(ti paragraph (???) +\[ti] paragraph (???) .fi .PP The values in parentheses are suggested defaults which are used by the diff --git a/man5/utmp.5 b/man5/utmp.5 index 430cff4b45..d1017f8185 100644 --- a/man5/utmp.5 +++ b/man5/utmp.5 @@ -196,7 +196,7 @@ The \fIwtmp\fP file records all logins and logouts. Its format is exactly like \fIutmp\fP except that a null username indicates a logout on the associated terminal. -Furthermore, the terminal name \fB\(ti\fP +Furthermore, the terminal name \fB\[ti]\fP with username \fBshutdown\fP or \fBreboot\fP indicates a system shutdown or reboot and the pair of terminal names \fB|\fP/\fB}\fP logs the old/new system time when 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, diff --git a/man8/zic.8 b/man8/zic.8 index 79b06ae7cf..df71bc9127 100644 --- a/man8/zic.8 +++ b/man8/zic.8 @@ -293,7 +293,7 @@ nor .q + . To allow for future extensions, an unquoted name should not contain characters from the set -.q !$%&'()*,/:;<=>?@[\e]\(ha\`{|}\(ti . +.q !$%&'()*,/:;<=>?@[\e]\(ha\`{|}\[ti] . .TP .B FROM Gives the first year in which the rule applies. |
