~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man2/symlink.2

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
30
30
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
31
31
.\"
32
 
.TH SYMLINK 2 2007-07-26 "Linux" "Linux Programmer's Manual"
 
32
.TH SYMLINK 2 2010-09-20 "Linux" "Linux Programmer's Manual"
33
33
.SH NAME
34
34
symlink \- make a new name for a file
35
35
.SH SYNOPSIS
44
44
.sp
45
45
.ad l
46
46
.BR symlink ():
47
 
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _POSIX_C_SOURCE\ >=\ 200112L
 
47
.RS 4
 
48
_BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
 
49
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED || _POSIX_C_SOURCE\ >=\ 200112L
 
50
.RE
48
51
.ad b
49
52
.SH DESCRIPTION
50
53
.BR symlink ()
166
169
.BR path_resolution (7),
167
170
.BR symlink (7)
168
171
.SH COLOPHON
169
 
This page is part of release 3.26 of the Linux
 
172
This page is part of release 3.27 of the Linux
170
173
.I man-pages
171
174
project.
172
175
A description of the project,