Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Remove Tn.



details:   https://anonhg.NetBSD.org/src/rev/359527f01d8f
branches:  trunk
changeset: 827802:359527f01d8f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Nov 13 09:04:57 2017 +0000

description:
Remove Tn.

diffstat:

 lib/libc/sys/open.2 |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 091a240af300 -r 359527f01d8f lib/libc/sys/open.2
--- a/lib/libc/sys/open.2       Mon Nov 13 08:56:54 2017 +0000
+++ b/lib/libc/sys/open.2       Mon Nov 13 09:04:57 2017 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index