From e19b991bb0ee05cc0251dfdcd8da671220359f5c Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Tue, 5 Mar 2019 11:54:10 -0400 Subject: [PATCH] Add reference to fstab (5) manual page in our fstab-decode page. --- man/fstab-decode.8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/fstab-decode.8 b/man/fstab-decode.8 index 8a7a210..8710541 100644 --- a/man/fstab-decode.8 +++ b/man/fstab-decode.8 @@ -66,3 +66,6 @@ This unmounts all VFAT partitions. .B fstab-decode umount $(awk \[aq]$3 == \[dq]vfat\[dq] { print $2 }\[aq] /etc/fstab) .fi + +.SH SEE ALSO +.BR fstab (5)