linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] quotactl.2: tfix
@ 2012-09-26 19:03 David Prévot
       [not found] ` <1348686212-26265-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2012-09-26 19:03 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, David Prévot

---
 man2/quotactl.2 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/quotactl.2 b/man2/quotactl.2
index c5fae5d..9b7430e 100644
--- a/man2/quotactl.2
+++ b/man2/quotactl.2
@@ -141,7 +141,7 @@ as follows:
 .nf
 
 /* uint64_t is an unsigned 64\-bit integer;
-   uint32_t is an unsigned 32-\bit integer */
+   uint32_t is an unsigned 32\-bit integer */
 
 struct dqblk {          /* Definition since Linux 2.4.22 */
     uint64_t dqb_bhardlimit;   /* absolute limit on disk
-- 
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

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

* Re: [PATCH] quotactl.2: tfix
       [not found] ` <1348686212-26265-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2012-09-28  6:04   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-09-28  6:04 UTC (permalink / raw)
  To: David Prévot; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Applied. Thanks!

On Wed, Sep 26, 2012 at 9:03 PM, David Prévot <taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org> wrote:
> ---
>  man2/quotactl.2 |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/quotactl.2 b/man2/quotactl.2
> index c5fae5d..9b7430e 100644
> --- a/man2/quotactl.2
> +++ b/man2/quotactl.2
> @@ -141,7 +141,7 @@ as follows:
>  .nf
>
>  /* uint64_t is an unsigned 64\-bit integer;
> -   uint32_t is an unsigned 32-\bit integer */
> +   uint32_t is an unsigned 32\-bit integer */
>
>  struct dqblk {          /* Definition since Linux 2.4.22 */
>      uint64_t dqb_bhardlimit;   /* absolute limit on disk
> --
> 1.7.10.4
>



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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] 4+ messages in thread

* [PATCH] quotactl.2: tfix
@ 2016-11-10 18:37 Eugene Syromyatnikov
  2016-11-10 19:29 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 4+ messages in thread
From: Eugene Syromyatnikov @ 2016-11-10 18:37 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

---
 man2/quotactl.2 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/quotactl.2 b/man2/quotactl.2
index d1e2d20..f9a99ab 100644
--- a/man2/quotactl.2
+++ b/man2/quotactl.2
@@ -658,7 +658,7 @@ The
 .I id
 argument is ignored.
 .TP
-.BR Q_XQUOTASYNC " (since Linux 2.6.15; no-up since Linux 3.4)"
+.BR Q_XQUOTASYNC " (since Linux 2.6.15; no-op since Linux 3.4)"
 .\" Added in commit ee34807a65aa0c5911dc27682863afca780a003e
 This command was an XFS quota equivalent to
 .IR Q_SYNC ,
-- 
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

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

* Re: [PATCH] quotactl.2: tfix
  2016-11-10 18:37 [PATCH] quotactl.2: tfix Eugene Syromyatnikov
@ 2016-11-10 19:29 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-11-10 19:29 UTC (permalink / raw)
  To: Eugene Syromyatnikov
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

On 11/10/2016 07:37 PM, Eugene Syromyatnikov wrote:
> ---
>  man2/quotactl.2 |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

:-}. Thanks Eugene! Patch applied.

Cheers,

Michael


> diff --git a/man2/quotactl.2 b/man2/quotactl.2
> index d1e2d20..f9a99ab 100644
> --- a/man2/quotactl.2
> +++ b/man2/quotactl.2
> @@ -658,7 +658,7 @@ The
>  .I id
>  argument is ignored.
>  .TP
> -.BR Q_XQUOTASYNC " (since Linux 2.6.15; no-up since Linux 3.4)"
> +.BR Q_XQUOTASYNC " (since Linux 2.6.15; no-op since Linux 3.4)"
>  .\" Added in commit ee34807a65aa0c5911dc27682863afca780a003e
>  This command was an XFS quota equivalent to
>  .IR Q_SYNC ,
> 


-- 
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] 4+ messages in thread

end of thread, other threads:[~2016-11-10 19:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-10 18:37 [PATCH] quotactl.2: tfix Eugene Syromyatnikov
2016-11-10 19:29 ` Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-26 19:03 David Prévot
     [not found] ` <1348686212-26265-1-git-send-email-taffit-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2012-09-28  6:04   ` Michael Kerrisk (man-pages)

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