]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Fixed unbalanced .nf/fi pairs.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 23 Dec 2007 21:05:57 +0000 (21:05 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 23 Dec 2007 21:05:57 +0000 (21:05 +0000)
25 files changed:
man2/exit_group.2
man2/fallocate.2
man2/getdents.2
man2/ioctl_list.2
man2/nfsservctl.2
man2/sched_setaffinity.2
man2/set_tid_address.2
man2/ustat.2
man3/argz_add.3
man3/confstr.3
man3/envz_add.3
man3/getline.3
man3/getpwnam.3
man3/gets.3
man3/getw.3
man3/inet_ntop.3
man3/inet_pton.3
man3/offsetof.3
man4/console_ioctl.4
man5/termcap.5
man7/ascii.7
man7/feature_test_macros.7
man7/netlink.7
man7/operator.7
man7/svipc.7

index 7bc999d2a7cc6dd6f2bb5d2f19d01bff9cdf785a..86d68daea84c8fa421fc872eecdbc5b014128c90 100644 (file)
@@ -28,6 +28,7 @@ exit_group \- exit all threads in a process
 .B #include <linux/unistd.h>
 .sp
 .BI "void exit_group(int " status );
+.fi
 .SH DESCRIPTION
 This system call is equivalent to
 .BR exit (2)
index fa002d9332a7d0bf8ad3ec587c07e42e586cd621..e3c1f4b13809dcbc68437016e7063ff6fbf57fd2 100644 (file)
@@ -10,9 +10,10 @@ fallocate \- manipulate file space
 .\" FIXME . eventually this #include will probably be something
 .\" different when support is added in glibc.
 .B #include <linux/falloc.h>
-.PP
+
 .BI "long fallocate(int " fd ", int " mode ", loff_t " offset \
 ", loff_t " len ");
+.fi
 .\" FIXME . check later what feature text macros are required in glibc
 .SH DESCRIPTION
 .BR fallocate ()
index 13e0fa42c9f9860362f401abc19c68d31323915d..c908d994abd2abb6da75ab8252058bb36654cb3b 100644 (file)
@@ -69,8 +69,8 @@ struct dirent {
     unsigned short d_reclen;    /* length of this \fIdirent\fP */
     char d_name [NAME_MAX+1];   /* filename (null-terminated) */
 }
+.fi
 .in
-.RE
 .PP
 .I d_ino
 is an inode number.
index b1e2a20375f653eca4f6bdda433a7c841a2952db..a170201b059ad82a83e6542d7824e2c39f03faf4 100644 (file)
@@ -686,5 +686,6 @@ SIOCPROTOPRIVATE.
 0x00005402  SNDCTL_TMR_START           TCSETS
 0x00005403  SNDCTL_TMR_STOP            TCSETSW
 0x00005404  SNDCTL_TMR_CONTINUE                TCSETSF
+.fi
 .SH SEE ALSO
 .BR ioctl (2)
index dde0adff153f06f36c40ddcb53b7d5b5e9f943c5..e32304a9a9da4444138b1c89f4c108c3ab3595ec 100644 (file)
@@ -14,6 +14,7 @@ nfsservctl \- syscall interface to kernel nfs daemon
 .sp
 .BI "long nfsservctl(int " cmd ", struct nfsctl_arg *" argp ,
 .BI "                union nfsctl_res *" resp );
