diff options
author | 2006-01-14 13:04:53 +0000 | |
---|---|---|
committer | 2006-01-14 13:04:53 +0000 | |
commit | 24aa41f7554948d59a955fc48bd397fd6cafa241 (patch) | |
tree | 5fe97e08e45b99ebec5aea40a01fa178c515f5c3 /lib/libc/stdlib | |
parent | Some improvements: (diff) | |
download | wireguard-openbsd-24aa41f7554948d59a955fc48bd397fd6cafa241.tar.xz wireguard-openbsd-24aa41f7554948d59a955fc48bd397fd6cafa241.zip |
fix the .Fn line; ok millert
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/imaxdiv.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/imaxdiv.3 b/lib/libc/stdlib/imaxdiv.3 index 183cc91ddd5..63f25d52de6 100644 --- a/lib/libc/stdlib/imaxdiv.3 +++ b/lib/libc/stdlib/imaxdiv.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: imaxdiv.3,v 1.1 2006/01/13 17:58:09 millert Exp $ +.\" $OpenBSD: imaxdiv.3,v 1.2 2006/01/14 13:04:53 jmc Exp $ .\" .Dd January 3, 2006 .Dt IMAXDIV 3 @@ -40,7 +40,7 @@ .Sh SYNOPSIS .Fd #include <inttypes.h> .Ft imaxdiv_t -.Fn ldiv "intmax_t num" "intmax_t denom" +.Fn imaxdiv "intmax_t num" "intmax_t denom" .Sh DESCRIPTION The .Fn imaxdiv |