]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Replace "-" by "\-" where a real dash is required.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 22 Dec 2007 16:40:46 +0000 (16:40 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 22 Dec 2007 16:40:46 +0000 (16:40 +0000)
31 files changed:
man1/intro.1
man2/get_thread_area.2
man2/getrlimit.2
man2/init_module.2
man2/sched_setparam.2
man2/set_thread_area.2
man2/umask.2
man3/aio_fsync.3
man3/aio_read.3
man3/aio_write.3
man3/bsearch.3
man3/dl_iterate_phdr.3
man3/encrypt.3
man3/getaddrinfo.3
man3/getpwnam.3
man3/getutent.3
man3/glob.3
man3/login.3
man3/makecontext.3
man3/mq_getattr.3
man3/mq_notify.3
man3/mq_open.3
man3/queue.3
man3/rtime.3
man3/termios.3
man3/timeradd.3
man5/proc.5
man7/bootparam.7
man7/mq_overview.7
man7/netlink.7
man7/operator.7

index d0ee653a935985d395265deade3ba8a3a3912eda..c49386624440ee8b2caa97f6cf5c86f6ebd27f05 100644 (file)
@@ -108,27 +108,27 @@ Su Mo Tu We Th Fr Sa
 bin  tel
 .BI "% " "ls \-l"
 total 2
-drwxrwxr-x   2 aeb       1024 Aug  6 23:51 bin
--rw-rw-r--   1 aeb         37 Aug  6 23:52 tel
+drwxrwxr\-x   2 aeb       1024 Aug  6 23:51 bin
+\-rw\-rw\-r\-\-   1 aeb         37 Aug  6 23:52 tel
 .BI "% " "cat tel"
-maja    0501-1136285
-peter   0136-7399214
+maja    0501\-1136285
+peter   0136\-7399214
 .BI "% " "cp tel tel2"
 .BI "% " "ls \-l"
 total 3
-drwxr-xr-x   2 aeb       1024 Aug  6 23:51 bin
--rw-r--r--   1 aeb         37 Aug  6 23:52 tel
--rw-r--r--   1 aeb         37 Aug  6 23:53 tel2
+drwxr\-xr\-x   2 aeb       1024 Aug  6 23:51 bin
+\-rw\-r\-\-r\-\-   1 aeb         37 Aug  6 23:52 tel
+\-rw\-r\-\-r\-\-   1 aeb         37 Aug  6 23:53 tel2
 .BI "% " "mv tel tel1"
 .BI "% " "ls \-l"
 total 3
-drwxr-xr-x   2 aeb       1024 Aug  6 23:51 bin
--rw-r--r--   1 aeb         37 Aug  6 23:52 tel1
--rw-r--r--   1 aeb         37 Aug  6 23:53 tel2
+drwxr\-xr\-x   2 aeb       1024 Aug  6 23:51 bin
+\-rw\-r\-\-r\-\-   1 aeb         37 Aug  6 23:52 tel1
+\-rw\-r\-\-r\-\-   1 aeb         37 Aug  6 23:53 tel2
 .BI "% " "diff tel1 tel2"
 .BI "% " "rm tel1"
 .BI "% " "grep maja tel2"
-maja    0501-1136285
+maja    0501\-1136285
 .B "% "
 .fi
 .RE
index 960197afb74597291b9343f960c0f2fa5df365ce..4ec052a95804249be28964adfbb203ce5465d01c 100644 (file)
@@ -16,7 +16,7 @@ get_thread_area \- Get a Thread Local Storage (TLS) area
 .BR get_thread_area ()
 returns an entry in the current thread's Thread Local Storage (TLS) array.
 The index of the entry corresponds to the value
-of \fIu_info->entry_number\fP, passed in by the user.
+of \fIu_info\->entry_number\fP, passed in by the user.
 If the value is in bounds,
 .BR get_thread_area ()
 copies the corresponding
@@ -33,7 +33,7 @@ appropriately.
 \fIu_info\fP is an invalid pointer.
 .TP
 .B EINVAL
-\fIu_info->entry_number\fP is out of bounds.
+\fIu_info\->entry_number\fP is out of bounds.
 .SH VERSIONS
 A version of
 .BR get_thread_area ()
index 928bdb852105756dd6c01bbcd6d98c1b95ed5086..dc843d252f1bf2915b07fd48aea4f882ba0928f0 100644 (file)
@@ -346,9 +346,9 @@ points outside the accessible address space.
 is not valid;
 or, for
 .BR setrlimit ():
-.I rlim->rlim_cur
+.I rlim\->rlim_cur
 was greater than
-.IR rlim->rlim_max .
+.IR rlim\->rlim_max .
 .TP
 .B EPERM
 An unprivileged process tried to use
@@ -425,9 +425,9 @@ Kernels before 2.4.22 did not diagnose the error
 for
 .BR setrlimit ()
 when
-.I rlim->rlim_cur
+.I rlim\->rlim_cur
 was greater than
-.IR rlim->rlim_max .
+.IR rlim\->rlim_max .
 .SH "SEE ALSO"
 .BR dup (2),
 .BR fcntl (2),
index 5d9559bb0be9e718ea97e286fbdbdd3af3bc29e8..c7a0838abc777dc13adc1c21f7d3099c9a1acf12 100644 (file)
@@ -79,9 +79,9 @@ is outside the program's accessible address space.
 Some
 .I image
 slot is filled in incorrectly,
-.I image->name
+.I image\->name
 does not correspond to the original module name, some
-.I image->deps
+.I image\->deps
 entry does not correspond to a loaded module,
 or some other similar inconsistency.
 .TP
index e1beeefba9f10410303fc4ba23760085b8d1c250..7de179c8f8a4d95b165bab7d7c840e160ca27c2c 100644 (file)
@@ -68,7 +68,7 @@ of the current process are retrieved.
 .BR sched_setparam ()
 checks the validity of \fIparam\fP for the scheduling policy of the
 process.
-The parameter \fIparam->sched_priority\fP must lie within the
+The parameter \fIparam\->sched_priority\fP must lie within the
 range given by
 .BR sched_get_priority_min (2)
 and
index 2b39efc1a1e9bf8073e6c69784d512e97968db6a..a2ba31b6d87a766b36d4f73466272b9e60e5a52d 100644 (file)
@@ -19,7 +19,7 @@ sets an entry in the current thread's Thread Local Storage (TLS) array.
 The TLS array entry set by
 .BR set_thread_area ()
 corresponds to the value of
-.I u_info->entry_number
+.I u_info\->entry_number
 passed in by the user.
 If this value is in bounds,
 .BR set_thread_area ()
@@ -35,7 +35,7 @@ of \-1, it uses a free TLS entry.
 If
 .BR set_thread_area ()
 finds a free TLS entry, the value of
-.I u_info->entry_number
+.I u_info\->entry_number
 is set upon return to show which entry was changed.
 .SH "RETURN VALUE"
 .BR set_thread_area ()
@@ -45,7 +45,7 @@ set appropriately.
 .SH "ERRORS"
 .TP
 .B EINVAL
-\fIu_info->entry_number\fP is out of bounds.
+\fIu_info\->entry_number\fP is out of bounds.
 .TP
 .B EFAULT
 \fIu_info\fP is an invalid pointer.
index 13a0e9cfed896f7fd4afcea78102bba41c3ac563..35eaa7401862c55c90c93c3f737b97cffd500a53 100644 (file)
@@ -82,7 +82,7 @@ resulting file will be:
     S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH
 
 .fi
-(because 0666 & ~022 = 0644; i.e., rw-r--r--).
+(because 0666 & ~022 = 0644; i.e., rw\-r\-\-r\-\-).
 .SH "RETURN VALUE"
 This system call always succeeds and the previous value of the mask
 is returned.
index 04cd4c185d73e64018c184f02c7e5b8856b887be..63182d5ebed2591b34677f84ca36e6857cc8ede5 100644 (file)
@@ -33,7 +33,7 @@ The
 .BR aio_fsync ()
 function does a sync on all outstanding asynchronous I/O operations
 associated with
-.IR aiocbp->aio_fildes .
+.IR aiocbp\->aio_fildes .
 .LP
 More precisely, if
 .I op
index b773f5aae2453647cbf18dbc1099c42a3f18a485..543fa7611da99807ff7c3901dad091e173fef2e6 100644 (file)
@@ -33,15 +33,15 @@ The
 .BR aio_read ()
 function requests an asynchronous "n = read(fd, buf, count)"
 with fd, buf, count given by
-.IR aiocbp->aio_fildes ,
-.IR aiocbp->aio_buf ,
-.IR aiocbp->aio_nbytes ,
+.IR aiocbp\->aio_fildes ,
+.IR aiocbp\->aio_buf ,
+.IR aiocbp\->aio_nbytes ,
 respectively.
 The return status n can be retrieved upon completion using
 .BR aio_return (3).
 .LP
 The data is read starting at the absolute file offset
-.IR aiocbp->aio_offset ,
+.IR aiocbp\->aio_offset ,
 regardless of the current file position.
 After this request,
 the value of the current file position is unspecified.
@@ -57,10 +57,10 @@ If
 is defined, and this file supports it,
 then the asynchronous operation is submitted at a priority equal
 to that of the calling process minus
-.IR aiocbp->aio_reqprio .
+.IR aiocbp\->aio_reqprio .
 .LP
 The field
-.I aiocbp->aio_lio_opcode
+.I aiocbp\->aio_lio_opcode
 is ignored.
 .LP
 No data is read from a regular file beyond its maximum offset.
index 4a4a0a0bd52b2787cb7745b6e2c171f070eb92ea..569e14ffddf2047bb1609e68c80f0e00ecd5cba5 100644 (file)
@@ -33,9 +33,9 @@ The
 .BR aio_write ()
 function requests an asynchronous "n = write(fd, buf, count)"
 with fd, buf, count given by
-.IR aiocbp->aio_fildes ,
-.IR aiocbp->aio_buf ,
-.IR aiocbp->aio_nbytes ,
+.IR aiocbp\->aio_fildes ,
+.IR aiocbp\->aio_buf ,
+.IR aiocbp\->aio_nbytes ,
 respectively.
 The return status n can be retrieved upon completion using
 .BR aio_return (3).
@@ -44,7 +44,7 @@ If
 .B O_APPEND
 is not set, the data is written starting at the
 absolute file offset
-.IR aiocbp->aio_offset ,
+.IR aiocbp\->aio_offset ,
 regardless of the current file position.
 If
 .B O_APPEND
@@ -62,10 +62,10 @@ If
 is defined, and this file supports it,
 then the asynchronous operation is submitted at a priority equal
 to that of the calling process minus
-.IR aiocbp->aio_reqprio .
+.IR aiocbp\->aio_reqprio .
 .LP
 The field
-.I aiocbp->aio_lio_opcode
+.I aiocbp\->aio_lio_opcode
 is ignored.
 .LP
 No data is written to a regular file beyond its maximum offset.
index e78c63c27f12bdb0d34efaa26e00eed1a9c5e66b..e8f3f80f086224e4c6980160c2291bacbb4373e7 100644 (file)
@@ -107,7 +107,7 @@ main(int argc, char **argv)
         if (res == NULL)
             printf("'%s': unknown month\en", argv[i]);
         else
-            printf("%s: month #%d\en", res->name, res->nr);
+            printf("%s: month #%d\en", res\->name, res\->nr);
     }
     exit(EXIT_SUCCESS);
 }
