summaryrefslogtreecommitdiffstats
path: root/man2/lookup_dcookie.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/lookup_dcookie.2')
-rw-r--r--man2/lookup_dcookie.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/lookup_dcookie.2 b/man2/lookup_dcookie.2
index acc5e43e6..bda07a9fb 100644
--- a/man2/lookup_dcookie.2
+++ b/man2/lookup_dcookie.2
@@ -23,7 +23,7 @@ Standard C library
glibc provides no wrapper for
.BR lookup_dcookie (),
necessitating the use of
-.BR syscall (2).
+.MR syscall 2 .
.SH DESCRIPTION
Look up the full path of the directory entry specified by the value
.IR cookie .
@@ -76,11 +76,11 @@ error was added in Linux 2.5.70.
.SH NOTES
.BR lookup_dcookie ()
is a special-purpose system call, currently used only by the
-.BR oprofile (1)
+.MR oprofile 1
profiler.
It relies on a kernel driver to register cookies for directory entries.
.P
The path returned may be suffixed by the string " (deleted)" if the directory
entry has been removed.
.SH SEE ALSO
-.BR oprofile (1)
+.MR oprofile 1