All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lseek64.3: tfix
@ 2014-10-04  8:37 Yuri Kozlov
       [not found] ` <1412411878-5744-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Yuri Kozlov @ 2014-10-04  8:37 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Yuri Kozlov

---
 man3/lseek64.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/lseek64.3 b/man3/lseek64.3
index 9e9c0c1..f02b573 100644
--- a/man3/lseek64.3
+++ b/man3/lseek64.3
@@ -126,7 +126,7 @@ is a 64-bit signed type.
 The library routine
 .BR llseek ()
 .\" in libc 5.0.9, not in 4.7.6
-is available and glibc and works without special defines.
+is available in the glibc and works without special defines.
 However, the glibc headers do not provide a prototype.
 Users should add
 the above prototype, or something equivalent, to their own source.
-- 
2.1.0

--
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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] lseek64.3: tfix
       [not found] ` <1412411878-5744-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
@ 2014-10-11  5:29   ` Yuri Kozlov
  2014-10-16 11:42   ` Michael Kerrisk (man-pages)
  1 sibling, 0 replies; 3+ messages in thread
From: Yuri Kozlov @ 2014-10-11  5:29 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA


Ping.

В Sat,  4 Oct 2014 12:37:58 +0400
Yuri Kozlov <yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org> пишет:

man3/lseek64.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
 
diff --git a/man3/lseek64.3 b/man3/lseek64.3
index 9e9c0c1..f02b573 100644
--- a/man3/lseek64.3
+++ b/man3/lseek64.3
@@ -126,7 +126,7 @@ is a 64-bit signed type.
 The library routine
 .BR llseek ()
 .\" in libc 5.0.9, not in 4.7.6
-is available and glibc and works without special defines.
+is available in the glibc and works without special defines.
 However, the glibc headers do not provide a prototype.
 Users should add
 the above prototype, or something equivalent, to their own source.


-- 
Best Regards,
Yuri Kozlov

--
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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] lseek64.3: tfix
       [not found] ` <1412411878-5744-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
  2014-10-11  5:29   ` Yuri Kozlov
@ 2014-10-16 11:42   ` Michael Kerrisk (man-pages)
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-10-16 11:42 UTC (permalink / raw)
  To: Yuri Kozlov
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Thanks, Yuri. Applied.

Cheers,

Michael

On 10/04/2014 10:37 AM, Yuri Kozlov wrote:
> ---
>  man3/lseek64.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/lseek64.3 b/man3/lseek64.3
> index 9e9c0c1..f02b573 100644
> --- a/man3/lseek64.3
> +++ b/man3/lseek64.3
> @@ -126,7 +126,7 @@ is a 64-bit signed type.
>  The library routine
>  .BR llseek ()
>  .\" in libc 5.0.9, not in 4.7.6
> -is available and glibc and works without special defines.
> +is available in the glibc and works without special defines.
>  However, the glibc headers do not provide a prototype.
>  Users should add
>  the above prototype, or something equivalent, to their own source.
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-16 11:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-04  8:37 [PATCH] lseek64.3: tfix Yuri Kozlov
     [not found] ` <1412411878-5744-1-git-send-email-yuray-YPGtXv8QU+00kPtPmH8OGQ@public.gmane.org>
2014-10-11  5:29   ` Yuri Kozlov
2014-10-16 11:42   ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.