Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Fix some formatting mistakes of mine.



details:   https://anonhg.NetBSD.org/src/rev/3d734802d7be
branches:  trunk
changeset: 477108:3d734802d7be
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon Oct 11 11:03:27 1999 +0000

description:
Fix some formatting mistakes of mine.

diffstat:

 lib/libc/gen/ulimit.3 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 683cfcf110b3 -r 3d734802d7be lib/libc/gen/ulimit.3
--- a/lib/libc/gen/ulimit.3     Mon Oct 11 10:05:47 1999 +0000
+++ b/lib/libc/gen/ulimit.3     Mon Oct 11 11:03:27 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ulimit.3,v 1.1 1999/09/13 18:38:06 kleink Exp $
+.\"    $NetBSD: ulimit.3,v 1.2 1999/10/11 11:03:27 kleink Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -73,7 +73,7 @@
 If successful, the
 .Fn ulimit
 function will not change the setting of
-.Dv errno .
+.Va errno .
 .Pp
 The
 .Fn ulimit
@@ -90,12 +90,12 @@
 .Va errno
 to indicate an error, and the limit is not changed.
 Therefore, to detect an error condition applications should set
-.Dv errno
+.Va errno
 to 0, call
 .Fn ulimit ,
 and check if -1 is returned and
-.Dv errno
-is non-zero .
+.Va errno
+is non-zero.
 .Sh ERRORS
 The
 .Fn ulimit



Home | Main Index | Thread Index | Old Index