X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fvolume_id%2Fvol_id.8;h=3129ab1b919f7a5d8cb8bfa12b359c1c6ff5a732;hb=55c1768ca1aff74b52644b5a96cae868100254a8;hp=d84ca8311a67a78274f366b6d3df3ae835de7a03;hpb=16801abde1888e24af9652e99522eab8ee8cb057;p=elogind.git diff --git a/extras/volume_id/vol_id.8 b/extras/volume_id/vol_id.8 index d84ca8311..3129ab1b9 100644 --- a/extras/volume_id/vol_id.8 +++ b/extras/volume_id/vol_id.8 @@ -1,41 +1,51 @@ -.TH VOL_ID 8 "November 2005" "" "Linux Administrator's Manual" -.SH NAME +.\" Title: vol_id +.\" Author: +.\" Generator: DocBook XSL Stylesheets v1.70.1 +.\" Date: March 2006 +.\" Manual: vol_id +.\" Source: volume_id +.\" +.TH "VOL_ID" "8" "March 2006" "volume_id" "vol_id" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" vol_id \- probe filesystem type and read label and uuid -.SH SYNOPSIS -.BI vol_id -[\fI--export\fP|\fI-t\fP|\fI-l\fP|\fI-u\fP] \fIblockdevice\fP +.SH "SYNOPSIS" +.HP 7 +\fBvol_id\fR [\fB\-\-export\fR] [\fB\-t\fR] [\fB\-l\fR] [\fB\-u\fR] [\fIdevice\fR] .SH "DESCRIPTION" -.B vol_id -is normally called from a udev rule, to provide udev with the -label and uuid of a filesystem. vol_id supports all common -filesystem formats and detects various raid setups to prevent -the recognition of raid members as a filesystem. -.SH USAGE -.B vol_id -opens the device node specified at the commandline. -.SH OPTIONS -The following commandline switches are supported to specify what vol_id -should print: -.TP -.BI --export +.PP +\fBvol_id\fR +is usually called from a udev rule, to provide udev with the filesystem type, the label and the uuid of a volume. +\fBvol_id\fR +supports all common filesystem formats and detects various raid setups to prevent the recognition of raid members as a volume with a filesystem. +.SH "OPTIONS" +.TP 3n +\fB\-\-export\fR print all values in key/value format to import them into the environment. -.TP -.BI -l -print the label of the volume -.TP -.BI -t -print the type of the volume -.TP -.BI -u -print the uuid of the volume -.RE -.SH EXIT STATUS -.B vol_id -will only return successful if the string asked for is not empty. -All trailing whitespace will be removed, spaces replaced by underscore -and slashes ignored. -.SH SEE ALSO -.BR udev (7) -.SH AUTHORS -Developed by Kay Sievers . - +.TP 3n +\fB\-t\fR +print the filesystem type +.TP 3n +\fB\-l\fR +print the label of a volume +.TP 3n +\fB\-u\fR +print the uuid of a volume +.SH "ENVIRONMENT" +.TP 3n +\fBUDEV_LOG\fR +Set the syslog priority. +.SH "EXIT STATUS" +.PP +\fBvol_id\fR +will only return successful if the value asked for is not empty. All trailing whitespace will be removed, spaces replaced by underscore and slashes ignored. +.SH "AUTHOR" +.PP +Written by Kay Sievers + +.SH "SEE ALSO" +.PP +\fBudev\fR(7)