]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Formatting fixes
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 19 Oct 2005 16:30:05 +0000 (16:30 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 19 Oct 2005 16:30:05 +0000 (16:30 +0000)
14 files changed:
man2/accept.2
man2/fsync.2
man2/getrlimit.2
man2/sigwaitinfo.2
man2/statfs.2
man3/getline.3
man3/getpass.3
man3/getttyent.3
man3/isalpha.3
man3/key_setsecret.3
man3/remainder.3
man3/system.3
man3/termios.3
man4/epoll.4

index 1e5aaf0e3f6f7a7f45d977b3536246c4defb1a62..ba00157518aecc4f0b103b321c7871a1b7099b91 100644 (file)
@@ -255,7 +255,7 @@ ENFILE, ENOBUFS, ENOMEM, ENOTSOCK, EOPNOTSUPP, EPROTO, EWOULDBLOCK. In
 addition, SUSv2 documents EFAULT and ENOSR.
 .LP
 On Linux, the new socket returned by
-.B accept () 
+.BR accept () 
 does \fInot\fP inherit file status flags such as
 .BR O_NONBLOCK
 and
index 36cd12ca926c139b12067562f8cedc1e625fff8d..38911126c51174cb5cc1a67747684c3f58f29aad 100644 (file)
@@ -78,7 +78,9 @@ is bound to a special file which does not support synchronization.
 .SH NOTES
 In case the hard disk has write cache enabled,
 the data may not really be on permanent storage when
-.BR fsync ()/ fdatasync
+.BR fsync () 
+/ 
+.BR fdatasync ()
 return.
 .\" See
 .\" .BR hdparm (8)
index fc78164b40665c787396d7b29ad2f93971d0fd5f..08597a5cdb72d21fe93d81b9a531d18dd29e2261 100644 (file)
@@ -268,7 +268,10 @@ For example, RLIM_INFINITY typically is the same as \-1.)
 Specifies a value one greater than the maximum file descriptor number
 that can be opened by this process.
 Attempts
