]> git.pld-linux.org Git - packages/util-linux.git/blob - util-linux-info.patch
- finished removing bogus da man pages
[packages/util-linux.git] / util-linux-info.patch
1 diff -Nur util-linux-2.11g.orig/sys-utils/ipc.texi util-linux-2.11g/sys-utils/ipc.texi
2 --- util-linux-2.11g.orig/sys-utils/ipc.texi    Thu Apr 12 23:11:42 2001
3 +++ util-linux-2.11g/sys-utils/ipc.texi Sat Aug  4 19:07:44 2001
4 @@ -30,9 +30,9 @@
5  programs within the terms of the GNU GPL.
6  @end titlepage
7  
8 -@dircategory Miscellaneous
9 +@dircategory Miscellaneous:
10  @direntry
11 -* ipc: (ipc).           System V style inter process communication
12 +* ipc: (ipc).                          System V style inter process communication
13  @end direntry
14  
15  @node top, Overview, Notes, (dir)
16 @@ -358,7 +358,7 @@
17  
18  @example
19  struct msgbuf 
20 -    long mtype;      type of message (@xref{msgrcv}).
21 +    long mtype;      type of message (@xref{msgrcv}.)
22      char mtext[1];   message text .. why is this not a ptr?
23  @end example
24  
25 @@ -561,7 +561,7 @@
26  @item
27  buf    : allocated by user for reading/writing info.
28  @item
29 -cmd    : IPC_STAT, IPC_SET, IPC_RMID (@xref{syscalls}).
30 +cmd    : IPC_STAT, IPC_SET, IPC_RMID (@xref{syscalls}.)
31  @end itemize
32  
33  IPC_STAT results in the copy of the queue data structure
34 @@ -1152,7 +1152,7 @@
35  @item
36  shmid : id got from call to shmget.
37  @item
38 -cmd : IPC_STAT, IPC_SET, IPC_RMID (@xref{syscalls}).
39 +cmd : IPC_STAT, IPC_SET, IPC_RMID (@xref{syscalls}.)
40  @itemize @asis
41  @item
42  IPC_SET : Used to set the owner uid, gid, and shm_perms.mode field.
This page took 0.270674 seconds and 3 git commands to generate.