Module Name: src
Committed By: wiz
Date: Thu Dec 28 23:14:49 UTC 2017
Modified Files:
src/share/man/man4: options.4
Log Message:
Formatting nit.
To generate a diff of this commit:
cvs rdiff -u -r1.476 -r1.477 src/share/man/man4/options.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/options.4
diff -u src/share/man/man4/options.4:1.476 src/share/man/man4/options.4:1.477
--- src/share/man/man4/options.4:1.476 Thu Dec 28 17:51:49 2017
+++ src/share/man/man4/options.4 Thu Dec 28 23:14:49 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.476 2017/12/28 17:51:49 christos Exp $
+.\" $NetBSD: options.4,v 1.477 2017/12/28 23:14:49 wiz Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -1062,7 +1062,7 @@ routines, (a.k.a. the
.Fn namei
cache, though called by many other names in the kernel source).
By default, this cache has
-.Dv (NPROC + NTEXT + 100)
+.Dv ( NPROC + NTEXT + 100 )
entries (NPROC set as 20 + 16 * MAXUSERS and NTEXT as 80 + NPROC / 8).
A reasonable way to derive a value of
.Dv NVNODE ,