index 01ed784c448d739771151597648e7b95a11e8715..36977c73a67b1ba69a2a2d2abf76f8f79866c469 100644 (file)
@@ -141,7 +141,7 @@ Note that we can calculate the location of a particular program header,
 in virtual memory using the formula:
 
 .nf
-  addr == info->dlpi_addr + info->dlpi_phdr[x].p_vaddr;
+  addr == info\->dlpi_addr + info\->dlpi_phdr[x].p_vaddr;
 .fi
 .SH RETURN VALUE
 The
index 26f7a0762f18a9d45e671fc74954ece07298c449..79b015cbae25cc797eb67eb96dacf6bb6ae10443 100644 (file)
@@ -100,7 +100,7 @@ struct crypt_data {
 Before calling
 .BR setkey_r ()
 set
-.I data->initialized
+.I data\->initialized
 to zero.
 .SH "RETURN VALUE"
 These functions do not return any value.
index 3d9cd97773a883ee945fffd06c94da1d314ac10f..5cf50695c06b424443cad6c13eb7a1dac2fa3e4d 100644 (file)
@@ -333,7 +333,7 @@ The return value is an exact copy of the value returned by the name
 resolution function.
 
 If the name is encoded using ACE, then it will contain the
-.I xn--
+.I xn\-\-
 prefix for one or more components of the name.
 To convert these components into a readable form the
 .B AI_CANONIDN
@@ -342,7 +342,7 @@ flag can be passed in addition to
 The resulting string is encoded using the current locale's encoding.
 .\"
 .\"Implementation Detail:
-.\"If no component of the returned name starts with xn-- the IDN
+.\"If no component of the returned name starts with xn\-\- the IDN
 .\"step can be skipped, therefore avoiding unnecessary slowdowns.
 .TP
 .BR AI_IDN_ALLOW_UNASSIGNED ", " AI_IDN_USE_STD3_ASCII_RULES
index d2e0cf1e704bc1c45087581ef157dd96611cc452..c5d2b0ec467a39fb7c6245027ee9538c69badb62 100644 (file)
@@ -218,12 +218,12 @@ An application that wants to determine its user's home directory
 should inspect the value of
 .B HOME
 (rather than the value
-.IR getpwuid(getuid())->pw_dir )
+.IR getpwuid(getuid())\->pw_dir )
 since this allows the user to modify their notion of
 "the home directory" during a login session.
 To determine the (initial) home directory of another user,
 it is necessary to use
