missed a few due to the blinding effects of underlining
This commit is contained in:
parent
9cb446adae
commit
0abd6d25d4
|
@ -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.
|
.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -50,13 +50,13 @@
|
||||||
.In sys/mount.h
|
.In sys/mount.h
|
||||||
.In sys/fstrans.h
|
.In sys/fstrans.h
|
||||||
.Ft int
|
.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"
|
.Ft "enum fstrans_state"
|
||||||
.Fn fstrans_getstate "struct mount *mp"
|
.Fn fstrans_getstate "struct mount *mp"
|
||||||
.Ft void
|
.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
|
.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
|
.Ft void
|
||||||
.Fn fstrans_done "struct mount *mp"
|
.Fn fstrans_done "struct mount *mp"
|
||||||
.Ft int
|
.Ft int
|
||||||
|
|
Loading…
Reference in New Issue