From 8c1e7c9c477579fc27de02114a671d6cb7b2f524 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 2 Oct 2008 13:28:02 +0200 Subject: [PATCH] wspacefix Signed-off-by: Michael Kerrisk --- man2/readdir.2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/readdir.2 b/man2/readdir.2 index a6d4fe556..4f056c7db 100644 --- a/man2/readdir.2 +++ b/man2/readdir.2 @@ -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