From 48c60fd3a2236fd516858cd8e855fdda7b0bab37 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Sat, 1 Oct 2016 21:29:30 +0200 Subject: [PATCH] Fix readlink(1) self-reference. --- utils/readlink.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/readlink.1 b/utils/readlink.1 index 14025c5d..94437d16 100644 --- a/utils/readlink.1 +++ b/utils/readlink.1 @@ -31,6 +31,6 @@ Do not append a newline. .Nm will exit with 0 on success and non-zero otherwise. .Sh SEE ALSO -.Xr readlink 1 , +.Xr realpath 1 , .Xr readlink 3 , .Xr realpath 3