]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/malloc_info.3
Many pages: Use \[aq] instead of \(aq
[thirdparty/man-pages.git] / man3 / malloc_info.3
index d95c761963f1e7531a060e1a86f1906224922080..79769395dec99df7bc0d69041bbfb91a7f797fe6 100644 (file)
@@ -184,7 +184,7 @@ thread_func(void *arg)
 {
     int tn = (int) arg;
 
-    /* The multiplier \(aq(2 + tn)\(aq ensures that each thread (including
+    /* The multiplier \[aq](2 + tn)\[aq] ensures that each thread (including
        the main thread) allocates a different amount of memory. */
 
     for (unsigned int j = 0; j < numBlocks; j++)
@@ -229,8 +229,8 @@ main(int argc, char *argv[])
             err(EXIT_FAILURE, "pthread_create");
 
         /* If we add a sleep interval after the start\-up of each
-           thread, the threads likely won\(aqt contend for malloc
-           mutexes, and therefore additional arenas won\(aqt be
+           thread, the threads likely won\[aq]t contend for malloc
+           mutexes, and therefore additional arenas won\[aq]t be
            allocated (see malloc(3)). */
 
         if (sleepTime > 0)