From 4cecc6ffcebb15f5e080e24e2e230d3570d6e0cd Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Mon, 3 Sep 2001 17:49:29 +0000
Subject: [PATCH] Don't capitalize jail(2) in the middle of a sentence.
PR: 25876
Submitted by: Koizumi Satoru
---
lib/libc/sys/jail.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2
index 46be1f3e571..15ff2875587 100644
--- a/lib/libc/sys/jail.2
+++ b/lib/libc/sys/jail.2
@@ -83,7 +83,7 @@ The version number of the argument is not correct.
.El
.Pp
Further
-.Fn Jail
+.Fn jail
calls
.Xr chroot 2
internally, so the it can fail for all the same reasons.