Module Name:    src
Committed By:   uwe
Date:           Sun Dec  4 19:01:19 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/lib/libc/sys/fcntl.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/fcntl.2
diff -u src/lib/libc/sys/fcntl.2:1.48 src/lib/libc/sys/fcntl.2:1.49
--- src/lib/libc/sys/fcntl.2:1.48	Sun Dec  4 11:25:09 2022
+++ src/lib/libc/sys/fcntl.2	Sun Dec  4 19:01:19 2022
@@ -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 @@ The argument
 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 @@ in the buffer pointed to by
 .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

Reply via email to