diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:55:03 +0000 |
| commit | d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf (patch) | |
| tree | 37ee9e3a9af3eec3e1baf2793da82358c404479b /usr.bin/man | |
| parent | 031beb4e239bfce798af17f5fe8dba8bcaf13d99 (diff) | |
Diffstat (limited to 'usr.bin/man')
| -rw-r--r-- | usr.bin/man/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/man/Makefile.depend | 1 | ||||
| -rwxr-xr-x | usr.bin/man/man.sh | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/man/Makefile b/usr.bin/man/Makefile index dc3748e2627e..01b861697510 100644 --- a/usr.bin/man/Makefile +++ b/usr.bin/man/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ SCRIPTS= man.sh LINKS= ${BINDIR}/man ${BINDIR}/manpath diff --git a/usr.bin/man/Makefile.depend b/usr.bin/man/Makefile.depend index f80275d86ab1..11aba52f82cf 100644 --- a/usr.bin/man/Makefile.depend +++ b/usr.bin/man/Makefile.depend @@ -1,4 +1,3 @@ -# $FreeBSD$ # Autogenerated - do NOT edit! DIRDEPS = \ diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh index c95b47e2ee62..dd327cc5d1d8 100755 --- a/usr.bin/man/man.sh +++ b/usr.bin/man/man.sh @@ -26,7 +26,6 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ # Rendering a manual page is fast. Even a manual page several 100k in size # takes less than a CPU second. If it takes much longer, it is very likely |
