Bug 18624

Summary: [PATCH] man fcntl(2): опечатки
Product: Sisyphus Reporter: Slava Semushin <php-coder>
Component: man-pages-ruAssignee: Andrey Cherepanov <cas>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: minor    
Priority: P2 CC: asy, cas
Version: unstableKeywords: patch
Hardware: all   
OS: Linux   
Attachments:
Description Flags
Исправление опечаток none

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)