From 0abd6d25d4f971e9516fe6cbdaaa29b43f26a308 Mon Sep 17 00:00:00 2001 From: pooka Date: Thu, 26 Jul 2007 08:43:52 +0000 Subject: [PATCH] missed a few due to the blinding effects of underlining --- share/man/man9/fstrans.9 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man9/fstrans.9 b/share/man/man9/fstrans.9 index ea972813968f..99129fe85cbc 100644 --- a/share/man/man9/fstrans.9 +++ b/share/man/man9/fstrans.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: fstrans.9,v 1.7 2007/07/26 08:42:17 pooka Exp $ +.\" $NetBSD: fstrans.9,v 1.8 2007/07/26 08:43:52 pooka Exp $ .\" .\" Copyright (c) 2007 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -50,13 +50,13 @@ .In sys/mount.h .In sys/fstrans.h .Ft int -.Fn fstrans_setstate "struct mount *mp" "enum fstrans_state" +.Fn fstrans_setstate "struct mount *mp" "enum fstrans_state new_state" .Ft "enum fstrans_state" .Fn fstrans_getstate "struct mount *mp" .Ft void -.Fn fstrans_start "struct mount *mp" "enum fstrans_lock_type" +.Fn fstrans_start "struct mount *mp" "enum fstrans_lock_type lock_type" .Ft int -.Fn fstrans_start_nowait "struct mount *mp" "enum fstrans_lock_type" +.Fn fstrans_start_nowait "struct mount *mp" "enum fstrans_lock_type lock_type" .Ft void .Fn fstrans_done "struct mount *mp" .Ft int