-.I getpwnam("username")->pw_dir
+.I getpwnam("username")\->pw_dir
 or similar.
 .SH "SEE ALSO"
 .BR endpwent (3),
index 4938c29ab66cf1c41a88405c150c2fce34993ff3..c63fc5e16db61a01eedb03a010e36bba0b90258a 100644 (file)
@@ -74,23 +74,23 @@ the line.
 .BR getutid ()
 searches forward from the current file position in the utmp
 file based upon \fIut\fP.
-If \fIut\fP->ut_type is one of \fBRUN_LVL\fP,
+If \fIut\fP\->ut_type is one of \fBRUN_LVL\fP,
 \fBBOOT_TIME\fP, \fBNEW_TIME\fP, or \fBOLD_TIME\fP,
 .BR getutid ()
 will
-find the first entry whose \fIut_type\fP field matches \fIut\fP->ut_type.
-If \fIut\fP->ut_type is one of \fBINIT_PROCESS\fP, \fBLOGIN_PROCESS\fP,
+find the first entry whose \fIut_type\fP field matches \fIut\fP\->ut_type.
+If \fIut\fP\->ut_type is one of \fBINIT_PROCESS\fP, \fBLOGIN_PROCESS\fP,
 \fBUSER_PROCESS\fP, or \fBDEAD_PROCESS\fP,
 .BR getutid ()
 will find the
