mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
realpath(1): Add EXAMPLES section.
Add a small example for this simple command. Approved by: manpages (gbe@) Differential Revision: https://reviews.freebsd.org/D26863
This commit is contained in:
parent
ea772485d1
commit
76ec6f51b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366896
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user