Commit Graph

956 Commits

Author SHA1 Message Date
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