-first entry whose ut_id field matches \fIut\fP->ut_id.
+first entry whose ut_id field matches \fIut\fP\->ut_id.
 .PP
 .BR getutline ()
 searches forward from the current file position in the
 utmp file.
 It scans entries whose ut_type is \fBUSER_PROCESS\fP
 or \fBLOGIN_PROCESS\fP and returns the first one whose ut_line field
-matches \fIut\fP->ut_line.
+matches \fIut\fP\->ut_line.
 .PP
 .BR pututline ()
 writes the utmp structure \fIut\fP into the utmp file.
index 9e9ace3b94e12127dc83438fffd437f5476e6b19..9801f520dc6ca85d772daf6e638fdc8c1e6b694b 100644 (file)
@@ -109,9 +109,9 @@ By default, the returned pathnames are sorted.
 .TP
 .B GLOB_DOOFFS
 Reserve
-.I pglob->gl_offs
+.I pglob\->gl_offs
 slots at the beginning of the list of strings in
-.IR pglob->pathv .
+.IR pglob\->pathv .
 The reserved slots contain NULL pointers.
 .TP
 .B GLOB_NOCHECK
@@ -146,11 +146,11 @@ By default, metacharacters can't match a leading period.
 .TP
 .B GLOB_ALTDIRFUNC
 Use alternative functions
