Commit Graph

1093 Commits

Author SHA1 Message Date
Nicolas François 05f6c8ef65 tcp.7: Minor fix
It seems to me that "algorithm" is missing here.
Or maybe "choices" could be replaced by "algorithms".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:29 +02:00
Nicolas François 19a7edd645 koi8-u.7: Minor fixes
Unneeded double spaces.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:28 +02:00
Nicolas François 8b2096a905 iso_8859-4.7: Minor fixes
The decimal did not match with octal and hexa values.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:28 +02:00
Nicolas François de1d448783 iso_8859-10.7: Minor fixes
Spelling fix.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:28 +02:00
Nicolas François 531178c584 ip.7: Minor fixes
Consistently use the infinitive.
Other typos.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:28 +02:00
Nicolas François 0b8403b824 feature_test_macros.7: Minor fixes
Fix important typos in constant values.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:27 +02:00
Nicolas François 1188776ff7 udp.7: Minor fixes
Grammar and formatting fixes.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:27 +02:00
Nicolas François 7b67ce431a tcp.7: Minor fixes
tcp_congestion_control is not a boolean. The default is explained in the
text. It cannot be enabled by default.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:27 +02:00
Nicolas François 669cf85752 rtld-audit.7: Minor fixes
Wording and formatting fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:27 +02:00
Nicolas François cb0858c7bf pthreads.7: Minor fixes
Grammar fix.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:26 +02:00
Nicolas François b464dbdf47 numa.7: Minor fixes
Spelling and formatting fixes.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:26 +02:00
Nicolas François 13d4996f47 icmp.7: Minor fixes
A .IR is more consistent with others items in the list.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:22 +02:00
Michael Kerrisk 5bbdbc7e92 mq_overview.7: Change documented ranges for msg_max and msgsize_max
Linux 2.6.28 changed the permissible ranges for
these /proc files.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-09-28 12:46:21 +02:00
Michael Kerrisk 361640b813 capabilities.7: Fix version number for CAP_MKNOD in DS UID manipulations
A recent patch said "since 2.6.29". It should have
been "since 2.6.30".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-08-03 06:42:08 +02:00
Michael Kerrisk 129bf37be8 capabilities.7: FS UID manipulations affect CAP_LINUX_IMMUTABLE and CAP_MKNOD
Nowadays, file system UID manipulations also affect
CAP_LINUX_IMMUTABLE (since 2.6.3) and CAP_MKNOD (since 2.6.29).

Reported-by: Serge Hallyn: <serue@us.ibm.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-08-02 09:08:41 +02:00
Michael Kerrisk d6584e229e environ.7: Note that last element in environ array is NULL
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528628

Reported-by: sobtwmxt <sobtwmxt@sdf.lonestar.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-07-25 08:40:34 +02:00
Michael Kerrisk 86d9ea3710 environ.7: Wording fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-07-25 08:31:03 +02:00
Mike Frysinger cdd374f8c5 futex.7: tfix: drop spurious colon in URL
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-07-25 07:13:13 +02:00
Reimar Döffinger be7e81b9cb complex.7: Fix type used in example code
man complex (from release 3.18) contains the following code:
    complex z = cexp(I * pi);
Reading the C99 standard, "complex" is not a valid type, and several
compilers (Intel ICC, ARM RVCT) will refuse to compile.
It should be
    double complex z = cexp(I * pi);
