From f3d7ddd622026e7ade0916c35262edafe311124c Mon Sep 17 00:00:00 2001 From: Jon LaBelle Date: Sun, 17 Feb 2019 09:01:59 -0600 Subject: [PATCH] pathchk: move to pages/common `pathchk` is not exclusive to the Linux platforms; it's distributed with most (if not all) BSD platforms, including... - [FreeBSD](https://www.freebsd.org/cgi/man.cgi?query=pathchk&sektion=1) - [macOS](https://opensource.apple.com/source/file_cmds/file_cmds-230/pathchk/pathchk.1.auto.html) --- pages/{linux => common}/pathchk.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pages/{linux => common}/pathchk.md (100%) diff --git a/pages/linux/pathchk.md b/pages/common/pathchk.md similarity index 100% rename from pages/linux/pathchk.md rename to pages/common/pathchk.md