-.IR pglob->gl_closedir ,
-.IR pglob->gl_readdir ,
-.IR pglob->gl_opendir ,
-.IR pglob->gl_lstat ", and"
-.I pglob->gl_stat
+.IR pglob\->gl_closedir ,
+.IR pglob\->gl_readdir ,
+.IR pglob\->gl_opendir ,
+.IR pglob\->gl_lstat ", and"
+.I pglob\->gl_stat
 for file system access instead of the normal library
 functions.
 .TP
@@ -234,9 +234,9 @@ will terminate after the call to
 .IR errfunc .
 .PP
 Upon successful return,
-.I pglob->gl_pathc
+.I pglob\->gl_pathc
 contains the number of matched pathnames and
-.I pglob->gl_pathv
+.I pglob\->gl_pathv
 contains a pointer to the list of pointers to matched pathnames.
 The list of pointers is terminated by a NULL pointer.
 .PP
@@ -250,7 +250,7 @@ flag has to be set in
 on the second and later invocations.
 .PP
 As a GNU extension,
-.I pglob->gl_flags
+.I pglob\->gl_flags
 is set to the flags specified, \fBor\fRed with
 .B GLOB_MAGCHAR
 if any metacharacters were found.
index 18aadabf78eac2ebec127608528af0d09e87732e..e4bba60bd584eb52aa295a0bd204c78460520c83 100644 (file)
@@ -53,14 +53,14 @@ More precisely,
 takes the argument
 .I ut
 struct, fills the field
-.I ut->ut_type
+.I ut\->ut_type
 (if there is such a field) with the value
 .BR USER_PROCESS ,
 and fills the field
-.I ut->ut_pid
+.I ut\->ut_pid
 (if there is such a field) with the process ID of the calling process.
 Then it tries to fill the field
-.IR ut->ut_line .
+.IR ut\->ut_line .
 It takes the first of \fIstdin\fP, \fIstdout\fP, \fIstderr\fP
 that is a tty, and
 stores the corresponding pathname minus a possible leading \fI/dev/\fP