+.fi
 .SH DESCRIPTION
 .nf
 /*
index d7dee5a688edf070ae7ef2f5eb215b593afd0635..acf84f371cd28c98066448a6efcd385cfb563b8e 100644 (file)
@@ -175,7 +175,6 @@ argument.
 In glibc 2.3.3, the
 .I cpusetsize
 argument was removed, but this argument was restored in glibc 2.3.4.
-.fi
 .SH "CONFORMING TO"
 These system calls are Linux specific.
 .SH "NOTES"
index 368452438011c0fbbac9239c5e0adbaf76f753c8..69b0099fa32859051c95ccd9f6c8a642374cc52f 100644 (file)
@@ -28,6 +28,7 @@ set_tid_address \- set pointer to thread ID
 .B #include <linux/unistd.h>
 .sp
 .BI "long set_tid_address(int *" tidptr );
+.fi
 .SH DESCRIPTION
 The kernel keeps for each process two values called
 .I set_child_tid
index 81aad54832a8c13f03b65a3545c34b4095ef3d41..9b1e90c1f3572cd3969d672fd6316bd73d58d706 100644 (file)
@@ -37,6 +37,7 @@ ustat \- get file system statistics
 .BR "#include <ustat.h>" "     /* glibc2 */"
 .sp
 .BI "int ustat(dev_t " dev ", struct ustat *" ubuf );
+.fi
 .SH DESCRIPTION
 .BR ustat ()
 returns information about a mounted file system.
@@ -46,7 +47,7 @@ a mounted file system.
 .I ubuf
 is a pointer to a \fIustat\fP structure that contains the following
 members:
-.RS
+.in +4n
 .nf
 
 daddr_t f_tfree;      /* Total free blocks */
@@ -54,7 +55,7 @@ ino_t   f_tinode;     /* Number of free inodes */
 char    f_fname[6];   /* Filsys name */
 char    f_fpack[6];   /* Filsys pack name */
 .fi
-.RE
+.in
 .PP
 The last two fields,
 .I f_fname
index 98a89c0f52fa92e7aee80677cd8c5edac5babb46..b4e65146d3d5e736f5907ab30c094f215e0ce066 100644 (file)
@@ -10,7 +10,6 @@ argz_create_sep, argz_delete, argz_extract, argz_insert,
 argz_next, argz_replace, argz_stringify \- functions to handle an argz list
 .SH SYNOPSIS
 .nf
-.sp
 .B "#include <argz.h>"
 .sp
 .BI "error_t argz_add(char **" argz ", size_t *" argz_len \
@@ -50,6 +49,7 @@ argz_next, argz_replace, argz_stringify \- functions to handle an argz list
 .BI "const char *" with ", unsigned int *" replace_count );
 .sp
 .BI "void argz_stringify(char *" argz ", size_t " len ", int " sep );
+.fi
 .SH DESCRIPTION
 These functions are glibc-specific.
 .LP
index 788556ee03ff1f128ba2d1851c216a4fe51b8926..43cdddc0d549cde67bcccf992fb28ca79ae885b8 100644 (file)
@@ -140,6 +140,7 @@ if (pathbuf == NULL)
     abort();
 confstr(_CS_PATH, pathbuf, n);
 .in
+.fi
 .SH "SEE ALSO"
 .BR sh (1),
 .BR exec (3),
index b6c0ba798290260bb0ee644a4ab780cadec7982b..5c584e32704764cf26239916a37ff203c210713c 100644 (file)
@@ -30,6 +30,7 @@ envz_remove, envz_strip \- environment string support
 ", const char *" name );
 .sp
 .BI "void envz_strip(char **" envz ", size_t *" envz_len );
+.fi
 .SH DESCRIPTION
 These functions are glibc-specific.
 .LP
index 8b97782471a99c07ed6f2729a5771c3c2a2a9a1a..5e641116d65aebf68d28a89b2dab3a39f602eac9 100644 (file)
@@ -31,7 +31,9 @@ getline, getdelim \- delimited string input
 .sp
 .BI "ssize_t getline(char **" lineptr ", size_t *" n ", FILE *" stream );
 
-.BI "ssize_t getdelim(char **" lineptr ", size_t *" n ", int " delim ", FILE *" stream );
+.BI "ssize_t getdelim(char **" lineptr ", size_t *" n ", int " delim \
+", FILE *" stream );
+.fi
 .SH DESCRIPTION
 .BR getline ()
 reads an entire line from \fIstream\fP,
index be98ec367742b205d8d84f85c3e6624196816bbe..a53762139e2182682b183f8d7f5b78dd863d74e5 100644 (file)
@@ -184,7 +184,6 @@ Insufficient buffer space supplied.
 .TP
 .I /etc/passwd
 local password database file
