|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- $Revision$ --> |
3 | | -<!-- EN-Revision: 9ec46b8b8aa9ed5a6798996e742c0fe8a7820da8 Maintainer: yannick Status: ready --> |
| 3 | +<!-- EN-Revision: f80105b4fc1196bd8d5fecb98d686b580b1ff65d Maintainer: yannick Status: ready --> |
4 | 4 | <!-- Reviewed: no --> |
5 | 5 |
|
6 | 6 | <refentry xml:id="evstat.attr" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> |
|
41 | 41 | <tbody> |
42 | 42 | <row> |
43 | 43 | <entry> |
44 | | - <constant>'dev'</constant> |
| 44 | + <literal>'dev'</literal> |
45 | 45 | </entry> |
46 | 46 | <entry>ID du périphérique contenant le fichier</entry> |
47 | 47 | </row> |
48 | 48 | <row> |
49 | 49 | <entry> |
50 | | - <constant>'ino'</constant> |
| 50 | + <literal>'ino'</literal> |
51 | 51 | </entry> |
52 | 52 | <entry>nombre d'inodes</entry> |
53 | 53 | </row> |
54 | 54 | <row> |
55 | 55 | <entry> |
56 | | - <constant>'mode'</constant> |
| 56 | + <literal>'mode'</literal> |
57 | 57 | </entry> |
58 | 58 | <entry>protection</entry> |
59 | 59 | </row> |
60 | 60 | <row> |
61 | 61 | <entry> |
62 | | - <constant>'nlink'</constant> |
| 62 | + <literal>'nlink'</literal> |
63 | 63 | </entry> |
64 | 64 | <entry>nombre de liens durs</entry> |
65 | 65 | </row> |
66 | 66 | <row> |
67 | 67 | <entry> |
68 | | - <constant>'uid'</constant> |
| 68 | + <literal>'uid'</literal> |
69 | 69 | </entry> |
70 | 70 | <entry>ID de l'utilisateur du propriétaire</entry> |
71 | 71 | </row> |
72 | 72 | <row> |
73 | 73 | <entry> |
74 | | - <constant>'size'</constant> |
| 74 | + <literal>'size'</literal> |
75 | 75 | </entry> |
76 | 76 | <entry>taille totale, en octets</entry> |
77 | 77 | </row> |
78 | 78 | <row> |
79 | 79 | <entry> |
80 | | - <constant>'gid'</constant> |
| 80 | + <literal>'gid'</literal> |
81 | 81 | </entry> |
82 | 82 | <entry>ID du groupe du propriétaire</entry> |
83 | 83 | </row> |
84 | 84 | <row> |
85 | 85 | <entry> |
86 | | - <constant>'rdev'</constant> |
| 86 | + <literal>'rdev'</literal> |
87 | 87 | </entry> |
88 | 88 | <entry>ID du périphérique (si fichier spécifial)</entry> |
89 | 89 | </row> |
90 | 90 | <row> |
91 | 91 | <entry> |
92 | | - <constant>'blksize'</constant> |
| 92 | + <literal>'blksize'</literal> |
93 | 93 | </entry> |
94 | 94 | <entry>taille du bloc pour un système de fichiers I/O</entry> |
95 | 95 | </row> |
96 | 96 | <row> |
97 | 97 | <entry> |
98 | | - <constant>'blocks'</constant> |
| 98 | + <literal>'blocks'</literal> |
99 | 99 | </entry> |
100 | 100 | <entry>nombre de blocs 512B alloués</entry> |
101 | 101 | </row> |
102 | 102 | <row> |
103 | 103 | <entry> |
104 | | - <constant>'atime'</constant> |
| 104 | + <literal>'atime'</literal> |
105 | 105 | </entry> |
106 | 106 | <entry>Date/heure du dernier accès</entry> |
107 | 107 | </row> |
108 | 108 | <row> |
109 | 109 | <entry> |
110 | | - <constant>'ctime'</constant> |
| 110 | + <literal>'ctime'</literal> |
111 | 111 | </entry> |
112 | 112 | <entry>Date/Heure de la dernière modification de statut</entry> |
113 | 113 | </row> |
114 | 114 | <row> |
115 | 115 | <entry> |
116 | | - <constant>'mtime'</constant> |
| 116 | + <literal>'mtime'</literal> |
117 | 117 | </entry> |
118 | 118 | <entry>Date/heure de la dernière modification</entry> |
119 | 119 | </row> |
|
0 commit comments