]> git.ipfire.org Git - thirdparty/man-pages.git/log
thirdparty/man-pages.git
12 years agoReady for 3.36 man-pages-3.36
Michael Kerrisk [Mon, 27 Feb 2012 01:14:21 +0000 (14:14 +1300)] 
Ready for 3.36

12 years agoRemoved trailing white space at end of lines
Michael Kerrisk [Mon, 27 Feb 2012 01:14:12 +0000 (14:14 +1300)] 
Removed trailing white space at end of lines

12 years agofallocate.2, fork.2, open.2, send.2: tstamp
Michael Kerrisk [Mon, 27 Feb 2012 01:12:16 +0000 (14:12 +1300)] 
fallocate.2, fork.2, open.2, send.2: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoChanges: Update for 3.36
Michael Kerrisk [Mon, 27 Feb 2012 01:06:11 +0000 (14:06 +1300)] 
Changes: Update for 3.36

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agofsync.2: Note that some systems require a writable file descriptor
Michael Kerrisk [Mon, 27 Feb 2012 00:23:06 +0000 (13:23 +1300)] 
fsync.2: Note that some systems require a writable file descriptor

An edited version of Guillem Jover's comments:
[While the file descriptor does not need to be writable on Linux]
that's not a safe portable assumption to make on POSIX in general
as that behavior is not specified and as such is
implementation-specific. Some Unix systems do actually fail on
read-only file descriptors, for example [HP-UX and AIX].

Reported-by: Guillem Jover <guillem@hadrons.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agofsync.2: Minor clean-ups of Christoph's patch
Michael Kerrisk [Mon, 27 Feb 2012 00:13:50 +0000 (13:13 +1300)] 
fsync.2: Minor clean-ups of Christoph's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agofsync.2: Various improvements
Christoph Hellwig [Mon, 27 Feb 2012 00:11:14 +0000 (13:11 +1300)] 
fsync.2: Various improvements

- explain the situation with disk caches better
- remove the duplicate fdatasync() explanation in the NOTES
  section
- remove an incorrect note about fsync() generally requiring two
  writes
- remove an obsolete ext2 example note
- fsync() works on any file descriptor (doesn't need to be
  writable); correct the EBADF error code explanation

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agofallocate.2: srcfix: Added FIXME
Michael Kerrisk [Sun, 26 Feb 2012 22:17:23 +0000 (11:17 +1300)] 
fallocate.2: srcfix: Added FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agofallocate.2: tfix
Michael Kerrisk [Mon, 19 Sep 2011 04:20:56 +0000 (06:20 +0200)] 
fallocate.2: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agofallocate.2: ERRORS: Add EPERM error case for FALLOC_FL_PUNCH_HOLE
Michael Kerrisk [Mon, 19 Sep 2011 04:17:53 +0000 (06:17 +0200)] 
fallocate.2: ERRORS: Add EPERM error case for FALLOC_FL_PUNCH_HOLE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agofallocate.2: Substantial restructuring of DESCRIPTION
Michael Kerrisk [Mon, 19 Sep 2011 04:14:01 +0000 (06:14 +0200)] 
fallocate.2: Substantial restructuring of DESCRIPTION

The addition of a second class of operation ("hole punching")
to the man page made it clear that some significant restructuring
is required. So I substantially reworked the page, including the
preexisting material on the default "file allocation" operation.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agofallocate.2: Add further details for FALLOC_FL_PUNCH_HOLE
Michael Kerrisk [Mon, 19 Sep 2011 03:33:54 +0000 (05:33 +0200)] 
fallocate.2: Add further details for FALLOC_FL_PUNCH_HOLE

Reported-by: Josef Bacik <josef@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agofallocate.2: Document FALLOC_FL_PUNCH_HOLE
Lucian Adrian Grijincu [Mon, 19 Sep 2011 03:09:31 +0000 (05:09 +0200)] 
fallocate.2: Document FALLOC_FL_PUNCH_HOLE

FALLOC_FL_PUNCH_HOLE was added in Linux 2.6.38,
for punching holes in the allocated space in a file.