index 259a893e4fa260ac00b1b84bd3b3a660bb3ec8d1..d9e4a59f3551ce9ada2ec975abca8e092ff43043 100644 (file)
@@ -53,9 +53,9 @@ by \fIucp\fP (which was obtained from a call to
 Before invoking
 .BR makecontext (),
 the caller must allocate a new stack
-for this context and assign its address to \fIucp->uc_stack\fP,
+for this context and assign its address to \fIucp\->uc_stack\fP,
 and define a successor context and
-assign its address to \fIucp->uc_link\fP.
+assign its address to \fIucp\->uc_link\fP.
 
 When this context is later activated (using
 .BR setcontext (2)
@@ -95,7 +95,7 @@ Insufficient stack space left.
 .SH "CONFORMING TO"
 SUSv2, POSIX.1-2001.
 .SH NOTES
-The interpretation of \fIucp->uc_stack\fP is just as in
+The interpretation of \fIucp\->uc_stack\fP is just as in
 .BR sigaltstack (2),
 namely, this struct contains the start and length of a memory area
 to be used as the stack, regardless of the direction of growth of
index 797866c83ebb04f727362eead955d6d09daf4b03..de77b25a6e41f2bb7746f3f4d5cda16b2b80e05d 100644 (file)
@@ -127,7 +127,7 @@ The descriptor specified in
 is invalid.
 .TP
 .B EINVAL
-.I newattr->mq_flags
+.I newattr\->mq_flags
 contained set bits other than
 .BR O_NONBLOCK .
 .SH CONFORMING TO
index 58ab9affc8c8e17234d292c80e923ab8e2cf6219..9f8480b2cfde99282448d622e129837020b2b0f8 100644 (file)
@@ -101,7 +101,7 @@ is set to
 is set to the signal number;
 .I si_value
 is set to the value specified in
-.IR notification->sigev_value ;
+.IR notification\->sigev_value ;
 .\" I don't know of other implementations that set
 .\" si_pid and si_uid -- MTK
 .I si_pid
@@ -113,13 +113,13 @@ The same information is available if the signal is accepted using
 .TP
 .B SIGEV_THREAD
 Deliver notification by invoking
-.I notification->sigev_thread_function
+.I notification\->sigev_thread_function
 as the start function of a new thread.
 The function is invoked with
-.I notification->sigev_value
+.I notification\->sigev_value
 as its sole argument.
 If
-.I notification->sigev_notify_attributes
+.I notification\->sigev_notify_attributes
 is not NULL, then it should point to a
 .I pthread_attr_t
 structure that defines attributes for the thread.
@@ -179,13 +179,13 @@ Another process has already registered to receive notification
 for this message queue.
 .TP
 .B EINVAL
-.I notification->sigev_notify
+.I notification\->sigev_notify
 is not one of the permitted values; or
-.I notification->sigev_notify
+.I notification\->sigev_notify
 is
 .B SIGEV_SIGNAL
 and
-.I notification->sigev_signo
+.I notification\->sigev_signo
 is not a valid signal number.
 .TP
 .B ENOMEM
index e6b5681c6dc00da5d7e302c494acec069e5258a7..5f140a43a523486f803e24ac5dd65e30be8901e5 100644 (file)
@@ -147,24 +147,24 @@ was specified in
 and
 .I attr
 was not NULL, but
-.I attr->mq_maxmsg
+.I attr\->mq_maxmsg
 or
-.I attr->mq_msqsize
+.I attr\->mq_msqsize
 was invalid.
 Both of these fields must be greater than zero.
 In a process that is unprivileged (does not have the
 .B CAP_SYS_RESOURCE
 capability),
-.I attr->mq_maxmsg
+.I attr\->mq_maxmsg
 must be less than or equal to the
 .I msg_max
 limit, and
-.I attr->mq_msgsize
+.I attr\->mq_msgsize
 must be less than or equal to the
 .I msgsize_max
 limit.
 In addition, even in a privileged process,
-.I attr->mq_maxmsg
+.I attr\->mq_maxmsg
 cannot exceed the
 .B HARD_MAX
 limit.
index 043c19bd72d0b465036974589a9c53904dfd55a9..84b28ee1a90dd5b8f53f882311a7879e212f4457 100644 (file)
@@ -343,8 +343,8 @@ TAILQ_INSERT_TAIL(&head, n1, entries);
 n2 = malloc(sizeof(struct entry));      /* Insert after. */
 TAILQ_INSERT_AFTER(&head, n1, n2, entries);
                                         /* Forward traversal. */
-for (np = head.tqh_first; np != NULL; np = np->entries.tqe_next)
-    np-> ...
+for (np = head.tqh_first; np != NULL; np = np\->entries.tqe_next)
+    np\-> ...
                                         /* Delete. */
 while (head.tqh_first != NULL)
     TAILQ_REMOVE(&head, head.tqh_first, entries);
@@ -455,11 +455,11 @@ n2 = malloc(sizeof(struct entry));  /* Insert before. */
 CIRCLEQ_INSERT_BEFORE(&head, n1, n2, entries);
                                     /* Forward traversal. */
 for (np = head.cqh_first; np != (void *)&head;
-        np = np->entries.cqe_next)
-    np-> ...
+        np = np\->entries.cqe_next)
+    np\-> ...
                                     /* Reverse traversal. */
-for (np = head.cqh_last; np != (void *)&head; np = np->entries.cqe_prev)
-    np-> ...
+for (np = head.cqh_last; np != (void *)&head; np = np\->entries.cqe_prev)
+    np\-> ...
                                     /* Delete. */
 while (head.cqh_first != (void *)&head)
     CIRCLEQ_REMOVE(&head, head.cqh_first, entries);
index 91818523f802325d392e9f1e8622b4b4b46c94b6..6a37ed613132a647df8b6abcc9e8dd389dac5642 100644 (file)
@@ -29,7 +29,7 @@ is non-NULL, the udp/time socket (port 37) is used.
 Otherwise, the tcp/time socket (port 37) is used.
 .SH "RETURN VALUE"
 On success, 0 is returned, and the obtained 32-bit time value is stored in
-.IR timep->tv_sec .
+.IR timep\->tv_sec .
 In case of error \-1 is returned, and
 .I errno
 is set appropriately.
index d72bd975f37b3c4f2628e36cdb7a3130bc5fd466..db6e7783de4116e95fda35bf8975c847afffaf25 100644 (file)
@@ -761,12 +761,12 @@ terminal input and output characters is disabled.
 The terminal attributes are set as follows:
 .nf
 
-    termios_p->c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP
+    termios_p\->c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP
                     | INLCR | IGNCR | ICRNL | IXON);