-.fi
 .SH "CONFORMING TO"
 SVr4, 4.3BSD, POSIX.1-2001
 .SH NOTES
index a802cc1056c44cd28dac0b0036b7a5cea102535d..21526e53df2235c49ffee2e0a0133672a7865e2a 100644 (file)
@@ -40,6 +40,7 @@ fgetc, fgets, getc, getchar, gets, ungetc \- input of characters and strings
 .BI "char *gets(char *" "s" );
 
 .BI "int ungetc(int " c ", FILE *" stream );
+.fi
 .SH DESCRIPTION
 .BR fgetc ()
 reads the next character from
index 26e28baf77426364bbe55f72fa5897353efb0ce3..dfcaca469da95938551859ab17eaaec1d3d96b0e 100644 (file)
@@ -30,6 +30,7 @@ getw, putw \- input and output of words (ints)
 .BI "int getw(FILE *" stream );
 
 .BI "int putw(int " w ", FILE *" stream );
+.fi
 .SH DESCRIPTION
 .BR getw ()
 reads a word (that is, an \fIint\fP) from \fIstream\fP.
index 5e544dcee2be1324013a014e80cc5c44e3fbc4ff..d86909a722762805e246659b9a92ff9082ddd0da 100644 (file)
@@ -32,6 +32,7 @@ inet_ntop \- Parse network address structures
 .sp
 .BI "const char *inet_ntop(int " "af" ", const void *" "src" ,
 .BI "                      char *" "dst" ", socklen_t " "cnt" );
+.fi
 .SH DESCRIPTION
 This function converts the network address structure
 .I src
index 1eda2884fa1f439c89ce96a109063d4ea5e14b6c..33216f789ae84415044f36eb072cf30ef27a8335 100644 (file)
@@ -29,8 +29,9 @@ inet_pton \- Create a network address structure
 .B #include <sys/types.h>
 .B #include <sys/socket.h>
 .B #include <arpa/inet.h>
-.sp
+
 .BI "int inet_pton(int " "af" ", const char *" "src" ", void *" "dst" );
+.fi
 .SH DESCRIPTION
 This function converts the character string
 .I src
index b07a5a6db20a5f3d9722fd5694b4bf58060b44c0..24fb3efa2d93e3801fbdb27355274fb004cbbdd5 100644 (file)
@@ -58,13 +58,13 @@ C89, C99, POSIX.1-2001.
 On a Linux/x86 system, when compiled using the default
 .BR gcc (1)
 options, the program below produces the following output:
-.fi
+.nf
 
     $ ./a.out
     offsets: i=0; c=4; d=8 a=16
     sizeof(struct s)=16
 
-.nf
+.fi
 .nf
 #include <stddef.h>
 #include <stdio.h>
index 00667b226b7cae68f12eef27eb34f9390e317d4e..982d0d1311858201f3a2390c2fea3fe306d61f02 100644 (file)
@@ -160,9 +160,12 @@ points to a
 .in +4n
 .nf
 struct consolefontdesc {
-    unsigned short charcount;  /* characters in font (256 or 512) */
-    unsigned short charheight; /* scan lines per character (1-32) */
-    char          *chardata;   /* font data in expanded form */
+    unsigned short charcount;  /* characters in font
+                                  (256 or 512) */
+    unsigned short charheight; /* scan lines per
+                                  character (1-32) */
+    char          *chardata;   /* font data in
+                                  expanded form */
 };
 .fi
 .in
@@ -335,6 +338,7 @@ struct kbdiacr {
     unsigned char base;
     unsigned char result;
 };
+.fi
 .in
 .IP \fBKDGETKEYCODE\fP
 Read kernel keycode table entry (scan code to keycode).
