diff options
author | trhodes <trhodes@FreeBSD.org> | 2004-12-29 02:18:24 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2004-12-29 02:18:24 +0000 |
commit | 769923c30855fa9b6c998f724a63adaf1e75c1b2 (patch) | |
tree | d87baa8fe321d7fe6453c62ff0795e516280318d /lib/libstand | |
parent | 2287d5020df554905667c1787bcf7aff9c5bd5f2 (diff) | |
download | FreeBSD-src-769923c30855fa9b6c998f724a63adaf1e75c1b2.zip FreeBSD-src-769923c30855fa9b6c998f724a63adaf1e75c1b2.tar.gz |
Various markup and spelling fixes.
PR: 75574
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> (original version)
Diffstat (limited to 'lib/libstand')
-rw-r--r-- | lib/libstand/libstand.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3 index 451c0ea..624be32 100644 --- a/lib/libstand/libstand.3 +++ b/lib/libstand/libstand.3 @@ -580,6 +580,7 @@ and thus for all device-related I/O. .Ft int .Fn devclose "struct open_file *of" .Xc +.Pp Close the device allocated for .Fa of . The device driver itself will already have been called for the close; this call |