instead.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-07-25 07:06:16 +02:00
Michael Kerrisk 9935c43c52 complex.7: Add missing header file for example program
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-07-25 07:03:17 +02:00
Michael Kerrisk 8339b8bc24 mq_overview.7: Fix example showing contents of /dev/mqueue file
Reported-by: Adrian Dewhurst <sailor@sailorfrag.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-07-25 06:36:36 +02:00
Michael Kerrisk 06ae751a05 mq_overview.7: Note that mkdir and mount commands here need superuser privilege
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-07-25 06:33:08 +02:00
Michael Kerrisk cdb630a811 standards.7: Remove references to dated books
Gallmeister and Lewine are rather old books. Probably,
there are better books to consult nowadays, and anyway,
this man page isn't intended to be a bibliography.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-06-10 10:04:05 +02:00
Bryan Østergaard 35035b2ead rtnetlink.7: tfix: fix wording in comments for 'rtmsg' structure
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-24 13:21:27 +12:00
Lucian Adrian Grijincu df5c8d495b epoll.7: tfix: fix unfinished string in example code
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-24 13:12:53 +12:00
Michael Kerrisk f977e32994 Removed trailing white space at end of lines 2009-04-16 04:03:12 +12:00
Michael Kerrisk 79a2258619 feature_test_macros.7: Add an example program
This example program makes it possible to explore what
feature test macros are set depending on the glibc version
and the macros that are explicitly set.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-03 10:48:24 +13:00
Michael Kerrisk 6e047f1692 feature_test_macros.7: Update for glibc 2.10 changes to <features.h>
From glibc 2.10, <features.h> understands the values 200809
for _POSIX_C_SOURCE and 700 for _XOPEN_SOURCE, and makes
corresponding changes to defaults for other feature test macros.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-04-03 10:14:57 +13:00
Michael Kerrisk 8c629c498f rtld-audit.7: Note that multiple libraries in LD_AUDIT doesn't work
This is reportedly fixed in glibc 2.10.
See http://sourceware.org/bugzilla/show_bug.cgi?id=9733

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 07:48:15 +13:00
Michael Kerrisk 7a1a6b6a75 hier.7: Add description of /srv
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520904

Reported-by: Miike O'Connor <stew@vireo.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-30 07:39:38 +13:00
Michael Kerrisk 9e4922f014 armscii-8.7, cp1251.7, iso_8859-10.7, iso_8859-11.7, iso_8859-13.7, iso_8859-14.7, iso_8859-15.7, iso_8859-16.7, iso_8859-2.7, iso_8859-3.7, iso_8859-4.7, iso_8859-5.7, iso_8859-6.7, iso_8859-7.7, iso_8859-8.7, iso_8859-9.7, koi8-r.7, koi8-u.7: Add explicit character set encoding to first line of source
Nowadays mandb has provision to understand a character set
encoding that is explicitly indicated in the first line
of the source.  As pointed out by Colin Watson, including
such an explicit indication on pages encoded in anything
other than ISO 8859-1 or UTF-8 is useful for man-pages
that aren't shipped in UTF-8.

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519209
and for some other background (responded to by Colin Watson
in the above report):
http://thread.gmane.org/gmane.comp.internationalization.linux/6040
("man page encoding", 5 Jul 2005)

Reported-by: Colin Watson <cjwatson@debian.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-12 15:03:41 +13:00
Michael Kerrisk 9ed6b5178c inotify.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-12 07:24:41 +13:00
Michael Kerrisk 4fa50d7281 ip.7: Fix type used to declare sin6_port
The page should use the type specified by POSIX,
rather than the (equivalent) type used in the kernel

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:35:20 +13:00
Teddy Hogeborn 191702eaad ipv6.7: Fix types used to declare sin6_family and sin6_port
The page should use the types specified by POSIX,
rather than the (equivalent) types used in the kernel.

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

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:35:19 +13:00
Michael Kerrisk bd8384888b shm_open.3, mq_overview.7: Recast discussion on name length to exclude terminating NULL byte
Probably it's clearer to describe the length of the IPC object
name as a count that excludes the null terminator.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-03-08 13:34:49 +13:00
Michael Kerrisk 13e0f2a9d3 sem_overview.7: Fix discussion of length of semaphore names
Because of the "sem." prefix added by glibc to a semaphore
name, the limit on the length of the name (excluding the
terminating null byte) is 251 characters.

