diff options
author | 2005-04-04 13:54:12 +0000 | |
---|---|---|
committer | 2005-04-04 13:54:12 +0000 | |
commit | 15a8c44ef613ee177775383e25e40435732da2bd (patch) | |
tree | 5730b1c2e87bff3cc9177e332176234f54fa685e | |
parent | +.Xr readlink 1 , (diff) | |
download | wireguard-openbsd-15a8c44ef613ee177775383e25e40435732da2bd.tar.xz wireguard-openbsd-15a8c44ef613ee177775383e25e40435732da2bd.zip |
realpath is section 3, not 2;
-rw-r--r-- | usr.bin/readlink/readlink.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/readlink/readlink.1 b/usr.bin/readlink/readlink.1 index 86e9f9e0a41..c7756120234 100644 --- a/usr.bin/readlink/readlink.1 +++ b/usr.bin/readlink/readlink.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: readlink.1,v 1.9 2005/04/03 19:00:01 otto Exp $ +.\" $OpenBSD: readlink.1,v 1.10 2005/04/04 13:54:12 jmc Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -73,7 +73,7 @@ The utility exits 0 on success or >0 if an error occurred. .Sh SEE ALSO .Xr readlink 2 , -.Xr realpath 2 +.Xr realpath 3 .Sh HISTORY The .Nm |