diff options
author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2018-01-04 04:04:29 +0000 |
---|---|---|
committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2018-01-04 04:04:29 +0000 |
commit | bf2204a5ef2c3055c84687a0e32687da3069224f (patch) | |
tree | a29e79f8b1a8c69ebdd50914eca39d2eb0b72c78 /lib/libcasper | |
parent | 36ca312db5272cb505e39dcd1c02bb60d1ee4cfb (diff) | |
download | src-bf2204a5ef2c3055c84687a0e32687da3069224f.tar.gz src-bf2204a5ef2c3055c84687a0e32687da3069224f.zip |
Add missing macro in man page.
Reported by: brueffer@
Notes
Notes:
svn path=/head/; revision=327539
Diffstat (limited to 'lib/libcasper')
-rw-r--r-- | lib/libcasper/libcasper/libcasper.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcasper/libcasper/libcasper.3 b/lib/libcasper/libcasper/libcasper.3 index bc1daebefdc5..896674d6f712 100644 --- a/lib/libcasper/libcasper/libcasper.3 +++ b/lib/libcasper/libcasper/libcasper.3 @@ -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 |