-    termios_p->c_oflag &= ~OPOST;
-    termios_p->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
-    termios_p->c_cflag &= ~(CSIZE | PARENB);
-    termios_p->c_cflag |= CS8;
+    termios_p\->c_oflag &= ~OPOST;
+    termios_p\->c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
+    termios_p\->c_cflag &= ~(CSIZE | PARENB);
+    termios_p\->c_cflag |= CS8;
 .fi
 .SS "Line control"
 .LP
index 414e012101d204700e56a294e8ab34e5c6874ef9..4f02c76535f9dc5056367ecbca8b481a02e0ef3a 100644 (file)
@@ -72,7 +72,7 @@ and places the sum in the
 pointed to by
 .IR res .
 The result is normalized such that
-.I res->tv_usec
+.I res\->tv_usec
 has a value in the range 0 to 999,999.
 
 .BR timersub ()
@@ -85,7 +85,7 @@ and places the result in the
 pointed to by
 .IR res .
 The result is normalized such that
-.I res->tv_usec
+.I res\->tv_usec
 has a value in the range 0 to 999,999.
 
 .BR timerclear ()
index 6e2a569d5d9630a80c2756db3d91ac952fbf44d1..884885ef579922d553a65388368ac55ee2f2587a 100644 (file)
@@ -895,7 +895,7 @@ the 'local_address' is the local address and protocol number pair. "St" is
 the internal status of the socket.
 The "tx_queue" and "rx_queue" are the
 outgoing and incoming data queue in terms of kernel memory usage.
-The "tr", "tm->when", and "rexmits" fields are not used by RAW.
+The "tr", "tm\->when", and "rexmits" fields are not used by RAW.
 The "uid"
 field holds the effective UID of the creator of the socket.
 .\" .TP
@@ -918,7 +918,7 @@ The "rem_address" is the remote address and port number pair
 (if connected). 'St' is the internal status of the socket.
 The 'tx_queue' and 'rx_queue' are the
 outgoing and incoming data queue in terms of kernel memory usage.
-The "tr", "tm->when", and "rexmits" fields hold internal information of
+The "tr", "tm\->when", and "rexmits" fields hold internal information of
 the kernel socket state and are only useful for debugging.
 The "uid"
 field holds the effective UID of the creator of the socket.
