Module Name:    src
Committed By:   wiz
Date:           Mon Nov 13 09:04:57 UTC 2017

Modified Files:
        src/lib/libc/sys: open.2

Log Message:
Remove Tn.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/lib/libc/sys/open.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/open.2
diff -u src/lib/libc/sys/open.2:1.58 src/lib/libc/sys/open.2:1.59
--- src/lib/libc/sys/open.2:1.58	Thu Nov  9 20:30:02 2017
+++ src/lib/libc/sys/open.2	Mon Nov 13 09:04:57 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: open.2,v 1.58 2017/11/09 20:30:02 christos Exp $
+.\"	$NetBSD: open.2,v 1.59 2017/11/13 09:04:57 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -383,9 +383,7 @@ is specified and the last path component
 .It Bq Er ENXIO
 The named file is a character special or block
 special file, and the device associated with this special file
-does not exist, or
-the named file is a
-.Tn FIFO ,
+does not exist, or the named file is a FIFO,
 .Dv O_NONBLOCK
 and
 .Dv O_WRONLY

Reply via email to