]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Ready for 2.41
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 12 Oct 2006 07:35:36 +0000 (07:35 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 12 Oct 2006 07:35:36 +0000 (07:35 +0000)
Changes

diff --git a/Changes b/Changes
index a074b5de566c6a925ef0647e51c5c443d567da32..d653a753b076bb65eeb8aced39ec438b5c2d7ac8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -41,7 +41,7 @@ splice.2
 tee.2
 vmsplice.2
     Jens Axboe / Michael Kerrisk
-       See also:
+        See also:
             http://lwn.net/Articles/118760/
             http://lwn.net/Articles/178199/
             http://lwn.net/Articles/179492/
@@ -62,32 +62,32 @@ execve.2
 fork.2
     mtk
         Mappings marked with madvise(MADV_DONTFORK) are not inherited 
-       by child.
+        by child.
 
 getdtablesize.2
     mtk
         Noted that sysconf(_SC_OPEN_MAX) is preferred in portable 
-       applications.
-       
+        applications.
+        
 getpagesize.2
     mtk
         Noted that sysconf(_SC_PAGE_SIZE) is preferred in portable 
-       applications.
-       _SC_PAGE_SIZE is available on most systems.
-       
+        applications.
+        _SC_PAGE_SIZE is available on most systems.
+        
 madvise.2
     mtk
         Document MADV_REMOVE, new in 2.6.16.
-       Document MADV_DONTFORK / MADV_DOFORK, new in 2.6.16.
+        Document MADV_DONTFORK / MADV_DOFORK, new in 2.6.16.
 
 mount.2
     mtk / Trond Myklebust
         MNT_FORCE can cause data loss.
-       
+        
 mmap.2
     mtk
         Added note on Linux's old (pre-2.6.12) buggy treatment of 
-       length==0.
+        length==0.
     Justin Pryzby / mtk
         Added some EINVAL errors.
 
@@ -98,12 +98,12 @@ mremap.2
 msync.2
     mtk
         Added EBUSY error for case where MS_INVALIDATE is applied to 
-       a locked region.
+        a locked region.
 
 prctl.2
     Marcel Holtmann / mtk
         Since kernel 2.6.18, setting 2 for PR_SET_DUMPABLE is no longer
-       possible.
+        possible.
     Guillem Jover
         Updated Linux versions where the options where introduced.
         Added PR_SET_TIMING, PR_GET_TIMING, PR_SET_NAME, PR_GET_NAME,
@@ -123,11 +123,11 @@ sync_file_range.2
 vfork.2
     mtk
         Noted interactions with fork handlers in multithreaded programs.
-       
+        
 wait4.2
     mtk
         Added feature test macros to SYNOPSIS.
-       
+        
 clog2.3
     mtk / aeb / Kevin Ryde
         Fix broken text in description.
@@ -141,7 +141,7 @@ clog10.3
 mq_receive.3
     Britton Leo Kerin
         Fix return type in SYNOPSIS; should be "ssize_t" not "mqd_t".
-       See Debian bug 387551.
+        See Debian bug 387551.
 
 posix_fadvise.2
     Andrew Morton
@@ -150,9 +150,9 @@ posix_fadvise.2
 qsort.2
     Hrvoje Niksic
         Fix wording referring to the use of strcmp() in 'compar' 
-       function.
+        function.
         See Debian bug 391402.
-       
+        
 sendfile.2
     mtk
         Added SEE ALSO referring to new splice.2 page.
@@ -160,11 +160,11 @@ sendfile.2
 termios.3
     mtk
         Documented IUTF8 (which was new in kernel 2.6.4).
-       
+        
 tzset.3
     mtk
         Added some TZ examples.
-       See Debian bug 386087.
+        See Debian bug 386087.
 
 proc.5
     mtk