浏览代码

- wrap superlong lines

Bernhard Reutner-Fischer 17 年之前
父节点
当前提交
bde001033c
共有 1 个文件被更改,包括 10 次插入9 次删除
  1. 10 9
      extra/Configs/Config.in.arch

+ 10 - 9
extra/Configs/Config.in.arch

@@ -123,8 +123,8 @@ config UCLIBC_HAS_FLOATS
 	  such as printf() and scanf() will still be included in the library, 
 	  such as printf() and scanf() will still be included in the library, 
 	  but will not contain support for floating point numbers.
 	  but will not contain support for floating point numbers.
 
 
-	  Answering N to this option can reduce the size of uClibc.  Most people
+	  Answering N to this option can reduce the size of uClibc.
-	  will answer Y.
+	  Most people will answer Y.
 
 
 config UCLIBC_HAS_FPU
 config UCLIBC_HAS_FPU
 	bool "Target CPU has a floating point unit (FPU)"
 	bool "Target CPU has a floating point unit (FPU)"
@@ -172,13 +172,14 @@ config KERNEL_HEADERS
 	string "Linux kernel header location"
 	string "Linux kernel header location"
 	default "/usr/include"
 	default "/usr/include"
 	help
 	help
-	  The kernel source you use to compile with should be the same as the
+	  The kernel source you use to compile with should be the same
-	  Linux kernel you run your apps on.  uClibc doesn't even try to achieve binary
+	  as the Linux kernel you run your apps on.  uClibc doesn't even
-	  compatibility across kernel versions.  So don't expect, for example, uClibc
+	  try to achieve binary compatibility across kernel versions.
-	  compiled with Linux kernel 2.0.x to implement lchown properly, since 2.0.x
+	  So don't expect, for example, uClibc compiled with Linux kernel
-	  can't do that. Similarly, if you compile uClibc vs Linux 2.4.x kernel headers,
+	  2.0.x to implement lchown properly, since 2.0.x can't do that.
-	  but then run on Linux 2.0.x, lchown will be compiled into uClibc, but won't
+	  Similarly, if you compile uClibc vs Linux 2.4.x kernel headers,
-	  work at all.  You have been warned.
+	  but then run on Linux 2.0.x, lchown will be compiled into uClibc,
+	  but won't work at all.  You have been warned.
 
 
 config UCLIBC_UCLINUX_BROKEN_MUNMAP
 config UCLIBC_UCLINUX_BROKEN_MUNMAP
 	bool
 	bool