wspacefix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-02 13:28:02 +02:00
parent b82f860abd
commit 8c1e7c9c47
1 changed files with 4 additions and 4 deletions

View File

@ -64,10 +64,10 @@ structure is declared as follows:
.in +4n
.nf
struct old_linux_dirent {
long d_ino; /* inode number */
off_t d_off; /* offset to this \fIold_linux_dirent\fP */
unsigned short d_reclen; /* length of this \fId_name\fP */
char d_name[NAME_MAX+1]; /* filename (null-terminated) */
long d_ino; /* inode number */
off_t d_off; /* offset to this \fIold_linux_dirent\fP */
unsigned short d_reclen; /* length of this \fId_name\fP */
char d_name[NAME_MAX+1]; /* filename (null-terminated) */
}
.fi
.in