ubase

suckless linux base utils
git clone git://git.suckless.org/ubase
Log | Files | Refs | README | LICENSE

swaplabel.8 (300B)


      1 .Dd February 2, 2015
      2 .Dt SWAPLABEL 8
      3 .Os ubase
      4 .Sh NAME
      5 .Nm swaplabel
      6 .Nd set the label of a swap filesystem
      7 .Sh SYNOPSIS
      8 .Nm
      9 .Op Fl L Ar label
     10 .Ar device
     11 .Sh DESCRIPTION
     12 .Nm
     13 is used to change the label of a swap device or file.
     14 .Sh OPTIONS
     15 .Bl -tag -width Ds
     16 .It Fl L Ar label
     17 Change the label.
     18 .El