diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2008-05-20 11:45:05 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2008-05-20 11:45:05 +0000 |
| commit | 9ac6b8ae23da47a9675e861b58cf4c3038a68e28 (patch) | |
| tree | 56f096565608e85fbe717bec3dd8473d22dae328 /lib/libgeom/libgeom.3 | |
| parent | 53eb39d1b84838140e029c7a57212dd2c4a9e96f (diff) | |
Notes
Diffstat (limited to 'lib/libgeom/libgeom.3')
| -rw-r--r-- | lib/libgeom/libgeom.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libgeom/libgeom.3 b/lib/libgeom/libgeom.3 index bb67105b83fa..6feb55854b03 100644 --- a/lib/libgeom/libgeom.3 +++ b/lib/libgeom/libgeom.3 @@ -92,7 +92,7 @@ .Fn gctl_dump "struct gctl_req *req" "FILE *f" .Ss "Utility Functions" .Ft int -.Fn g_open "const char *name" "int write" +.Fn g_open "const char *name" "int dowrite" .Ft int .Fn g_close "int fd" .Ft off_t @@ -108,7 +108,7 @@ .Ft int .Fn g_get_name "const char *ident" "char *name" "size_t size" .Ft int -.Fn g_open_by_ident "const char *ident" "int write" "char *name" "size_t size" +.Fn g_open_by_ident "const char *ident" "int dowrite" "char *name" "size_t size" .Sh DESCRIPTION The .Nm geom @@ -271,7 +271,7 @@ The function opens the given provider and returns file descriptor number, which can be used with other functions. The -.Fa write +.Fa dowrite argument indicates if operations that modify the provider (like .Fn g_flush or |
