aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/realpath/realpath.18
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/realpath/realpath.1 b/bin/realpath/realpath.1
index 7f65668ae7ab..f9ba929d7fc6 100644
--- a/bin/realpath/realpath.1
+++ b/bin/realpath/realpath.1
@@ -69,6 +69,14 @@ is specified, warnings will not be printed when
fails.
.Sh EXIT STATUS
.Ex -std
+.Sh EXAMPLES
+Show the physical path of the
+.Pa /dev/log
+directory silencing warnings if any:
+.Bd -literal -offset indent
+$ realpath -q /dev/log
+/var/run/log
+.Ed
.Sh SEE ALSO
.Xr realpath 3
.Sh HISTORY