]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Removed tabs
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 3 Mar 2008 13:24:26 +0000 (13:24 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 3 Mar 2008 13:24:26 +0000 (13:24 +0000)
Changes

diff --git a/Changes b/Changes
index 05ba7a58938b9db0bf3f4e3bb127836ef65561b7..e09c481b6dd98a017b20b11cde08b850164e5560 100644 (file)
--- a/Changes
+++ b/Changes
@@ -82,7 +82,7 @@ open.2
 signalfd.2
     mtk
         Fix type for 'ssi_ptr' field.
-       See http://sources.redhat.com/ml/libc-hacker/2008-01/msg00002.html.
+        See http://sources.redhat.com/ml/libc-hacker/2008-01/msg00002.html.
 
 syscalls.2
     mtk
@@ -92,14 +92,14 @@ syscalls.2
 syslog.2
     Jeremy Kerr
         Add info on command type 10.
-       Add details on types 6, 7, 8, and 9.
-       Minor grammar fix.
+        Add details on types 6, 7, 8, and 9.
+        Minor grammar fix.
     mtk
         Update LOG_BUF_LEN details.
         Update RETURN VALUE section.
-       Notes capability requirements under EPERM error.
-       Minor fix to description of type==3 and type==4.
-       Other minor edits.
+        Notes capability requirements under EPERM error.
+        Minor fix to description of type==3 and type==4.
+        Other minor edits.
 
 ctime.3
     Walter Harms
@@ -112,11 +112,11 @@ getaddrinfo.3
         Clarify discussion of NULL 'hints' argument; other minor rewrites.
     mtk / Sam Varshavchik
         Remove some duplicated text.
-    
+  
 malloc.3
     Lasse Kärkkäinen / Mike Frysinger / mtk
         Clarify description of realloc() behavior for
-       ((size == 0) && (ptr != NULL)).
+        ((size == 0) && (ptr != NULL)).
 
 posix_fallocate.3
     Samuel Thibault
@@ -125,40 +125,40 @@ posix_fallocate.3
 proc.5
     Fernando Luis Vázquez Cao
         Update /proc/[number]/cmdline description.
-       It used to be true that the command line arguments were
-       not accessible when the process had been swapped out.
-       In ancient kernels (circa 2.0.*) the problem was that the
-       kernel relied on get_phys_addr to access the user space buffer,
-       which stopped working as soon as the process was swapped out.
-       Recent kernels use get_user_pages for the same purpose and thus
-       they should not have that limitation.
+        It used to be true that the command line arguments were
+        not accessible when the process had been swapped out.
+        In ancient kernels (circa 2.0.*) the problem was that the
+        kernel relied on get_phys_addr to access the user space buffer,
+        which stopped working as soon as the process was swapped out.
+        Recent kernels use get_user_pages for the same purpose and thus
+        they should not have that limitation.
 
 epoll.7
     Davide Libenzi / mtk
         Clarify the somewhat unintuitive behavior that occurs if a file
-       descriptor in an epoll set is closed while other file descriptors
-       referring to the same underlying open file description remain
-       open.
-       See also http://thread.gmane.org/gmane.linux.kernel/596462/.
+        descriptor in an epoll set is closed while other file descriptors
+        referring to the same underlying open file description remain
+        open.
+        See also http://thread.gmane.org/gmane.linux.kernel/596462/.
     mtk
         Clarify error that occurs if we add an epoll fd to its own set.
     mtk
         A few minor rewordings.
     mtk, after a note by Chris Heath
         Rework Q1/A1, describing what happens when adding the same
-       file descriptor twice to an epoll set, and when adding duplicate
-       file descriptors to the same epoll set.
+        file descriptor twice to an epoll set, and when adding duplicate
+        file descriptors to the same epoll set.
     Heikki Orsila / mtk / Davide Libenzi
         Clarify Q9/A9 to discuss packet/token-oriented files.
     mtk, after comments by Devide Libenzi and Chris Heath
         Added Q0/A0, making explicit that the key for items in an epoll
-       set is [file descriptor, open file description].
+        set is [file descriptor, open file description].
     mtk, after a note by Ron Burk
         Change A3, to note that when events are available,
-       the epoll file descriptor will indicate as being readable.
+        the epoll file descriptor will indicate as being readable.
     mtk
         Add some further explanation to Q5/A5 about why an epoll file
-       descriptor cannot be passed across a Unix domain socket.
+        descriptor cannot be passed across a Unix domain socket.
 
 posixoptions.7
     mtk
@@ -167,7 +167,7 @@ posixoptions.7
 regex.7
     mtk
         Add grep(1) to SEE ALSO.
-       See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348552.
+        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348552.
 
 standards.7
     mtk