Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys fcntl(2): Fix wrong markup in a couple of places



details:   https://anonhg.NetBSD.org/src/rev/f6668cb609c4
branches:  trunk
changeset: 372522:f6668cb609c4
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Dec 04 19:01:19 2022 +0000

description:
fcntl(2): Fix wrong markup in a couple of places

diffstat:

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

diffs (27 lines):

diff -r 39c282db2ae0 -r f6668cb609c4 lib/libc/sys/fcntl.2
--- a/lib/libc/sys/fcntl.2      Sun Dec 04 17:04:06 2022 +0000
+++ b/lib/libc/sys/fcntl.2      Sun Dec 04 19:01:19 2022 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fcntl.2,v 1.48 2022/12/04 11:25:09 uwe Exp $
+.\"    $NetBSD: fcntl.2,v 1.49 2022/12/04 19:01:19 uwe Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -143,7 +143,7 @@
 is interpreted as an int.
 .It Dv F_CLOSEM
 Close all file descriptors greater than or equal to
-.Ar fd .
+.Fa fd .
 .It Dv F_MAXFD
 Return the maximum file descriptor number currently open by the process.
 .It Dv F_GETNOSIGPIPE
@@ -161,7 +161,7 @@
 .Fa arg .
 .Fa arg
 should be pointing to a buffer of at least
-.Fa MAXPATHLEN .
+.Dv MAXPATHLEN .
 .El
 .Pp
 The set of valid flags for the



Home | Main Index | Thread Index | Old Index