diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-16 19:58:20 +0000 |
commit | 0dacaf536cdff0c70d067a1648e846cf6e7bcffc (patch) | |
tree | a7242dc673f15a56501071f686f150e05e519b5e /lib/libc/sys/symlink.2 | |
parent | a745f84c11e201e22ac76b1776820903cabfd67a (diff) |
Cleanup xrefs under SEE ALSO. Specifically:
- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.
Diffstat (limited to 'lib/libc/sys/symlink.2')
-rw-r--r-- | lib/libc/sys/symlink.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index d6a264cbf6c..405d5f0499c 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: symlink.2,v 1.6 1999/02/27 21:56:55 deraadt Exp $ +.\" $OpenBSD: symlink.2,v 1.7 1999/05/16 19:55:41 alex Exp $ .\" $NetBSD: symlink.2,v 1.7 1995/02/27 12:38:34 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -131,8 +131,8 @@ points outside the process's allocated address space. .Sh SEE ALSO .Xr ln 1 , .Xr link 2 , -.Xr unlink 2 , .Xr readlink 2 , +.Xr unlink 2 , .Xr symlink 7 .Sh HISTORY The |