diff options
Diffstat (limited to 'lib/libutil/readlabelfs.3')
-rw-r--r-- | lib/libutil/readlabelfs.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libutil/readlabelfs.3 b/lib/libutil/readlabelfs.3 index e2c4362d926..84183c86af4 100644 --- a/lib/libutil/readlabelfs.3 +++ b/lib/libutil/readlabelfs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: readlabelfs.3,v 1.2 1998/03/10 04:50:38 millert Exp $ +.\" $OpenBSD: readlabelfs.3,v 1.3 1999/07/02 21:13:07 aaron Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -38,22 +38,23 @@ The .Fn readlabelfs function attempts to determine the filesystem type of the disk partition specified by -.Ar device +.Fa device and returns it in a short form that can be easily used to construct arguments within .Xr mount 8 and similar high-level filesystem utilties. .Pp If the -.Ar verbose +.Fa verbose argument is not 0, .Fn readlabelfs will print appropiate error messages before returning. Otherwise, it produces no output on the terminal. -.Pp .Sh RETURN VALUES .Fn readlabelfs -returns NULL upon error, or a valid filesystem type upon success. +returns +.Dv NULL +upon error, or a valid filesystem type upon success. .Sh HISTORY .Fn readlabelfs first appeared in |