From cd4aa9ff37f02b01f2ec37c073eea47f1eafc4e5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 9 Jun 2007 10:16:25 +0000 Subject: Make Nm match Dt. This makes it easier to guess what the man page is called when you find it with man -k. --- lib/librefuse/refuse.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/librefuse') diff --git a/lib/librefuse/refuse.3 b/lib/librefuse/refuse.3 index 3d662dab054..3841fae9e90 100644 --- a/lib/librefuse/refuse.3 +++ b/lib/librefuse/refuse.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: refuse.3,v 1.4 2007/05/03 21:02:54 agc Exp $ +.\" $NetBSD: refuse.3,v 1.5 2007/06/09 10:16:25 wiz Exp $ .\" .\" Copyright © 2007 Alistair Crooks. All rights reserved. .\" @@ -30,7 +30,7 @@ .Dt REFUSE 3 .Os .Sh NAME -.Nm librefuse +.Nm refuse .Nd Re-implementation of a file system in userspace system .Sh LIBRARY .Lb librefuse -- cgit