diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-04-30 14:26:49 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-04-30 14:26:49 +0200 |
commit | 9ccfb102694625d953a4484929f38640f2cd5a2e (patch) | |
tree | 685f52b862c482e7052dcf46591af5023f67d7f4 /man3/profil.3 | |
parent | 89cc637cb53e17cfb52dac86da1c9fb1992bdcd3 (diff) |
profil.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/profil.3')
-rw-r--r-- | man3/profil.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man3/profil.3 b/man3/profil.3 index a495169c..6263a320 100644 --- a/man3/profil.3 +++ b/man3/profil.3 @@ -29,11 +29,13 @@ .SH NAME profil \- execution time profile .SH SYNOPSIS +.nf .B #include <unistd.h> .sp -.BI "int profil(unsigned short *" buf ", size_t " bufsiz \ -", size_t " offset ", unsigned int " scale ); +.BI "int profil(unsigned short *" buf ", size_t " bufsiz , +.BI " size_t " offset ", unsigned int " scale ); .sp +.fi .in -4n Feature Test Macro Requirements for glibc (see .BR feature_test_macros (7)): |