Remove duplicate lines.

This commit is contained in:
wiz 2002-08-12 21:52:37 +00:00
parent ef2a9b1611
commit 03b08c2f0d
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: getdents.2,v 1.10 2002/08/12 21:26:27 soren Exp $
.\" $NetBSD: getdents.2,v 1.11 2002/08/12 21:52:37 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -103,8 +103,6 @@ is the type of file, where the following are possible types:
.Dv DT_REG ,
.Dv DT_LNK ,
.Dv DT_SOCK ,
.Dv DT_WHT ,
.Dv DT_SOCK ,
and
.Dv DT_WHT .
.Pp