From 067c7f48def4817208af5bb4f6b43acdb2f03fce Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Mon, 20 Nov 2000 16:25:10 +0000 Subject: [PATCH] Fix hard sentence break introduced in rev 1.7. --- lib/libc/gen/getusershell.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/gen/getusershell.3 b/lib/libc/gen/getusershell.3 index c61a38a486c..6f84cb08c84 100644 --- a/lib/libc/gen/getusershell.3 +++ b/lib/libc/gen/getusershell.3 @@ -97,6 +97,7 @@ function appeared in The .Fn getusershell function leaves its result in an internal static object and returns -a pointer to that object. Subsequent calls to +a pointer to that object. +Subsequent calls to .Fn getusershell will modify the same object.