diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 02:29:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 02:29:10 +0000 |
commit | ed53cb80bf5ec2960492e322855cf507594df618 (patch) | |
tree | a0496ebfbcb8c85f9a54164358db342f7a7868a2 /lib/libc/sys/readlink.2 | |
parent | ffba388bd1d973ce25f16006a5d1756426505bd5 (diff) |
fix *link.2 Xr thingies; bgrayson@r2d2.ece.utexas.edu + more
Diffstat (limited to 'lib/libc/sys/readlink.2')
-rw-r--r-- | lib/libc/sys/readlink.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/readlink.2 b/lib/libc/sys/readlink.2 index 0a604f25693..b4e2c4d7504 100644 --- a/lib/libc/sys/readlink.2 +++ b/lib/libc/sys/readlink.2 @@ -90,8 +90,8 @@ extends outside the process's allocated address space. .Sh SEE ALSO .Xr stat 2 , .Xr lstat 2 , -.Xr symlink 2 -.Xr symlink 7 , +.Xr symlink 2 , +.Xr symlink 7 .Sh HISTORY The .Fn readlink |