Reported-by: Jens Thoms Toerring <jt@toerring.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-25 12:45:34 +13:00
Michael Kerrisk 702cbe158e timer_create.2, timer_delete.2, timer_getoverrun.2, timer_settime.2, numa.7: Make source layout of 'Link with' text consistent with other pages
No actual change to formatted output, but this makes the
page sources more consistent for the purpose of grepping, etc.

Reported-by: Sam Varshavchik <mrsam@courier-mta.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-24 07:50:06 +13:00
Michael Kerrisk 540cc87fed epoll.7: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-21 06:55:14 +13:00
Michael Kerrisk 128d791421 iso_8859-7.7: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-21 00:09:56 +13:00
Michael Kerrisk f0a0c059c3 rtld-audit.7: srcfix: spfix 2009-02-21 00:08:49 +13:00
Michael Kerrisk a4f844c67e man-pages.7: spfix 2009-02-20 23:56:07 +13:00
Michael Kerrisk 1f901dc4a8 man-pages.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-20 23:55:39 +13:00
Michael Kerrisk da39f64cf7 mq_overview.7: Clarify construction rules for message queue object names
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-20 19:52:31 +13:00
Michael Kerrisk e2cbd4754e sem_overview.7: Clarify construction rules for semaphore object names
See also http://groups.google.com/group/comp.os.linux.development.apps/browse_thread/thread/b4a67caa765cb65f

Reported-by: Jens Thoms Toerring <jt@toerring.de>
Reported-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-20 19:52:31 +13:00
Kir Kolyshkin baf17bc4f2 Trivial punctuation fixes in SEE ALSO
In SEE ALSO, when a few man pages are referenced, those are divided by commas.
Every reference is on a separate line, and all lines but the last one should
end with comma. I spotted one place where there is no comma in between
references, and mocked up an awk script to find similar places:

for f in man*/*; do awk '/^.SH ["]SEE ALSO["]/ {sa=1; print "== " FILENAME " =="; print; next } /^\.(PP|SH)/ {sa=0; no=0; next} /^\.BR/ { if (sa==1) { print; if (no == 1) print "Missing comma in " FILENAME " +" FNR-1; no=0 } } /^\.BR .*)$/ { if (sa==1) no=1; next } /\.\\"/ {next} /.*/ { if (sa==1) { print; next }}' $f; done | fgrep 'Missing comma'

This patch fixes all the places found by the above script.

