diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
| commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
| tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/remove.3 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/remove.3')
| -rw-r--r-- | man3/remove.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/remove.3 b/man3/remove.3 index c4ad951af9..eabe26bc5d 100644 --- a/man3/remove.3 +++ b/man3/remove.3 @@ -69,15 +69,15 @@ and .BR rmdir (2). .SH "CONFORMING TO" C89, C99, 4.3BSD, POSIX.1-2001. -.SH BUGS -Infelicities in the protocol underlying NFS can cause the unexpected -disappearance of files which are still being used. .SH NOTES Under libc4 and libc5, .BR remove () was an alias for .BR unlink (2) (and hence would not remove directories). +.SH BUGS +Infelicities in the protocol underlying NFS can cause the unexpected +disappearance of files which are still being used. .SH "SEE ALSO" .BR rm (1), .BR link (2), |
