diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 13:33:04 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 13:33:04 +0000 |
| commit | 5c564bae0a7655b1a517f322ad410a743e98e8d2 (patch) | |
| tree | 6086e75984c3472fb331e2598243ce260e65581f /lib/libc/stdlib/ldiv.3 | |
| parent | 1fae73b137bfc5a237d7258e3c667ba87a36b7ff (diff) | |
mdoc(7) police: Fixed abuses of the .Ar and .Em macros.
Notes
svn path=/head/; revision=108040
Diffstat (limited to 'lib/libc/stdlib/ldiv.3')
| -rw-r--r-- | lib/libc/stdlib/ldiv.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdlib/ldiv.3 b/lib/libc/stdlib/ldiv.3 index 8e09cdf3dde1..eddf9db07ae3 100644 --- a/lib/libc/stdlib/ldiv.3 +++ b/lib/libc/stdlib/ldiv.3 @@ -53,15 +53,15 @@ The .Fn ldiv function computes the value -.Ar num/denom +.Fa num Ns / Ns Fa denom and returns the quotient and remainder in a structure named -.Ar ldiv_t +.Vt ldiv_t that contains two -.Em long integer +.Vt long members named -.Ar quot +.Va quot and -.Ar rem . +.Va rem . .Sh SEE ALSO .Xr div 3 , .Xr imaxdiv 3 , |
