summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-07-02 12:26:37 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-07-02 12:26:37 +0000
commit10f2fe46fea572a2dbd06117932f9c2f522786b2 (patch)
tree3660fb96604f61d0709a7c99b8c64ad330c8571f
parent43441ce2bf4c1a9f36169b8a97941b21b669a9da (diff)
Removed tabs
-rw-r--r--Changes50
1 files changed, 25 insertions, 25 deletions
diff --git a/Changes b/Changes
index 9f073886e..b415d7dc1 100644
--- a/Changes
+++ b/Changes
@@ -55,26 +55,26 @@ New pages
sgetmask.2
mtk
A real man page for sgetmask(2) and ssetmask(2).
- (This page replaces a previous link of the same, which linked
- signal.2.)
+ (This page replaces a previous link of the same, which linked
+ signal.2.)
spu_create.2
Arnd Bergmann with additional work by Eduardo M. Fleury and mtk
Document the PowerPC SPU spu_create() system call.
- (Originally taken from the kernel source file
- Documentation/filesystems/spufs.txt.)
+ (Originally taken from the kernel source file
+ Documentation/filesystems/spufs.txt.)
spu_run.2
Arnd Bergmann with additional work by Eduardo M. Fleury and mtk
Document the PowerPC SPU spu_run() system call.
- (Originally taken from the kernel source file
- Documentation/filesystems/spufs.txt.)
+ (Originally taken from the kernel source file
+ Documentation/filesystems/spufs.txt.)
spufs.7
Arnd Bergmann with additional work by Eduardo M. Fleury and mtk
Document the PowerPC SPU file system.
- (Originally taken from the kernel source file
- Documentation/filesystems/spufs.txt.)
+ (Originally taken from the kernel source file
+ Documentation/filesystems/spufs.txt.)
Removed Pages
@@ -83,24 +83,24 @@ Removed Pages
__clone.2
mtk
This file was created by accident in 2.61, as a copy of clone.2.
- (it should have been a link to clone.2.)
+ (it should have been a link to clone.2.)
obsolete.2
mtk
Details on this page are covered in syscalls.2 and in
- respective syscall man pages (stat.2, uname.2).
+ respective syscall man pages (stat.2, uname.2).
undocumented.2
mtk
This page is very out of date, and in any case difficult
- to maintain. Information about undocumented system calls
- is maintained in the HOWTOHELP file, and probably in other
- places soon.
+ to maintain. Information about undocumented system calls
+ is maintained in the HOWTOHELP file, and probably in other
+ places soon.
killpg.3
mtk
This rather incomplete page seems unnecessary since there
- is a killpg.2.
+ is a killpg.2.
New links
@@ -190,18 +190,18 @@ Changes to individual pages
access.2
mtk
Fairly substantial rewrites of various parts,
- and a few additions.
+ and a few additions.
chmod.2
mtk
Update SYNOPSIS to reflect the fact that fchmod(2) needs
- either "#define _XOPEN_SOURCE 500" or "#define _BSD_SOURCE".
+ either "#define _XOPEN_SOURCE 500" or "#define _BSD_SOURCE".
chown.2
mtk
Update SYNOPSIS to reflect the fact that fchmod(2) and lchown(2)
need either "#define _XOPEN_SOURCE 500" or "#define _BSD_SOURCE".
- Added an example program.
+ Added an example program.
killpg.2
mtk
@@ -214,10 +214,10 @@ mmap.2
mmap2.2
Ivana Varekova / mtk
On most platforms the unit for 'offset' is 4096 bytes, not
- the system page size.
+ the system page size.
mtk
Rewrote NOTES to note that glibc mmap() wrapper nowadays
- invokes this system call.
+ invokes this system call.
mtk
Added an EXAMPLE program.
@@ -239,7 +239,7 @@ sched_setaffinity.2
semctl.2
mtk
Remove reference discussion of ipc(2), since none of the
- other System V IPC pages mention ipc(2).
+ other System V IPC pages mention ipc(2).
semop.2
mtk
@@ -252,7 +252,7 @@ shmctl.2
sigaction.2
mtk
Reformatted tables as lists; other minor reformattings and
- wording changes.
+ wording changes.
sigqueue.2
mtk
@@ -270,12 +270,12 @@ ssetmask.2
stat.2
mtk
Add notes on the different system call interfaces that
- have appeared over time.
+ have appeared over time.
uname.2
mtk
Add notes on the different system call interfaces that
- have appeared over time.
+ have appeared over time.
unimplemented.2
mtk
@@ -295,7 +295,7 @@ strcat.3
undocumented.3
mtk
Add section numbers to function names; remove some functions
- since they are documented.
+ since they are documented.
proc.5
mtk
@@ -303,7 +303,7 @@ proc.5
mtk, after a note by Pierre Habouzit, and a few comments
by Justin Pryzby
Update description of /proc/PID/stat to match 2.6.21.
- See Debian bug 417933.
+ See Debian bug 417933.
inotify.7
mtk