* [patch] posix_fadvise.2, tee.2: adjust code indentation
@ 2011-08-31 15:10 Seonghun Lim
[not found] ` <4E5E4EE0.7070504-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Seonghun Lim @ 2011-08-31 15:10 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
man-pages version: latest git repository
diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2
--- a/man2/posix_fadvise.2
+++ b/man2/posix_fadvise.2
@@ -165,7 +165,7 @@ system call that orders the arguments suitably:
.in +4n
.nf
.BI "long arm_fadvise64_64(int " fd ", int " advice ,
-.BI " loff_t " offset ", loff_t " len );
+.BI " loff_t " offset ", loff_t " len );
.fi
.in
.PP
diff --git a/man2/tee.2 b/man2/tee.2
--- a/man2/tee.2
+++ b/man2/tee.2
@@ -149,8 +149,8 @@ main(int argc, char *argv[])
int len, slen;
if (argc != 2) {
- fprintf(stderr, "Usage: %s <file>\\n", argv[0]);
- exit(EXIT_FAILURE);
+ fprintf(stderr, "Usage: %s <file>\\n", argv[0]);
+ exit(EXIT_FAILURE);
}
fd = open(argv[1], O_WRONLY | O_CREAT | O_TRUNC, 0644);
--
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] 2+ messages in thread
end of thread, other threads:[~2011-09-08 14:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-31 15:10 [patch] posix_fadvise.2, tee.2: adjust code indentation Seonghun Lim
[not found] ` <4E5E4EE0.7070504-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-09-08 14:14 ` Michael Kerrisk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox