Fwd: [PATCH] fs: binfmt_elf: add ELF reference in header comment

From: Geyslan Gregório Bem
Date: Tue Nov 19 2013 - 09:51:49 EST


This patch add the specification "System V Application Binary Interface"
reference to header comment.

Signed-off-by: Geyslan G. Bem <geyslan@xxxxxxxxx>
---
fs/binfmt_elf.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c
index 571a423..18938f9 100644
--- a/fs/binfmt_elf.c
+++ b/fs/binfmt_elf.c
@@ -2,9 +2,10 @@
* linux/fs/binfmt_elf.c
*
* These are the functions used to load ELF format executables as used
- * on SVr4 machines. Information on the format may be found in the book
- * "UNIX SYSTEM V RELEASE 4 Programmers Guide: Ansi C and Programming Support
- * Tools".
+ * on SVr4 machines. Information on the format may be found in the
+ * specification "System V Application Binary Interface" provided by SCO,
+ * as well as in the book "UNIX SYSTEM V RELEASE 4 Programmers Guide: Ansi C
+ * and Programming Support Tools".
*
* Copyright 1993, 1994: Eric Youngdale (ericy@xxxxxxxx).
*/
--
1.8.4.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/