Author: oshogbo Date: Thu Jan 4 04:04:29 2018 New Revision: 327539 URL: https://svnweb.freebsd.org/changeset/base/327539
Log: Add missing macro in man page. Reported by: brueffer@ Modified: head/lib/libcasper/libcasper/libcasper.3 Modified: head/lib/libcasper/libcasper/libcasper.3 ============================================================================== --- head/lib/libcasper/libcasper/libcasper.3 Thu Jan 4 03:16:32 2018 (r327538) +++ head/lib/libcasper/libcasper/libcasper.3 Thu Jan 4 04:04:29 2018 (r327539) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 2, 2018 +.Dd January 3, 2018 .Dt LIBCASPER 3 .Os .Sh NAME @@ -204,7 +204,8 @@ provides .Xr getpwent 3 compatible API .It system.random -allows to obtain entropy from /dev/random +allows to obtain entropy from +.Pa /dev/random .It system.sysctl provides .Xr sysctlbyname 3 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
