svn commit: r327539 - head/lib/libcasper/libcasper
Mariusz Zaborski
oshogbo at FreeBSD.org
Thu Jan 4 04:04:30 UTC 2018
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
More information about the svn-src-head
mailing list