@@ -445,10 +449,14 @@ Set the kernel's idea of various screen parameters.
 struct vt_consize {
     unsigned short v_rows;  /* number of rows */
     unsigned short v_cols;  /* number of columns */
-    unsigned short v_vlin;  /* number of pixel rows on screen */
-    unsigned short v_clin;  /* number of pixel rows per character */
-    unsigned short v_vcol;  /* number of pixel columns on screen */
-    unsigned short v_ccol;  /* number of pixel columns per character */
+    unsigned short v_vlin;  /* number of pixel rows
+                               on screen */
+    unsigned short v_clin;  /* number of pixel rows
+                               per character */
+    unsigned short v_vcol;  /* number of pixel columns
+                               on screen */
+    unsigned short v_ccol;  /* number of pixel columns
+                               per character */
 };
 .fi
 .in
index 960971bc1b7a91d1f791fdce6b074c529d11756e..ec3a133aa24283e3c18ade5e937723ecfb979255 100644 (file)
@@ -89,6 +89,7 @@ Head line: Vt|vt101-w|DEC VT 101 terminal in (wide) 132 character mode:\e
 Boolean: :bs:\e
 Numeric: :co#80:\e
 String: :sr=\eE[H:\e
+.fi
 .SS "Boolean Capabilities"
 .nf
 5i     Printer will not echo on screen
index 791c89be4c4a0d98712d5cdfbf445fdd8e14a845..e900994d0a9a6035ffebe2019c351f5ee20a3426 100644 (file)
@@ -117,7 +117,6 @@ _
 076    62      3E      >       176     126     7E      ~
 077    63      3F      ?       177     127     7F      DEL
 .TE
-.fi
 .if t \{\
 .in
 .ft P
index 00cf8031c00d1b1e5ca650206b6aff346ee7c33a..45b95767ae5fb67a8465f4330aef59355a6de170 100644 (file)
@@ -29,6 +29,7 @@ feature_test_macros \- feature test macros
 .SH SYNOPSIS
 .nf
 .B #include <features.h>
+.fi
 .SH DESCRIPTION
 Feature test macros allow the programmer to control the definitions that
 are exposed by system header files when a program is compiled.
index 527da096aad1f11e8e5086feeddbda927f439cc7..58835fe8d622cbd7808973c0761e9bbc3e1da2bb 100644 (file)
@@ -10,13 +10,11 @@ netlink \- Communication between kernel and userspace (PF_NETLINK)
 .SH SYNOPSIS
 .nf
 .B #include <asm/types.h>
-.br
 .B #include <sys/socket.h>
-.br
 .B #include <linux/netlink.h>
-.br
-.PP
+
 .BI "netlink_socket = socket(PF_NETLINK, " socket_type ", " netlink_family );
+.fi
 .SH DESCRIPTION
 Netlink is used to transfer information between kernel and
 userspace processes.
index ba90226ffbccbbd987087bf42ac2f7739af5d9de..3d8c42e6781cc7a1e6ed960c293ea4156c91f452 100644 (file)
@@ -38,7 +38,6 @@
 .TH OPERATOR 7 2007-12-08 "Linux" "Linux Programmer's Manual"
 .SH NAME
 C operator \- C operator precedence and order of evaluation
-.fi
 .SH DESCRIPTION
 This manual page lists C operators and their precedence in evaluation.
 .nf
index e15ae3b6ed4df407f4d6de8239cebc9acd07f01f..346966e8067036173f12d6ea4233dc1566f8cbba 100644 (file)
 svipc \- System V interprocess communication mechanisms
 .SH SYNOPSIS
 .nf
-.B
-#include <sys/types.h>
-.B
-#include <sys/ipc.h>
-.B
-#include <sys/msg.h>
-.B
-#include <sys/sem.h>
-.B
-#include <sys/shm.h>
+.B #include <sys/types.h>
+.B #include <sys/ipc.h>
+.B #include <sys/msg.h>
+.B #include <sys/sem.h>
+.B #include <sys/shm.h>
+.fi
 .SH DESCRIPTION
 This manual page refers to the Linux implementation of the System V
 interprocess communication mechanisms: