diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2020-10-09 19:12:44 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2020-10-09 19:12:44 +0000 |
| commit | 3d265fce43746c293ae826e9603adbfe09f93cf6 (patch) | |
| tree | 595842fb2fed2701f1313532154050161a314090 /lib/libpathconv | |
| parent | eb88fed44616747f930b74c42259511823811fe1 (diff) | |
Notes
Diffstat (limited to 'lib/libpathconv')
| -rw-r--r-- | lib/libpathconv/abs2rel.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpathconv/abs2rel.3 b/lib/libpathconv/abs2rel.3 index 4d46d8a79b26..984b2530e1b0 100644 --- a/lib/libpathconv/abs2rel.3 +++ b/lib/libpathconv/abs2rel.3 @@ -119,8 +119,8 @@ yields: path == "../../../sys/kern" /* It's correct but ... */ -That is correct, but a little redundant. If you wish get the simple -answer 'kern', do the following. +That is correct, but a little redundant. +If you wish get the simple answer 'kern', do the following. path = abs2rel(realpath("/sys/kern", r1), realpath("/sys", r2), result, MAXPATHLEN); |