@@ -933,7 +933,7 @@ The "rem_address" is the remote address and port number pair
 (if connected). "St" is the internal status of the socket.
 The "tx_queue" and "rx_queue" are the outgoing and incoming data queue
 in terms of kernel memory usage.
-The "tr", "tm->when", and "rexmits" fields
+The "tr", "tm\->when", and "rexmits" fields
 are not used by UDP.
 The "uid"
 field holds the effective UID of the creator of the socket.
@@ -942,7 +942,7 @@ The format is:
 .nf
 .ft CW
 .in 1n
-sl  local_address rem_address   st tx_queue rx_queue tr rexmits  tm->when uid
+sl  local_address rem_address   st tx_queue rx_queue tr rexmits  tm\->when uid
  1: 01642C89:0201 0C642C89:03FF 01 00000000:00000001 01:000071BA 00000000 0
  1: 00000000:0801 00000000:0000 0A 00000000:00000000 00:00000000 6F000100 0
  1: 00000000:0201 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0
index 7033376b11e21b8d3d0ee380579cfdf8dd06face..aa884b3ef07d009ad3d2a6b7880f16bf0c276368 100644 (file)
@@ -241,7 +241,7 @@ For example, the boot line
 reserve=0x300,32  blah=0x300
 .IP
 keeps all device drivers except the driver for 'blah' from probing
-0x300-0x31f.
+0x300\-0x31f.
 .TP
 .B "'mem=...'"
 The BIOS call defined in the PC specification that returns
index d78b0981791c2505f51d69db84bf9dac46488712..8c20c0e019d91ccc833ba65db993b7cf1b7ead23 100644 (file)
@@ -135,7 +135,7 @@ kernel memory consumed by POSIX message queues:
 This file can be used to view and change the ceiling value for the
 maximum number of messages in a queue.
 This value acts as a ceiling on the
-.I attr->mq_maxmsg
+.I attr\->mq_maxmsg
 argument given to
 .BR mq_open (3).
 The default and minimum value for
@@ -154,7 +154,7 @@ ceiling is nevertheless imposed.
 This file can be used to view and change the ceiling on the
 maximum message size.
 This value acts as a ceiling on the
-.I attr->mq_msgsize
+.I attr\->mq_msgsize
 argument given to
 .BR mq_open (3).
 The default and minimum value for
index eae64acb66da0ba10f0188136d0065c84f021046..527da096aad1f11e8e5086feeddbda927f439cc7 100644 (file)
@@ -435,10 +435,10 @@ len = recvmsg(fd, &msg, 0);
 for (nh = (struct nlmsghdr *) buf; NLMSG_OK (nh, len);
      nh = NLMSG_NEXT (nh, len)) {
     /* The end of multipart message. */
-    if (nh->nlmsg_type == NLMSG_DONE)
+    if (nh\->nlmsg_type == NLMSG_DONE)
         return;
 
-    if (nh->nlmsg_type == NLMSG_ERROR)
+    if (nh\->nlmsg_type == NLMSG_ERROR)
         /* Do some error handling. */
     ...
 
index 7b790a90fc278b64a4c3dbd976260f878a2cf82f..ba90226ffbccbbd987087bf42ac2f7739af5d9de 100644 (file)
@@ -44,10 +44,10 @@ This manual page lists C operators and their precedence in evaluation.
 .nf
 
 .B "Operator                             Associativity"
-() [] -> .                           left to right
-! ~ ++ -- + - (type) * & sizeof      right to left
+() [] \-> .                           left to right
+! ~ ++ \-\- + \- (type) * & sizeof      right to left
 * / %                                left to right
-+ -                                  left to right
++ \-                                  left to right
 << >>                                left to right
 < <= > >=                            left to right
 == !=                                left to right
@@ -57,7 +57,7 @@ This manual page lists C operators and their precedence in evaluation.
 &&                                   left to right
 ||                                   left to right
 ?:                                   right to left
-= += -= *= /= %= <<= >>= &= ^= |=    right to left
+= += \-= *= /= %= <<= >>= &= ^= |=    right to left
 ,                                    left to right
 .fi
 .\"