Signed-off-by: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agorequest_key.2: ffix
Michael Kerrisk [Mon, 7 Nov 2011 03:46:44 +0000 (04:46 +0100)] 
request_key.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoadd_key.2: ffix
Michael Kerrisk [Mon, 7 Nov 2011 02:43:14 +0000 (03:43 +0100)] 
add_key.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosendmmsg.2: minor changes
Michael Kerrisk [Sun, 26 Feb 2012 18:47:07 +0000 (07:47 +1300)] 
sendmmsg.2: minor changes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosendmmsg.2: srcfix: Added FIXME
Michael Kerrisk [Wed, 5 Oct 2011 04:46:33 +0000 (06:46 +0200)] 
sendmmsg.2: srcfix: Added FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosend.2: Add mention of sendmmsg(2)
Michael Kerrisk [Sat, 10 Sep 2011 15:43:39 +0000 (17:43 +0200)] 
send.2: Add mention of sendmmsg(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosendmmsg.2: New page for sendmmsg(2)
Michael Kerrisk [Fri, 9 Sep 2011 23:02:43 +0000 (01:02 +0200)] 
sendmmsg.2: New page for sendmmsg(2)

Some pieces inspired by an initial attempt by Stephan Mueller.

Reported-by: Stephan Mueller <stephan.mueller@atsec.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agodup.2: SYNOPSIS: Add "#include <fntl.h>" for O_* constants
Michael Kerrisk [Mon, 13 Feb 2012 21:19:54 +0000 (10:19 +1300)] 
dup.2: SYNOPSIS: Add "#include <fntl.h>" for O_* constants

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agopipe.2: SYNOPSIS: Add "#include <fntl.h>" for O_* constants
Michael Kerrisk [Mon, 13 Feb 2012 21:16:21 +0000 (10:16 +1300)] 
pipe.2: SYNOPSIS: Add "#include <fntl.h>" for O_* constants

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659750

Reported-by: Salvo Tomaselli <tiposchi@tiscali.it>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agopasswd.5: s/asterisk/asterisk (*)/ to improve clarity
Michael Kerrisk [Mon, 13 Feb 2012 18:22:01 +0000 (07:22 +1300)] 
passwd.5: s/asterisk/asterisk (*)/ to improve clarity

Reported-by: Walter Haidinger <walter.haidinger@gmx.at>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoopen.2: Fix grammar in O_DIRECT description
Jessica McKellar [Sun, 12 Feb 2012 21:22:05 +0000 (10:22 +1300)] 
open.2: Fix grammar in O_DIRECT description

Some small grammar fixes to the O_DIRECT description.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agomremap.2: spfix
Michael Kerrisk [Sun, 12 Feb 2012 09:53:12 +0000 (22:53 +1300)] 
mremap.2: spfix

Reported-by: Vijay Rao <vijay@portuosus.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosem_wait.3: EXAMPLE: Remove extraneous line of output from shell session
Walter Harms [Sat, 11 Feb 2012 17:11:51 +0000 (06:11 +1300)] 
sem_wait.3: EXAMPLE: Remove extraneous line of output from shell session

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosync.2: PROTOTYPE: Fix return type of syncfs()
Michael Kerrisk [Sat, 11 Feb 2012 16:56:25 +0000 (05:56 +1300)] 
sync.2: PROTOTYPE: Fix return type of syncfs()

Reported-by: Simone Piccardi <piccardi@truelite.it>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agovfork.2: CONFORMING TO: Note that POSIX.1-2001 marked vfork() obsolete
Michael Kerrisk [Tue, 7 Feb 2012 22:53:49 +0000 (11:53 +1300)] 
vfork.2: CONFORMING TO: Note that POSIX.1-2001 marked vfork() obsolete

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agovfork.2: ffix
Michael Kerrisk [Tue, 7 Feb 2012 22:50:05 +0000 (11:50 +1300)] 
vfork.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agovfork.2: Add some notes on reasons why vfork() still exists
Michael Kerrisk [Tue, 7 Feb 2012 21:37:00 +0000 (10:37 +1300)] 
vfork.2: Add some notes on reasons why vfork() still exists

Reported-by: starlight@binnacle.cx
Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agovfork.2: Note clone() flags equivalent to vfork()
Michael Kerrisk [Tue, 7 Feb 2012 21:03:58 +0000 (10:03 +1300)] 
vfork.2: Note clone() flags equivalent to vfork()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agovfork.2: Clarify what is duplicated in the child
Michael Kerrisk [Tue, 7 Feb 2012 21:00:41 +0000 (10:00 +1300)] 
vfork.2: Clarify what is duplicated in the child

Add some words to make it clear to the reader that vfork(),
like fork(), creates duplicates of process attributes
in the child.

Reported-by: starlight@binnacle.cx
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agofork.2: NOTES: Descibe clone() call equivalent to fork()
Michael Kerrisk [Tue, 7 Feb 2012 20:30:07 +0000 (09:30 +1300)] 
fork.2: NOTES: Descibe clone() call equivalent to fork()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agovfork.2: Clarify that calling *thread* is suspended during vfork()
Michael Kerrisk [Tue, 7 Feb 2012 18:43:49 +0000 (07:43 +1300)] 
vfork.2: Clarify that calling *thread* is suspended during vfork()

Reported-by: starlight@binnacle.cx
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoresolv.conf.5: Describe syntax used for comments
Michael Kerrisk [Tue, 7 Feb 2012 18:20:42 +0000 (07:20 +1300)] 
resolv.conf.5: Describe syntax used for comments

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656994

Reported-by: Slaven Rezic <srezic@iconmobile.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agopasswd.5: Correct note on passwd field value when shadowing is enabled
Michael Kerrisk [Tue, 7 Feb 2012 18:01:11 +0000 (07:01 +1300)] 
passwd.5: Correct note on passwd field value when shadowing is enabled

When password shadowing is enabled, the password field
contains an 'x' (not a "8').

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoproc.5: Fix description of fourth field of /proc/loadavg
Elie De Brauwer [Tue, 7 Feb 2012 17:20:46 +0000 (06:20 +1300)] 
proc.5: Fix description of fourth field of /proc/loadavg

SIgned-off-by: Elie De Brauwer <eliedebrauwer@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoscanf.3: tfix
Michael Kerrisk [Thu, 2 Feb 2012 19:01:32 +0000 (08:01 +1300)] 
scanf.3: tfix

Reported-by: Alain Benedetti <alainb06@free.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agowcslen.3: tfix
Michael Kerrisk [Thu, 2 Feb 2012 18:57:21 +0000 (07:57 +1300)] 
wcslen.3: tfix

Reported-by: carado <carado@savhon.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agomount.2: Removed erroneous statement about MS_RDONLY and bind mounts
Michael Kerrisk [Wed, 18 Jan 2012 10:23:51 +0000 (23:23 +1300)] 
mount.2: Removed erroneous statement about MS_RDONLY and bind mounts

Reported-by: Junjiro Okajima <jro@mx3.ttcn.ne.jp>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agogets.3: Document C11 and glibc 2.16 changes affecting gets()
Michael Kerrisk [Wed, 18 Jan 2012 01:28:10 +0000 (14:28 +1300)] 
gets.3: Document C11 and glibc 2.16 changes affecting gets()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agofeature_test_macros.7: Document _ISOC11_SOURCE
Michael Kerrisk [Wed, 18 Jan 2012 01:21:03 +0000 (14:21 +1300)] 
feature_test_macros.7: Document _ISOC11_SOURCE

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agocore.5: Document %E specifier for core_pattern
Michael Kerrisk [Tue, 17 Jan 2012 08:36:44 +0000 (21:36 +1300)] 
core.5: Document %E specifier for core_pattern

Reported-by: Junjiro Okajima <jro@mx3.ttcn.ne.jp>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoreaddir.3: wfix
Michael Kerrisk [Tue, 17 Jan 2012 03:27:21 +0000 (16:27 +1300)] 
readdir.3: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoinotify.7: Note that 'cookie' field is set to zero when unused
Michael Kerrisk [Wed, 7 Dec 2011 06:19:58 +0000 (07:19 +0100)] 
inotify.7: Note that 'cookie' field is set to zero when unused

Reported-by: Yang Yang <wdscxsj@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoExpanded tabs
Michael Kerrisk [Sat, 12 Nov 2011 09:30:28 +0000 (10:30 +0100)] 
Expanded tabs

12 years agowcsnrtombs.3, wcsrtombs.3, wcstombs.3: Fix-ups for e9c23bc636426366d659809bc99cd84661...
Michael Kerrisk [Sun, 16 Oct 2011 06:07:31 +0000 (08:07 +0200)] 
wcsnrtombs.3, wcsrtombs.3, wcstombs.3: Fix-ups for e9c23bc636426366d659809bc99cd84661e86464

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agowcpcpy.3: tfix
Michael Kerrisk [Sun, 16 Oct 2011 05:51:22 +0000 (07:51 +0200)] 
wcpcpy.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agowcrtomb.3: ffix
David Prévot [Sat, 15 Oct 2011 01:24:51 +0000 (21:24 -0400)] 
wcrtomb.3: ffix

Signed-off-by: David Prévot <taffit@debian.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agopthread_sigmask.3: Fix comment that was inconsistent with code in example program
Michael Kerrisk [Sun, 16 Oct 2011 05:13:19 +0000 (07:13 +0200)] 
pthread_sigmask.3: Fix comment that was inconsistent with code in example program

Reported-by: Pat Pannuto <pat.pannuto@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosched_rr_get_interval.2: Update notes on modifying quantum
Clemens Ladisch [Sun, 16 Oct 2011 05:01:47 +0000 (07:01 +0200)] 
sched_rr_get_interval.2: Update notes on modifying quantum

Since Linux 2.6.24, it is no longer possible to
modify the SCHED_RR quantum using setpriority(2).
(Slight edits to Clemens' patch by mtk.)

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosched_rr_get_interval.2: Reworded text of ESRCH error
Michael Kerrisk [Sun, 16 Oct 2011 04:54:16 +0000 (06:54 +0200)] 
sched_rr_get_interval.2: Reworded text of ESRCH error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosched_rr_get_interval.2: srcfix: Changed in-line formatting to dot directives
Michael Kerrisk [Sun, 16 Oct 2011 04:50:04 +0000 (06:50 +0200)] 
sched_rr_get_interval.2: srcfix: Changed in-line formatting to dot directives

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosched_rr_get_interval.2: Reordered various pieces of text
Michael Kerrisk [Sun, 16 Oct 2011 04:45:57 +0000 (06:45 +0200)] 
sched_rr_get_interval.2: Reordered various pieces of text

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoman.7: Various fixes for description of NAME section
Michael Kerrisk [Wed, 5 Oct 2011 05:50:34 +0000 (07:50 +0200)] 
man.7: Various fixes for description of NAME section

As noted by reporter:
* The code sample given for the NAME section is incomplete because
  the actual content sample is not given.
* Additionally, the description assumes that the item described is
  a command, which need not be the case.
* The command makewhatis is not present on my system; the
  documented tool to create the whatis database is called mandb.
* The description on .SH NAME in man(7) should either copy the
  relevant paragraph of lexgrog(1) or refer to it.

Reported by: Kristof Zelechovski <giecrilj@stegny.2a.pl>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoproc.5: srcfix: Added pointer to a commit
Michael Kerrisk [Wed, 5 Oct 2011 05:38:45 +0000 (07:38 +0200)] 
proc.5: srcfix: Added pointer to a commit

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agorecvmmsg.2: srcfix: Added FIXME
Michael Kerrisk [Wed, 5 Oct 2011 04:45:34 +0000 (06:45 +0200)] 
recvmmsg.2: srcfix: Added FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosyscalls.2: ffix
Michael Kerrisk [Wed, 5 Oct 2011 04:44:40 +0000 (06:44 +0200)] 
syscalls.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoChanges.old: ffix
Michael Kerrisk [Wed, 5 Oct 2011 04:42:57 +0000 (06:42 +0200)] 
Changes.old: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoStart of man-pages-3.36: updating Changes and Changes.old
Michael Kerrisk [Tue, 4 Oct 2011 06:41:25 +0000 (08:41 +0200)] 
Start of man-pages-3.36: updating Changes and Changes.old

12 years agoStart of man-pages-3.36: updating .Announce and .lsm files
Michael Kerrisk [Tue, 4 Oct 2011 06:41:25 +0000 (08:41 +0200)] 
Start of man-pages-3.36: updating .Announce and .lsm files

12 years agoStart of man-pages-3.36: renaming .Announce and .lsm files
Michael Kerrisk [Tue, 4 Oct 2011 06:41:25 +0000 (08:41 +0200)] 
Start of man-pages-3.36: renaming .Announce and .lsm files

12 years agoReady for 3.35 man-pages-3.35
Michael Kerrisk [Tue, 4 Oct 2011 06:34:37 +0000 (08:34 +0200)] 
Ready for 3.35

12 years agoRemoved trailing white space at end of lines
Michael Kerrisk [Tue, 4 Oct 2011 06:34:28 +0000 (08:34 +0200)] 
Removed trailing white space at end of lines

12 years agoChanges, setns.2, stat.2, proc.5, capabilities.7: tstamp
Michael Kerrisk [Tue, 4 Oct 2011 06:32:21 +0000 (08:32 +0200)] 
Changes, setns.2, stat.2, proc.5, capabilities.7: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agorecvmmsg.2: tstamp
Michael Kerrisk [Tue, 4 Oct 2011 05:58:49 +0000 (07:58 +0200)] 
recvmmsg.2: tstamp

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agorecvmmsg.2: SEE ALSO: add sendmmsg(2)
Michael Kerrisk [Fri, 9 Sep 2011 21:17:48 +0000 (23:17 +0200)] 
recvmmsg.2: SEE ALSO: add sendmmsg(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agorecvmmsg.2: Added copyright and license notice
Michael Kerrisk [Thu, 29 Sep 2011 04:12:37 +0000 (06:12 +0200)] 
recvmmsg.2: Added copyright and license notice

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agorecv.2: Add mention of recvmmsg(2)
Michael Kerrisk [Sat, 10 Sep 2011 15:48:49 +0000 (17:48 +0200)] 
recv.2: Add mention of recvmmsg(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agorecvmmsg.2: Various improvements and formatting fixes
Michael Kerrisk [Fri, 9 Sep 2011 20:56:04 +0000 (22:56 +0200)] 
recvmmsg.2: Various improvements and formatting fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agorecvmmsg.2: New man page for recvmmsg(2)
Andi Kleen [Fri, 9 Sep 2011 20:55:11 +0000 (22:55 +0200)] 
recvmmsg.2: New man page for recvmmsg(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoaio_cancel.3: Clarify meaning of "return status" and "error status"
Michael Kerrisk [Tue, 4 Oct 2011 05:41:01 +0000 (07:41 +0200)] 
aio_cancel.3: Clarify meaning of "return status" and "error status"

Reported-by: Jon Grant <jg@jguk.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoaio_write.3: ffix
Michael Kerrisk [Tue, 4 Oct 2011 05:39:16 +0000 (07:39 +0200)] 
aio_write.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoaio_read.3: ffix
Michael Kerrisk [Tue, 4 Oct 2011 05:38:35 +0000 (07:38 +0200)] 
aio_read.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agomount.2, prctl.2: s/task/thread/ for consistency with other pages
Michael Kerrisk [Mon, 3 Oct 2011 13:40:42 +0000 (15:40 +0200)] 
mount.2, prctl.2: s/task/thread/ for consistency with other pages

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agointro.1, fork.2, futex.2, open.2, rename.2, select_tut.2, semop.2, spu_create.2,...
Michael Kerrisk [Mon, 3 Oct 2011 06:47:35 +0000 (08:47 +0200)] 
intro.1, fork.2, futex.2, open.2, rename.2, select_tut.2, semop.2, spu_create.2, stat.2, netlink.3, random.3, scanf.3, shm_open.3, strftime.3, console.4, console_codes.4, sk98lin.4, st.4, bootparam.7, cpuset.7, credentials.7, man-pages.7, path_resolution.7, uri.7: Global fix: remove spaces around em-dash

Normal English typographical convention is not to have
spaces around em dashes.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agostdio.3: ffix
Michael Kerrisk [Mon, 3 Oct 2011 06:46:17 +0000 (08:46 +0200)] 
stdio.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosetns.2: Edited in review comments from Eric Biederman
Michael Kerrisk [Mon, 3 Oct 2011 06:33:39 +0000 (08:33 +0200)] 
setns.2: Edited in review comments from Eric Biederman

Reviewed-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosetns.2: Various improvements
Michael Kerrisk [Fri, 9 Sep 2011 05:36:29 +0000 (07:36 +0200)] 
setns.2: Various improvements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoproc.5: Some edit's to Eric Biederman's /proc/[pid]/ns/ additions
Michael Kerrisk [Fri, 9 Sep 2011 04:54:29 +0000 (06:54 +0200)] 
proc.5: Some edit's to Eric Biederman's /proc/[pid]/ns/ additions

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agoproc.5: Document /proc/[pid]/ns/
Eric W. Biederman [Mon, 30 May 2011 03:17:49 +0000 (20:17 -0700)] 
proc.5: Document /proc/[pid]/ns/

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agocapabilities.7: List setns(2) as an operation allowed by CAP_SYS_ADMIN
Michael Kerrisk [Fri, 9 Sep 2011 00:34:18 +0000 (02:34 +0200)] 
capabilities.7: List setns(2) as an operation allowed by CAP_SYS_ADMIN

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosetns.2: Minor improvements
Michael Kerrisk [Fri, 9 Sep 2011 02:04:42 +0000 (04:04 +0200)] 
setns.2: Minor improvements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosetns.2: srcfix: Added FIXMEs
Michael Kerrisk [Fri, 9 Sep 2011 00:43:49 +0000 (02:43 +0200)] 
setns.2: srcfix: Added FIXMEs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosetns.2: Note privileges required
Michael Kerrisk [Fri, 9 Sep 2011 00:30:51 +0000 (02:30 +0200)] 
setns.2: Note privileges required

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosetns.2: Minor improvements
Michael Kerrisk [Fri, 9 Sep 2011 00:28:35 +0000 (02:28 +0200)] 
setns.2: Minor improvements

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosetns.2: New manual page for setns(2)
Eric W. Biederman [Fri, 9 Sep 2011 00:17:45 +0000 (02:17 +0200)] 
setns.2: New manual page for setns(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosigwaitinfo.2: Note that attempts to wait for SIGKILL and SIGSTOP are silently ignored
Michael Kerrisk [Mon, 3 Oct 2011 06:14:23 +0000 (08:14 +0200)] 
sigwaitinfo.2: Note that attempts to wait for SIGKILL and SIGSTOP are silently ignored

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agonsswitch.conf.5: wfix
Michael Kerrisk [Mon, 3 Oct 2011 05:55:37 +0000 (07:55 +0200)] 
nsswitch.conf.5: wfix

Reported-by: Kevin Lyda <kevin@ie.suberic.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agonetlink.3: wfix
Michael Kerrisk [Mon, 3 Oct 2011 05:53:16 +0000 (07:53 +0200)] 
netlink.3: wfix

Reported-by: Kevin Lyda <kevin@ie.suberic.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agotermios.3: spfix
Kevin Lyda [Mon, 3 Oct 2011 05:45:24 +0000 (07:45 +0200)] 
termios.3: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agort_sigqueueinfo.2: spfix
Kevin Lyda [Mon, 3 Oct 2011 05:43:42 +0000 (07:43 +0200)] 
rt_sigqueueinfo.2: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agomknodat.2: scrfix: spelling fix
Kevin Lyda [Mon, 3 Oct 2011 05:41:50 +0000 (07:41 +0200)] 
mknodat.2: scrfix: spelling fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agostat.2: Regarding automounter action, add a reference to fstatat(2)
Michael Kerrisk [Sat, 1 Oct 2011 04:32:50 +0000 (06:32 +0200)] 
stat.2: Regarding automounter action, add a reference to fstatat(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agostat.2: Note POSIX.1-2001 and POSIX.1-2008 requirements for lstat()
Michael Kerrisk [Sat, 1 Oct 2011 05:15:05 +0000 (07:15 +0200)] 
stat.2: Note POSIX.1-2001 and POSIX.1-2008 requirements for lstat()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agostat.2: Clean up text describing which POSIX descibes S_IF* constants
Michael Kerrisk [Sat, 1 Oct 2011 05:09:15 +0000 (07:09 +0200)] 
stat.2: Clean up text describing which POSIX descibes S_IF* constants

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agosend.2: CONFORMING TO: POSIX.1-2008 adds MSG_NOSIGNAL
Michael Kerrisk [Sat, 1 Oct 2011 04:55:40 +0000 (06:55 +0200)] 
send.2: CONFORMING TO: POSIX.1-2008 adds MSG_NOSIGNAL

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agogets.3: POSIX.1-2008 marks gets() obsolescent
Michael Kerrisk [Sat, 1 Oct 2011 04:38:49 +0000 (06:38 +0200)] 
gets.3: POSIX.1-2008 marks gets() obsolescent

The page formerly erroneously stated that POSIX.1-2008
removed the specification of this function.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agombsnrtowcs.3, wcpcpy.3, wcpncpy.3, wcsnlen.3, wcsnrtombs.3: CONFORMING TO: Add POSIX...
Michael Kerrisk [Sat, 1 Oct 2011 04:28:29 +0000 (06:28 +0200)] 
mbsnrtowcs.3, wcpcpy.3, wcpncpy.3, wcsnlen.3, wcsnrtombs.3: CONFORMING TO: Add POSIX.1-2008

These functions are specified in the POSIX.1-2008 revision.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agostrdup.3: CONFORMING TO: strndup() is in POSIX.1-2008
Michael Kerrisk [Sat, 1 Oct 2011 04:21:22 +0000 (06:21 +0200)] 
strdup.3: CONFORMING TO: strndup() is in POSIX.1-2008

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
12 years agostrcpy.3: SEE ALSO: Add stpncpy(3)
Mike Frysinger [Thu, 29 Sep 2011 04:26:17 +0000 (06:26 +0200)] 
strcpy.3: SEE ALSO: Add stpncpy(3)

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>