-.RB ( open "(), " pipe "(), " dup "(), etc.)"
+.RB ( open (),
+.BR pipe (), 
+.BR dup (), 
+etc.)"
 to exceed this limit yield the error
 .BR EMFILE .
 .TP
index 40cc13237c1e838a54e0f7b37a47bc95a5ad99d6..5a8f9c2cec47e6cba916413935f1ddd142553b1c 100644 (file)
@@ -116,7 +116,8 @@ via a prior call to
 .BR sigprocmask ()
 (so that the default disposition for these signals does not occur if they
 are delivered between successive calls to
-.BR sigwaitinfo () or
+.BR sigwaitinfo () 
+or
 .BR sigtimedwait ())
 and does not establish handlers for these signals.
 .PP
index 593f3aa333e396c6a2f8a06c5c4e0bc8f291c01a..b3d4ef4bcede046b0e50461c83893d5490076ebd 100644 (file)
@@ -233,9 +233,13 @@ Some systems only have <sys/vfs.h>, other systems also have
 including the former is the best choice.
 
 LSB has deprecated the library calls
-.I [f]statfs()
+.IR statfs ()
+and
+.IR fstatfs ()
 and tells us to use
-.I [f]statvfs()
+.IR statvfs ()
+and
+.IR statvfs ()
 instead.
 .SH "SEE ALSO"
 .BR path_resolution (2),
index e7bd55d5f9349b17781183cb184d2b52311575bb..c226be9af4dfda2a602d48e6df2ebbc3bba5f442 100644 (file)
@@ -85,7 +85,7 @@ in the input before end of file was reached.
 On success,
 .BR getline ()
 and
-.B getdelim ()
+.BR getdelim ()
 return the number of characters read, including the delimiter character,
 but not including the terminating null character. This value can be used
 to handle embedded null characters in the line read.
index 33777ebfe294a6a0041910bf1beacb436c3b2bc7..4138158117c5a2d3f5bef6fc03a88e118fa77f2e 100644 (file)
@@ -88,7 +88,7 @@ in case it is smaller than 8, and can in any case be obtained using
 .IR sysconf(_SC_PASS_MAX) .
 However, POSIX.2 withdraws the constants PASS_MAX
 and _SC_PASS_MAX, and the function
-.B getpass ().
+.BR getpass ().
 Libc4 and libc5 have never supported PASS_MAX or _SC_PASS_MAX.
 Glibc2 accepts _SC_PASS_MAX and returns BUFSIZ (e.g., 8192).
 .SH FILES
index 84513ba0b15c73ef84c2fa17bd5f1399dc9748d1..f27a2eb696310ae9370e156d01dc2a51501c9810 100644 (file)
@@ -26,7 +26,7 @@ The function
 opens the file or rewinds it if already open.
 
 The function
-.BR  endttyent ()
+.BR endttyent ()
 closes the file.
 
 The function 
index 9754df3f0c570417d7e4219dbc7b1e77f859a4f5..233bc20e569e27b37a46e12738b3900b3bf3cb29 100644 (file)
@@ -79,7 +79,7 @@ checks for an alphabetic character; in the standard \fB"C"\fP
 locale, it is equivalent to
 .BI "(isupper(" c ") || islower(" c "))" \fR.
 In some locales, there may be additional characters for which
-.BR  isalpha ()
+.BR isalpha ()
 is true\(emletters which are neither upper case nor lower
 case.  
 .TP
index 10480c404b95537b9cac1b5f1f400a2ea1b98203..93400427b93f027216e0c68121196526a5e6d63c 100644 (file)
@@ -28,7 +28,7 @@ mechanism (AUTH_DES). There should be no need for user programs to
 use this functions.
 
 The function
-.BR  key_decryptsession () 
+.BR key_decryptsession () 
 uses the (remote) server netname and takes the DES key 
 for decrypting. It uses the public key of the server and the
 secret key associated with the effective UID of the calling process.
index d28472a52aaa36d733ecad43c6dc4e4aeddea0b1..dbd2ced2ce5344051007818bc6daf2cfed433407 100644 (file)
@@ -87,9 +87,13 @@ The denominator
 .I y
 is zero.
 .SH "CONFORMING TO"
-IEC 60559. The three
-.B remainder*()
-functions are from C99.
+IEC 60559. 
+The functions 
+.BR remainder (), 
+.BR remainderf (), 
+and 
+.BR remainderl ()
+are from C99.
 The function
 .BR drem ()
 is from 4.3BSD. The float and long double variants
index d1dee7803a647230ae3e2eacc570572d4d167890..043bb230a20903a79a4ce9fb7fad6d62b4916b2c 100644 (file)
@@ -82,7 +82,7 @@ If the
 .B _XOPEN_SOURCE
 feature test macro is defined, then the macros described in
 .BR wait (2)
-.RB ( WEXITSTATUS() ,
+.RB ( WEXITSTATUS (),
 etc.) are made available when including
 .IR <stdlib.h> . 
 .PP
index d01182a225b64619f6b60b023fa72acab335ce66..c0bb21d392284a655e091815ea557993e4007e8b 100644 (file)
@@ -598,11 +598,11 @@ on failure and set
 to indicate the error.
 .LP
 Note that
-.BI tcsetattr ()
+.BR tcsetattr ()
 returns success if \fIany\fP of the requested changes could be
 successfully carried out.  Therefore, when making multiple changes
 it may be necessary to follow this call with a further call to
-.BI tcgetattr ()
+.BR tcgetattr ()
 to check that all changes have been performed successfully.
 
 .SH NOTES
index a5a42762eb14498cedaad0e04f39aa66cf4a68a7..13b22a2092ff31fa33f8ca1433fbc564c98065fa 100644 (file)
@@ -356,7 +356,8 @@ confusion.
 One solution for this is to call, during the processing of event 47,
 .BR epoll_ctl ( EPOLL_CTL_DEL )
 to delete fd 13 and 
-.BR close (), then mark its associated
+.BR close (), 
+then mark its associated
 data structure as removed and link it to a cleanup list. If you find another
 event for fd 13 in your batch processing, you will discover the fd had been
 previously removed and there will be no confusion.