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 an unnecessary .Ns.



details:   https://anonhg.NetBSD.org/src/rev/1242f4a7b946
branches:  trunk
changeset: 535086:1242f4a7b946
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Aug 10 01:18:18 2002 +0000

description:
Remove an unnecessary .Ns.

diffstat:

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

diffs (18 lines):

diff -r 6ef6058b82dd -r 1242f4a7b946 lib/libc/sys/select.2
--- a/lib/libc/sys/select.2     Sat Aug 10 01:04:19 2002 +0000
+++ b/lib/libc/sys/select.2     Sat Aug 10 01:18:18 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: select.2,v 1.16 2002/08/10 01:04:19 itojun Exp $
+.\"    $NetBSD: select.2,v 1.17 2002/08/10 01:18:18 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -249,7 +249,7 @@
 Calculating the delta is easily done by calling
 .Xr gettimeofday 2
 before and after the call to
-.Fn select Ns ,
+.Fn select ,
 and using
 .Fn timersub
 (as described in



Home | Main Index | Thread Index | Old Index