Bug 18624 - [PATCH] man fcntl(2): опечатки
Summary: [PATCH] man fcntl(2): опечатки
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: man-pages-ru (show other bugs)
Version: unstable
Hardware: all Linux
: P2 minor
Assignee: Andrey Cherepanov
QA Contact: qa-sisyphus
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2009-01-23 21:47 MSK by Slava Semushin
Modified: 2009-05-10 09:34 MSD (History)
2 users (show)

See Also:


Attachments
Исправление опечаток (948 bytes, patch)
2009-01-23 21:47 MSK, Slava Semushin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Slava Semushin 2009-01-23 21:47:03 MSK
Created attachment 3251 [details]
Исправление опечаток

man-pages-ru-0.98-alt13

В man fcntl заметил следующие опечатки:

-  /* PID процесса блокирующего нашу блокировку (F_GETLK only) */
Здесь only не переведено.

- "Поле  l_type  может быть использовано для указания типа блокировки: чтение (F_RDLCK)  или  запись  (F_WDLCK)." Режима F_WDLCK нет, это опечатка, нужно заменить на F_WRLCK

- "Если  устнаовлен  F_SETLK,  но для файла удерживается конфликтующая блокировка, то происходит  ожидание  снятия  блокировки." Опечатка: s/устнаовлен/установлен/
Comment 1 Repository Robot 2009-04-17 21:00:23 MSD
man-pages-ru-0.98-alt14 -> sisyphus:

* Sat Apr 11 2009 Slava Semushin <php-coder@altlinux> 0.98-alt14

- NMU
- ln.1: fixed typo in parameter name (Closes: #16350)
- sudo.8: fixed typo (Closes: #18542)
- fcntl.2: fixed typos (Closes: #18624)
- accept.2: fixed typo and formatting (Closes: #18625)
- shutdown.2: updated (Closes: #18626)