From 3d54a9102a0bfe4137b0c948cceff3d2934e0286 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 6 Jul 2008 15:10:32 +0000 Subject: [PATCH] Wrapped long source lines --- man2/setsid.2 | 3 ++- man3/__setfpucw.3 | 3 ++- man3/crypt.3 | 3 ++- man3/inet.3 | 3 ++- man3/isatty.3 | 3 ++- man3/mbrtowc.3 | 3 ++- man3/printf.3 | 3 ++- man3/stdio_ext.3 | 3 ++- man3/updwtmp.3 | 3 ++- man3/wcstoimax.3 | 6 ++++-- man3/wcstok.3 | 3 ++- man4/hd.4 | 3 ++- man4/intro.4 | 3 ++- man4/lp.4 | 3 ++- man4/mem.4 | 3 ++- man4/null.4 | 3 ++- man4/ram.4 | 3 ++- man4/tty.4 | 3 ++- man4/ttyS.4 | 3 ++- man5/group.5 | 3 ++- man5/intro.5 | 3 ++- man5/issue.5 | 3 ++- man5/motd.5 | 3 ++- man5/nologin.5 | 3 ++- man5/passwd.5 | 3 ++- man5/securetty.5 | 3 ++- man5/shells.5 | 3 ++- man5/termcap.5 | 6 ++++-- man5/ttytype.5 | 3 ++- man5/utmp.5 | 3 ++- man6/intro.6 | 3 ++- 31 files changed, 66 insertions(+), 33 deletions(-) diff --git a/man2/setsid.2 b/man2/setsid.2 index 0a98b4d44..15ff35af4 100644 --- a/man2/setsid.2 +++ b/man2/setsid.2 @@ -1,4 +1,5 @@ -.\" Copyright Michael Haardt (michael@cantor.informatik.rwth-aachen.de) Sat Aug 27 20:43:50 MET DST 1994 +.\" Copyright Michael Haardt (michael@cantor.informatik.rwth-aachen.de) +.\" Sat Aug 27 20:43:50 MET DST 1994 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man3/__setfpucw.3 b/man3/__setfpucw.3 index 147c98bd4..b631ff7e0 100644 --- a/man3/__setfpucw.3 +++ b/man3/__setfpucw.3 @@ -1,4 +1,5 @@ -.\" Written Sat Mar 8 10:35:08 MEZ 1997 by J. "MUFTI" Scheurich (mufti@csv.ica.uni-stuttgart.de) +.\" Written Sat Mar 8 10:35:08 MEZ 1997 by +.\" J. "MUFTI" Scheurich (mufti@csv.ica.uni-stuttgart.de) .\" This page is licensed under the GNU General Public License .\" .TH __SETFPUCW 3 1997-03-08 "Linux" "Linux Programmer's Manual" diff --git a/man3/crypt.3 b/man3/crypt.3 index 2eb15e018..4d7605a26 100644 --- a/man3/crypt.3 +++ b/man3/crypt.3 @@ -1,4 +1,5 @@ -.\" Michael Haardt (michael@cantor.informatik.rwth.aachen.de) Sat Sep 3 22:00:30 MET DST 1994 +.\" Michael Haardt (michael@cantor.informatik.rwth.aachen.de) +.\" Sat Sep 3 22:00:30 MET DST 1994 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man3/inet.3 b/man3/inet.3 index 059ff3eb2..d0d2ce0b8 100644 --- a/man3/inet.3 +++ b/man3/inet.3 @@ -1,7 +1,8 @@ .\" Hey Emacs! This file is -*- nroff -*- source. .\" .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk) -.\" and Copyright (c) 2008 Linux Foundation, written by Michael Kerrisk +.\" and Copyright (c) 2008 Linux Foundation, written by Michael Kerrisk +.\" .\" .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are diff --git a/man3/isatty.3 b/man3/isatty.3 index a8149f662..36ad3ddd3 100644 --- a/man3/isatty.3 +++ b/man3/isatty.3 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man3/mbrtowc.3 b/man3/mbrtowc.3 index 8a08d0d00..8f2c38a8b 100644 --- a/man3/mbrtowc.3 +++ b/man3/mbrtowc.3 @@ -19,7 +19,8 @@ mbrtowc \- convert a multibyte sequence to a wide character .nf .B #include .sp -.BI "size_t mbrtowc(wchar_t *" pwc ", const char *" s ", size_t " n ", mbstate_t *" ps ); +.BI "size_t mbrtowc(wchar_t *" pwc ", const char *" s ", size_t " n \ +", mbstate_t *" ps ); .fi .SH DESCRIPTION The main case for this function is when \fIs\fP is not NULL and \fIpwc\fP is diff --git a/man3/printf.3 b/man3/printf.3 index 3c3758268..d043945ff 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -54,7 +54,8 @@ vsnprintf \- formatted output conversion .br .BI "int vsprintf(char *" str ", const char *" format ", va_list " ap ); .br -.BI "int vsnprintf(char *" str ", size_t " size ", const char *" format ", va_list " ap ); +.BI "int vsnprintf(char *" str ", size_t " size ", const char *" format \ +", va_list " ap ); .sp .in -4n Feature Test Macro Requirements for glibc (see diff --git a/man3/stdio_ext.3 b/man3/stdio_ext.3 index 6ce28028c..7ae363cfd 100644 --- a/man3/stdio_ext.3 +++ b/man3/stdio_ext.3 @@ -23,7 +23,8 @@ .TH STDIO_EXT 3 2001-12-16 "" "Linux Programmer's Manual" .SH NAME __fbufsize, __flbf, __fpending, __fpurge, __freadable, -__freading, __fsetlocking, __fwritable, __fwriting, _flushlbf \- interfaces to stdio FILE structure +__freading, __fsetlocking, __fwritable, __fwriting, _flushlbf \- +interfaces to stdio FILE structure .SH SYNOPSIS .B #include .br diff --git a/man3/updwtmp.3 b/man3/updwtmp.3 index b0503b20d..54dbe448b 100644 --- a/man3/updwtmp.3 +++ b/man3/updwtmp.3 @@ -29,7 +29,8 @@ updwtmp, logwtmp \- append an entry to the wtmp file .sp .BI "void updwtmp(const char *" wtmp_file ", const struct utmp *" ut ); .br -.BI "void logwtmp(const char *" line ", const char *" name ", const char *" host ); +.BI "void logwtmp(const char *" line ", const char *" name \ +", const char *" host ); .fi .SH DESCRIPTION .BR updwtmp () diff --git a/man3/wcstoimax.3 b/man3/wcstoimax.3 index 0a1044f79..29d40f2f7 100644 --- a/man3/wcstoimax.3 +++ b/man3/wcstoimax.3 @@ -29,9 +29,11 @@ wcstoimax, wcstoumax \- convert wide-character string to integer .br .B #include .sp -.BI "intmax_t wcstoimax(const wchar_t *" nptr ", wchar_t **" endptr ", int " base ); +.BI "intmax_t wcstoimax(const wchar_t *" nptr ", wchar_t **" endptr \ +", int " base ); .br -.BI "uintmax_t wcstoumax(const wchar_t *" nptr ", wchar_t **" endptr ", int " base ); +.BI "uintmax_t wcstoumax(const wchar_t *" nptr ", wchar_t **" endptr \ +", int " base ); .fi .SH DESCRIPTION These functions are just like diff --git a/man3/wcstok.3 b/man3/wcstok.3 index 3fa546d84..16dd78916 100644 --- a/man3/wcstok.3 +++ b/man3/wcstok.3 @@ -18,7 +18,8 @@ wcstok \- split wide-character string into tokens .nf .B #include .sp -.BI "wchar_t *wcstok(wchar_t *" wcs ", const wchar_t *" delim ", wchar_t **" ptr ); +.BI "wchar_t *wcstok(wchar_t *" wcs ", const wchar_t *" delim \ +", wchar_t **" ptr ); .fi .SH DESCRIPTION The diff --git a/man4/hd.4 b/man4/hd.4 index bf7a54390..5bbb17a22 100644 --- a/man4/hd.4 +++ b/man4/hd.4 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man4/intro.4 b/man4/intro.4 index 4020c98aa..3926b8207 100644 --- a/man4/intro.4 +++ b/man4/intro.4 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man4/lp.4 b/man4/lp.4 index 68830fb11..89b2b54a5 100644 --- a/man4/lp.4 +++ b/man4/lp.4 @@ -1,5 +1,6 @@ '\" t -.\" Copyright (c) Michael Haardt (michael@cantor.informatik.rwth-aachen.de), Sun Jan 15 19:16:33 1995 +.\" Copyright (c) Michael Haardt (michael@cantor.informatik.rwth-aachen.de), +.\" Sun Jan 15 19:16:33 1995 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man4/mem.4 b/man4/mem.4 index 7fad1509a..460163d8b 100644 --- a/man4/mem.4 +++ b/man4/mem.4 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man4/null.4 b/man4/null.4 index f899d98d5..d31c1c659 100644 --- a/man4/null.4 +++ b/man4/null.4 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man4/ram.4 b/man4/ram.4 index 1f4ebbcc8..78062eb6a 100644 --- a/man4/ram.4 +++ b/man4/ram.4 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man4/tty.4 b/man4/tty.4 index d532a078e..c7826ba94 100644 --- a/man4/tty.4 +++ b/man4/tty.4 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man4/ttyS.4 b/man4/ttyS.4 index 454bd8abc..fc489c9d2 100644 --- a/man4/ttyS.4 +++ b/man4/ttyS.4 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man5/group.5 b/man5/group.5 index f6a36f095..e33901cd7 100644 --- a/man5/group.5 +++ b/man5/group.5 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man5/intro.5 b/man5/intro.5 index 998b11100..2a36fcd91 100644 --- a/man5/intro.5 +++ b/man5/intro.5 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man5/issue.5 b/man5/issue.5 index 90b2ba998..8c16f128f 100644 --- a/man5/issue.5 +++ b/man5/issue.5 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man5/motd.5 b/man5/motd.5 index 157d7576d..cef58771d 100644 --- a/man5/motd.5 +++ b/man5/motd.5 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man5/nologin.5 b/man5/nologin.5 index 65c731bc8..fc03ac8d1 100644 --- a/man5/nologin.5 +++ b/man5/nologin.5 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man5/passwd.5 b/man5/passwd.5 index dc0fbaad6..d57f733b8 100644 --- a/man5/passwd.5 +++ b/man5/passwd.5 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man5/securetty.5 b/man5/securetty.5 index 844e616e8..b797e3be4 100644 --- a/man5/securetty.5 +++ b/man5/securetty.5 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man5/shells.5 b/man5/shells.5 index 8619cc263..e70ec7bbd 100644 --- a/man5/shells.5 +++ b/man5/shells.5 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Thu May 20 20:45:48 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Thu May 20 20:45:48 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man5/termcap.5 b/man5/termcap.5 index 2032345f3..d97d0cc51 100644 --- a/man5/termcap.5 +++ b/man5/termcap.5 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as @@ -21,7 +22,8 @@ .\" USA. .\" .\" Modified formatting Sat Jul 24 17:13:38 1993, Rik Faith (faith@cs.unc.edu) -.\" Modified (extensions and corrections) Sun May 1 14:21:25 MET DST 1994 Michael Haardt +.\" Modified (extensions and corrections) +.\" Sun May 1 14:21:25 MET DST 1994 Michael Haardt .\" If mistakes in the capabilities are found, please send a bug report to: .\" michael@moria.de .\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond (esr@thyrsus.com) diff --git a/man5/ttytype.5 b/man5/ttytype.5 index 3ec0239c0..032357255 100644 --- a/man5/ttytype.5 +++ b/man5/ttytype.5 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man5/utmp.5 b/man5/utmp.5 index 150a648cb..1f70253a4 100644 --- a/man5/utmp.5 +++ b/man5/utmp.5 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@cantor.informatik.rwth-aachen.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@cantor.informatik.rwth-aachen.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as diff --git a/man6/intro.6 b/man6/intro.6 index bdd57a029..1fa780cda 100644 --- a/man6/intro.6 +++ b/man6/intro.6 @@ -1,4 +1,5 @@ -.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 +.\" Copyright (c) 1993 Michael Haardt (michael@moria.de), +.\" Fri Apr 2 11:32:09 MET DST 1993 .\" .\" This is free documentation; you can redistribute it and/or .\" modify it under the terms of the GNU General Public License as