diff options
author | Benedict Reuschling <bcr@FreeBSD.org> | 2020-05-03 10:15:58 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2020-05-03 10:15:58 +0000 |
commit | 55ed6718c2eab08cc7187dd986cfc022ba451a4a (patch) | |
tree | f6142acd2df8f4f50a8ee1a9a245a0b3a0412f42 /share/man/man3 | |
parent | 59e11f398ec87bfc13fab5354a3eb78660e52456 (diff) |
Notes
Diffstat (limited to 'share/man/man3')
-rw-r--r-- | share/man/man3/bitstring.3 | 2 | ||||
-rw-r--r-- | share/man/man3/sigevent.3 | 10 | ||||
-rw-r--r-- | share/man/man3/timeradd.3 | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man3/bitstring.3 b/share/man/man3/bitstring.3 index b783468fb4620..20f5bae24d4da 100644 --- a/share/man/man3/bitstring.3 +++ b/share/man/man3/bitstring.3 @@ -58,7 +58,7 @@ .\" @(#)bitstring.3 8.1 (Berkeley) 7/19/93 .\" $FreeBSD$ .\" -.Dd Nov 18, 2019 +.Dd November 18, 2019 .Dt BITSTRING 3 .Os .Sh NAME diff --git a/share/man/man3/sigevent.3 b/share/man/man3/sigevent.3 index 589b841c18ab6..e1f06f3074cad 100644 --- a/share/man/man3/sigevent.3 +++ b/share/man/man3/sigevent.3 @@ -119,13 +119,13 @@ notifications must link against the .Xr mq_notify 2 , .Xr timer_create 2 , .Xr siginfo 3 -.Sh HISTORY -The -.Va sigevent -structure first appeared in -.Fx 3.3 . .Sh STANDARDS The .Vt struct sigevent type conforms to .St -p1003.1-2004 . +.Sh HISTORY +The +.Va sigevent +structure first appeared in +.Fx 3.3 . diff --git a/share/man/man3/timeradd.3 b/share/man/man3/timeradd.3 index b63e837c33957..055bef9668f28 100644 --- a/share/man/man3/timeradd.3 +++ b/share/man/man3/timeradd.3 @@ -146,8 +146,8 @@ using the comparison operator given in .Fa CMP , and return the result of that comparison. .Sh SEE ALSO -.Xr gettimeofday 2 , -.Xr clock_gettime 2 +.Xr clock_gettime 2 , +.Xr gettimeofday 2 .Sh HISTORY The .Fn timeradd |