aboutsummaryrefslogtreecommitdiffstats
path: root/man3/timeradd.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-12-22 16:40:46 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-12-22 16:40:46 +0000
commit94e9d9febdb3c68f94bcff26002311fa464837df (patch)
tree3a855c552ff4049052ef3cf9dc7c2f68cee7e03e /man3/timeradd.3
parent009df872f730972ec53a70652959c7b47c7ece8b (diff)
downloadman-pages-94e9d9febdb3c68f94bcff26002311fa464837df.tar.gz
Replace "-" by "\-" where a real dash is required.
Diffstat (limited to 'man3/timeradd.3')
-rw-r--r--man3/timeradd.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/timeradd.3 b/man3/timeradd.3
index 414e012101..4f02c76535 100644
--- a/man3/timeradd.3
+++ b/man3/timeradd.3
@@ -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 ()