package fstab import protocol "github.com/tliron/glsp/protocol_3_16" var SpecHoverField = protocol.Hover{ Contents: protocol.MarkupContent{ Kind: protocol.MarkupKindMarkdown, Value: `## The first field (fs_spec). This field describes the block special device, remote filesystem or filesystem image for loop device to be mounted or swap file or swap device to be enabled. For ordinary mounts, it will hold (a link to) a block special device node (as created by mknod(2)) for the device to be mounted, like /dev/cdrom or /dev/sdb7. For NFS mounts, this field is :, e.g., knuth.aeb.nl:/. For filesystems with no storage, any string can be used, and will show up in df(1) output, for example. Typical usage is proc for procfs; mem, none, or tmpfs for tmpfs. Other special filesystems, like udev and sysfs, are typically not listed in fstab. LABEL=