linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "David Prévot" <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	"David Prévot" <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
Subject: [PATCH 1/3] ldd.1, syscalls.2, getutent.3, cpuid.4: ffix
Date: Wed, 15 Aug 2012 23:09:48 -0400	[thread overview]
Message-ID: <1345086590-11949-2-git-send-email-taffit@debian.org> (raw)
In-Reply-To: <1345086590-11949-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>

---
 man1/ldd.1      |    2 +-
 man2/syscalls.2 |    4 ++--
 man3/getutent.3 |    2 +-
 man4/cpuid.4    |    4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/man1/ldd.1 b/man1/ldd.1
index cd34402..db1b5f4 100644
--- a/man1/ldd.1
+++ b/man1/ldd.1
@@ -20,7 +20,7 @@ specified on the command line.
 In the usual case,
 .B ldd
 invokes the standard dynamic linker (see
-.BR ld.so(8))
+.BR ld.so (8))
 with the
 .B LD_TRACE_LOADED_OBJECTS
 environment variable set to 1,
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 0f979dd..a6f5ac7 100644
--- a/man2/syscalls.2
+++ b/man2/syscalls.2
@@ -385,8 +385,8 @@ Added as "pread" in 2.2; renamed "pread64" in 2.6
 T}
 \fBpreadv\fP(2)	2.6.30
 \fBprlimit\fP(2)	2.6.36
-\fBprocess_vm_readv(2)\fP	3.2
-\fBprocess_vm_writev(2)\fP	3.2
+\fBprocess_vm_readv\fP(2)	3.2
+\fBprocess_vm_writev\fP(2)	3.2
 \fBpselect6\fP(2)	2.6.16
 .\" Implements \fBpselect\fP(2)
 \fBptrace\fP(2)
diff --git a/man3/getutent.3 b/man3/getutent.3
index 21bb823..e006095 100644
--- a/man3/getutent.3
+++ b/man3/getutent.3
@@ -212,7 +212,7 @@ Glibc adds reentrant versions
 .sp
 .nf
 .BR "#define _GNU_SOURCE" "    /* or _SVID_SOURCE or _BSD_SOURCE;
-.RB "\&                          see " feature_test_macros(7) " */"
+.RB "\&                          see " feature_test_macros "(7) */"
 .B #include <utmp.h>
 .sp
 .BI "int getutent_r(struct utmp *" ubuf ", struct utmp **" ubufp );
diff --git a/man4/cpuid.4 b/man4/cpuid.4
index 4cdc3e5..8168837 100644
--- a/man4/cpuid.4
+++ b/man4/cpuid.4
@@ -28,9 +28,9 @@ cpuid \- x86 CPUID access device
 CPUID provides an interface for querying information about the x86 CPU.
 
 This device is accessed by
-.B lseek (2)
+.BR lseek (2)
 or
-.B pread (2)
+.BR pread (2)
 to the appropriate CPUID level and reading in chunks of 16 bytes.
 A larger read size means multiple reads of consecutive levels.
 
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2012-08-16  3:09 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-16  3:09 Some more formatting fix David Prévot
     [not found] ` <1345086590-11949-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-08-16  3:09   ` David Prévot [this message]
     [not found]     ` <1345086590-11949-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-09-23 14:38       ` [PATCH 1/3] ldd.1, syscalls.2, getutent.3, cpuid.4: ffix Michael Kerrisk (man-pages)
2012-08-16  3:09   ` [PATCH 2/3] tsearch.3: ffix David Prévot
     [not found]     ` <1345086590-11949-3-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-09-23 14:41       ` Michael Kerrisk (man-pages)
2012-08-16  3:09   ` [PATCH 3/3] regex.3: ffix David Prévot
     [not found]     ` <1345086590-11949-4-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-09-23 14:39       ` Michael Kerrisk (man-pages)
2012-09-23 15:00   ` Some more formatting fix Michael Kerrisk (man-pages)
     [not found]     ` <CAKgNAkgKVXfzKqe8qy+ZWSy-ZvhPrM0_sooKM4HG+UTfhbX6BQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-09-23 20:34       ` [PATCH 1/5] ffix in SEE ALSO David Prévot
     [not found]         ` <1348432502-26050-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-09-23 20:34           ` [PATCH 2/5] keyctl.2: reorder SEE ALSO, without .br David Prévot
     [not found]             ` <1348432502-26050-2-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-09-25  4:20               ` Michael Kerrisk (man-pages)
2012-09-23 20:35           ` [PATCH 3/5] mcheck.3: Remove already fixed FIXMEs David Prévot
     [not found]             ` <1348432502-26050-3-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-09-25  3:56               ` Michael Kerrisk (man-pages)
2012-09-23 20:35           ` [PATCH 4/5] mallopt.3, pthread_kill.3, pthread_sigmask.3, pthread_yield.3: ffix David Prévot
     [not found]             ` <1348432502-26050-4-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-09-25  3:58               ` Michael Kerrisk (man-pages)
2012-09-23 20:35           ` [PATCH 5/5] random.4: ffix David Prévot
     [not found]             ` <1348432502-26050-5-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-09-25  3:54               ` Michael Kerrisk (man-pages)
2012-09-25  3:49           ` [PATCH 1/5] ffix in SEE ALSO Michael Kerrisk (man-pages)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1345086590-11949-2-git-send-email-taffit@debian.org \
    --to=taffit-8fiuurrzop0dnm+yrofe0a@public.gmane.org \
    --cc=linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).