Wrapped long line in SYNOPSIS

This commit is contained in:
Michael Kerrisk 2007-07-08 11:13:19 +00:00
parent 976093f0f2
commit 52b78335ac
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ a directory file descriptor
.B #define _ATFILE_SOURCE
.B #include <unistd.h>
.sp
.BI "int readlinkat(int " dirfd ", const char *" pathname \
", char *" buf ", size_t " bufsiz );
.BI "int readlinkat(int " dirfd ", const char *" pathname ,
.BI " char *" buf ", size_t " bufsiz );
.fi
.SH DESCRIPTION
The