Hello, it seems that setlogin and name weren't replaced everywhere. I also replaced ".Nm" with ".Fn getentropy" to get the ().
Best regards, Piotr Sikora
--- lib/libc/sys/getentropy.2-orig Fri Jun 13 10:13:05 2014 +++ lib/libc/sys/getentropy.2 Fri Jun 13 10:20:25 2014 @@ -25,20 +25,19 @@ .Ft ssize_t .Fn getentropy "char *buf" "size_t buflen" .Sh DESCRIPTION -.Nm +.Fn getentropy returns a buffer of high-quality seed-grade entropy. .Pp This is typically used to seed a process-context generator like .Xr arc4random 3 . .Sh ERRORS -.Nm -.Fn setlogin +.Fn getentropy will succeed unless: .Bl -tag -width Er .It Bq Er EFAULT The -.Fa name +.Fa buf parameter points to an invalid address. .El
