*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: readlabelfs | Section: 3 | Source: OpenBSD | File: readlabelfs.3
READLABELFS(3) FreeBSD Library Functions Manual READLABELFS(3) NAME readlabelfs - read disklabel filesystem type SYNOPSIS #include <util.h> char * readlabelfs(char *device, int verbose); DESCRIPTION The readlabelfs() function attempts to determine the filesystem type of the disk partition specified by device and returns it in a short form that can be easily used to construct arguments within mount(8) and similar high-level filesystem utilities. If the verbose argument is not 0, readlabelfs() will print appropriate error messages before returning. Otherwise, it produces no output on the terminal. RETURN VALUES readlabelfs() returns NULL upon error, or a valid filesystem type upon success. HISTORY readlabelfs() first appeared in OpenBSD 2.0. FreeBSD 14.1-RELEASE-p8 June 5, 2013 FreeBSD 14.1-RELEASE-p8

Navigation Options