Also, there is an extra dot at the end of uri.7 "SEE ALSO" section.
Removed as per man-pages(7) recommendation.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-20 19:52:29 +13:00
Kir Kolyshkin e69aa6c897 ascii.7: Fix formatting of tables on second page to use monospaced font
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-11 08:18:08 +13:00
Michael Kerrisk 8699ebd957 getitimer.2, clock_getcpuclockid.3, time.7: SEE ALSO: add timer_create(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-10 14:42:17 +13:00
Michael Kerrisk f09cbcf3f0 Removed trailing white space at end of lines 2009-02-09 15:12:23 +13:00
Michael Kerrisk 1814181f27 time.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-09 15:07:23 +13:00
Michael Kerrisk 30106ecf3e standards.7: Update to note that latest POSIX/SUS was ratified in 2008
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-09 12:32:01 +13:00
Michael Kerrisk 68cec1349c feature_test_macros.7: srcfix: update FIXME 2009-02-09 12:32:01 +13:00
Michael Kerrisk 0eb443910b clock_nanosleep.2, getrusage.2, timerfd_create.2, clock.3, clock_getcpuclockid.3, ftime.3, pthread_create.3, pthread_getcpuclockid.3, pthread_tryjoin_np.3, sem_wait.3, time.7: Global fix: Fix xrefs to clock_*.? pages to reflect move to section 2
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-09 12:32:00 +13:00
Michael Kerrisk 804f03e657 clock_nanosleep.2, execve.2, fork.2, nanosleep.2, sigaction.2, timerfd_create.2, pthread_getcpuclockid.3, ualarm.3, usleep.3, pthreads.7, time.7: Global fix: s/(3)/(2)/ in section number xrefs for timer_*() API
The POSIX timers API is implemented (mostly) within the kernel,
so thse interfaces are system calls.  Although there are as yet
no man pages, when they are added they should be in Section 2,
not 3.  Therefore fix those pages that currently refer to these
interfaces as being in Section 3.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-09 12:29:10 +13:00
Michael Kerrisk 30b6304cfa time.7: SEE ALSO: add pthread_getcpuclockid(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-09 12:29:03 +13:00
Michael Kerrisk e6ae68dd1f iso-8859-6.7, iso_8859_6.7: Fix file misnaming: s/9959/8859/
Reported-by: Lefteris Dimitroulakis <edimitro@tee.gr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-09 12:29:02 +13:00
Michael Kerrisk 64b9278c01 koi8-r.7: tstamp
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-03 17:05:22 +13:00
Michael Kerrisk 9bf5122e23 koi8-r.7: SEE ALSO: add koi8-u(7); remove crufty text
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-03 17:04:26 +13:00
Michael Kerrisk a738dbe381 ascii.7: SEE ALSO: add recently added iso_8859-*(7) pages
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-03 16:44:03 +13:00
Michael Kerrisk 82a5bfef44 iso-9959-6.7, iso_9959_6.7: New links to new iso_9959-6.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-02 02:00:12 +13:00
Lefteris Dimitroulakis 14f09ddc2e iso_8859-6.7: New page describing ISO 8859-6 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-02 02:00:11 +13:00
Michael Kerrisk a20d86c132 tis-620.7: New link to new iso_8859-11.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-02 02:00:11 +13:00
Michael Kerrisk 77a7176f97 iso-8859-11.7, iso_8859_11.7: New links to new iso_8859-11.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-02 02:00:11 +13:00
Lefteris Dimitroulakis dcf72df784 iso_8859-11.7: New page documenting ISO 8859-11 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-02 02:00:11 +13:00
Michael Kerrisk 4e0f403475 iso-8859-4.7, iso_8859_4.7, latin4.7: New links to new iso_8859-4.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-02 02:00:11 +13:00
Lefteris Dimitroulakis 59b6463662 iso_8859-4.7: New page documenting ISO 8859-4 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-02 02:00:10 +13:00
Michael Kerrisk 597fa43c2c epoll.7: remove documentation of /proc/sys/fs/epoll/max_user_instances
This /proc interface appeared in 2.6.28. but will be
removed in 2.6.29.

Also, document change in default value of
/proc/sys/fs/epoll/max_user_watches (was 1/32 of lowmem,
now 1/25 of lowmem).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-02 02:00:10 +13:00
Lefteris Dimitroulakis 95d240f7d4 armscii-8.7: New page documenting ArmSCII-8 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-02-02 02:00:10 +13:00
Michael Kerrisk 6b58994b8a libc.7: srcfix: remove out-of-date FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-27 02:29:08 +01:00
Michael Kerrisk ab35dd1f33 svipc.7: Minor changes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-27 02:24:48 +01:00
Michael Kerrisk a8d9df276b epoll.7: tfix
Reported-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-01-23 23:51:53 +01:00
Michael Kerrisk 9e78134960 ascii.7: Update SEE ALSO list to include pages added in 3.17
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-19 18:12:44 +13:00
Michael Kerrisk 74ee79b977 Removed trailing white space at end of lines 2009-01-19 17:12:10 +13:00
Michael Kerrisk 7547121f4f epoll.7: Various wording changes to improve clarity and consistency
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-18 14:20:36 +13:00
Michael Kerrisk 5ee0575d03 epoll.7: Document /proc interfaces for limiting kernel memory usage
Document the following /proc files that were added in
Linux 2.6.28:
/proc/sys/fs/epoll/max_user_instances
/proc/sys/fs/epoll/max_user_watches

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-16 21:40:50 +13:00
Lefteris Dimitroulakis adb4a6ea09 iso_8859-8.7: srcfix: Update header comments to note input from Eli Zaretskii
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-15 08:24:21 +13:00
Michael Kerrisk 0ebf0c4099 koi8-u.7: srcfix: fix copyright year
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-15 06:42:45 +13:00
Michael Kerrisk 6fcb0d31c9 iso_8859-13.7: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-15 06:41:47 +13:00
Michael Kerrisk e33a08e1b0 capabilities.7: spfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 16:22:58 +13:00
Michael Kerrisk 4ffc406708 iso_8859_8.7: New link to new iso_8859-8.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:56 +13:00
Michael Kerrisk dc722287b7 iso-8859-8.7: New link to new iso_8859-8.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk 97a274d2fa iso_8859_5.7: New link to new iso_8859-5.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk 45d4a8b87a iso-8859-5.7: New link to new iso_8859-5.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk 39395ce31f latin3.7: New link to new iso_8859-3.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk ef57189515 iso_8859_3.7: New link to new iso_8859-3.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk 3f75ad592a iso-8859-3.7: New link to new iso_8859-3.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:55 +13:00
Michael Kerrisk 459acf0c7e latin8.7: New link to new iso_8859-14.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk 44d9b5f054 iso_8859_14.7: New link to new iso_8859-14.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk 8dbbb88d18 iso-8859-14.7: New link to new iso_8859-14.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk a58665190d latin7.7: New link to new iso_8859-13.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk 4bfbde6a4b iso_8859_13.7: New link to new iso_8859-13.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk f1e3ba2177 iso-8859-13.7: New link to new iso_8859-13.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:54 +13:00
Michael Kerrisk 2d61325cce latin6.7: New link to new iso_8859-10.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:12:53 +13:00
Michael Kerrisk af645d8c98 iso_8859_10.7: New link to new iso_8859-10.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:02:12 +13:00
Michael Kerrisk b2d2412a1d iso-8859-10.7: New link to new iso_8859-10.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 15:02:12 +13:00
Lefteris Dimitroulakis e2109290cc koi8-u.7: New page documenting KOI8-U character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:47:35 +13:00
Lefteris Dimitroulakis 4af52e8528 iso_8859-8.7: New page documenting ISO 8859-8 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:46:59 +13:00
Lefteris Dimitroulakis 3e1a058835 iso_8859-5.7: New page documenting ISO 8859-5 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:46:32 +13:00
Lefteris Dimitroulakis 0366dade95 iso_8859-3.7: New page documenting ISO 8859-3 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:46:07 +13:00
Lefteris Dimitroulakis 0cede4bdf9 iso_8859-14.7: New page documenting ISO 8859-14 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:45:33 +13:00
Lefteris Dimitroulakis c47a8a9b10 iso_8859-13.7: New page documenting ISO 8859-13 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:43:32 +13:00
Lefteris Dimitroulakis adb18fe98f iso-8859-10.7: New page documenting ISO 8859-10 character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:42:09 +13:00
Lefteris Dimitroulakis 2d3d30f295 cp1251.7: New page documenting CP 1251 (Windows Cyrillic) character set
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 14:40:48 +13:00
Michael Kerrisk d4740e456c cpuset.7: Minor: remove execute permission on file 2009-01-14 13:44:40 +13:00
Michael Kerrisk 6ecda4d146 netdevice.7: Document recently added interface flags
IFF_LOWER_UP (since Linux 2.6.17)
IFF_DORMANT (since Linux 2.6.17)
IFF_ECHO (since Linux 2.6.25)

Documentation taken from comments in <linux/if.h>

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-14 10:41:54 +13:00
Michael Kerrisk d6dcce393f libc.7: Minor: fix URL for dietlibc
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-13 13:07:08 +13:00
Michael Kerrisk 36dc0d7c8e Removed trailing white space at end of lines 2009-01-13 08:58:01 +13:00
Michael Kerrisk 2ee9bd96f7 rtld-audit.7: srcfix: Remove FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-13 08:46:55 +13:00
Michael Kerrisk d56bebb002 rtld-audit.7: New page documenting dynamic linker audting API
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-13 08:40:46 +13:00
Michael Kerrisk de9ed3a3ab syscalls.2, feature_test_macros.7, standards.7: SEE ALSO: add libc(7)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-13 08:37:49 +13:00
Michael Kerrisk 25737f70b7 glibc.7: New link to new libc.7
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-13 08:37:48 +13:00
Michael Kerrisk 383354a986 libc.7: New page giving brief overview of C libraries on Linux
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2009-01-13 08:37:48 +13:00
Michael Kerrisk e0c674cdbb regex.7: minor: Re-instate AUTHOR section, as required by page license. 2009-01-12 23:17:37 +13:00
Michael Kerrisk 6eb334b2cf bind.2, rcmd.3, capabilities.7, ip.7: Global fix: s/reserved port/privileged port/
Some pages used one term, some pages the other term;
make some consistency.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:47:26 -05:00
Michael Kerrisk 97aec57c6f setlocale.3, locale.7: Clean up the description of LANGUAGE environment variable
Clean up the $LANGUAGE description, by removing bogus comments
from setlocale(3) and expanding the mention in locale(7).

Maybe you will decide that a more detailed description should be left
to the gettext(3) documentation, but I actually care about the invisible
part of the patch more since the comments have put me off the track
initially ($LANGUAGE has nothing to do with setlocale(3) and is
completely isolated to gettext, as obvious from the glibc sources).

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:47:25 -05:00
Michael Kerrisk ccf11468bd time.7: SEE ALSO: add clock_gettime(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Reported-by: Pavel Machek <pavel@suse.cz>
2008-12-05 22:47:18 -05:00
Michael Kerrisk 5892dcdae4 ddp.7: ffix 2008-12-05 22:29:00 -05:00
Michael Kerrisk d91ca9d3b7 fifo.7: minor: note that "ls -l" indicates FIFOs with the file type 'p'
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:29:00 -05:00
Michael Kerrisk c4e7b71426 getpeername.2, getsockname.2, getsockopt.2, recv.2, send.2, shutdown.2, sockatmark.3, socket.7, udplite.7: SYNOPSIS: Rename socket file descriptor argument to 'sockfd'
Many sockets man pages use the name 'sockfd' already.
For consistency, changes the others to do so as well.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:28:56 -05:00
Michael Kerrisk 77e75b9077 unix.7: Unix domain sockets don't support the recv() MSG_TRUNC flag
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:28:44 -05:00
Michael Kerrisk 238534b031 tcp.7: Document MSG_TRUNC flag for TCP sockets
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:18:09 -05:00
Michael Kerrisk c24995b98f socket.7: SEE ALSO: add tcp(7) and udp(7)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:18:09 -05:00
Michael Kerrisk 89c9c9537b udp.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:18:08 -05:00
Michael Kerrisk 19e19f5f8a unix.7: Retitled subsection "(Un)supported features" to "Sockets API"
This is consistent with the recent change in tcp(7).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:18:08 -05:00
Michael Kerrisk de092003b7 tcp.7: Note that MSG_PEEK can be used on out-of-band data
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:18:08 -05:00
Michael Kerrisk d888f6a3a6 tcp.7: Relocate out-of-band data discussion
Move to a new subsection entitled "Sockets API".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:18:08 -05:00
Michael Kerrisk 1bc510f506 unix.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-12-05 22:18:08 -05:00
Drake Wilson f169a862d2 capabilities.7: Various minor fixes as per Debian bug 471029
The relevant pieces of
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471029 are:

  - Delete duplicate subentry for KEYCTL_CHOWN/KEYCTL_SETPERM
    operations in the CAP_SYS_ADMIN entry.  (It feels like that
    capability entry should be converted to a list, but I've left it
    in semicolon-delimited form for now.)

  - Remove text about ENFILE from the text about the
    /proc/sys/fs/file-max limit in the CAP_SYS_ADMIN entry, since
    this is already described in the man pages for the relevant
    ofile-creating system calls.

  - Correct or clarify a few other bits of grammar and such; see the
    diff file itself for details.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-28 09:57:56 -05:00
Michael Kerrisk a113945faa Removed trailing white space at end of lines 2008-11-25 21:44:53 -05:00
Michael Kerrisk acae032272 ipv6.7: minor: wording and grammar fixes
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:29 -05:00
Michael Kerrisk f08b799c9c ipv6.7: ffix 2008-11-25 20:54:28 -05:00
Michael Kerrisk f35067be23 arp.7: spfix 2008-11-25 20:54:28 -05:00
Michael Kerrisk 32fb5652a9 arp.7: Document /proc file retrans_time_ms (new in Linux 2.6.12)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:28 -05:00
Michael Kerrisk 5adbf2d415 arp.7: Document /proc file base_reachable_time_ms (new in Linux 2.6.12)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:28 -05:00
Michael Kerrisk 665baea53a arp.7: Add kernel version numbers for /proc interfaces
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:28 -05:00
Michael Kerrisk 35300c3d15 icmp.7: minor: Fix kernel version number for /proc files
s/2.4.10/2.4.9/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:27 -05:00
Michael Kerrisk 707420475b icmp.7: Document icmp_ignore_bogus_error_responses (new in Linux 2.2)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:25 -05:00
Michael Kerrisk f5d246e18e icmp.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:25 -05:00
Michael Kerrisk 7f5a74f7a1 icmp.7: Document icmp_echo_ignore_broadcasts (new in Linux 2.6.12)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:25 -05:00
Michael Kerrisk ed64be7664 icmp.7: ffix 2008-11-25 20:54:24 -05:00
Michael Kerrisk 730f3ab294 icmp.7: Document icmp_ratelimit and icmp_ratemask (new in Linux 2.4.10)
Text taken from Documentation/networking/ip-sysctl.txt

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:24 -05:00
Michael Kerrisk 920a509fdf icmp.7: Add kernel version numbers to /proc file descriptions
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:24 -05:00
Michael Kerrisk 7aaa4c67a5 pthreads.7: srcfix: added FIXME 2008-11-25 20:54:24 -05:00
Michael Kerrisk 88a800a6a8 ip.7: Relocate info about Linux-specific sockopts to NOTES
Also add some source comments about non-standard Linux-specific
options that are not yet documented.
2008-11-25 20:54:23 -05:00
Michael Kerrisk 42d663bb2c ip.7: Remove mention of kernel header from description of IP_RECVERR
Looks like glibc has had this definition since about version 2.1.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:23 -05:00
Michael Kerrisk e77995bdf5 ip.7: srcfix: updated FIXME 2008-11-25 20:54:23 -05:00
Michael Kerrisk 4ebab2e6dd ip.7: srcfix: Add/update FIXMEs for undocumented IP_* socket options
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:23 -05:00
Michael Kerrisk 554805f99b ip.7: Relocate kernel version information for ip_mreqn structure
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:23 -05:00
Michael Kerrisk 161aba8d31 ip.7: Relocate kernel version information for IP_PMTUDISC_PROBE
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:22 -05:00
Michael Kerrisk 02f6363733 ip.7: Added kernel version numbers for IP_* socket options
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:22 -05:00
Michael Kerrisk 21ba63ee0e ip.7: Add kernel version numbers for /proc/sys/net/ipv4/ip_* files
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-11-25 20:54:22 -05:00