From 4a17c1fdeaf9d205fbad7fec06dab98914ed9d7f Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 25 Oct 2009 20:24:01 +0100 Subject: [PATCH] mdoc cleanup: Fix mangled NAME sections. --- lib/libc/gen/getmntinfo.3 | 5 ++--- lib/libc/gen/shm_open.3 | 5 ++--- lib/libc/sys/getfsstat.2 | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/lib/libc/gen/getmntinfo.3 b/lib/libc/gen/getmntinfo.3 index 71c373b0f0..4efa95ac48 100644 --- a/lib/libc/gen/getmntinfo.3 +++ b/lib/libc/gen/getmntinfo.3 @@ -37,10 +37,9 @@ .Dt GETMNTINFO 3 .Os .Sh NAME -.Nm getmntinfo -.Nd get information about mounted file systems +.Nm getmntinfo , .Nm getmntvinfo -.Nd get extended information about mounted file systems +.Nd get information about mounted file systems .Sh LIBRARY .Lb libc .Sh SYNOPSIS diff --git a/lib/libc/gen/shm_open.3 b/lib/libc/gen/shm_open.3 index d234567794..9cf5018081 100644 --- a/lib/libc/gen/shm_open.3 +++ b/lib/libc/gen/shm_open.3 @@ -33,10 +33,9 @@ .Dt SHM_OPEN 3 .Os .Sh NAME -.Nm shm_open -.Nd open or create a shared memory object +.Nm shm_open , .Nm shm_unlink -.Nd remove a shared memory object +.Nd shared memory object operations .Sh LIBRARY .Lb libc .Sh SYNOPSIS diff --git a/lib/libc/sys/getfsstat.2 b/lib/libc/sys/getfsstat.2 index f459bd51d3..fa5f3047d6 100644 --- a/lib/libc/sys/getfsstat.2 +++ b/lib/libc/sys/getfsstat.2 @@ -37,10 +37,9 @@ .Dt GETFSSTAT 2 .Os .Sh NAME -.Nm getfsstat -.Nd get list of all mounted filesystems +.Nm getfsstat , .Nm getvfsstat -.Nd get extended list of all mounted filesystems +.Nd get list of all mounted filesystems .Sh LIBRARY .Lb libc .Sh SYNOPSIS -- 2.41.0