diff options
author | Matt Kraai <kraai@debian.org> | 2001-04-09 23:27:51 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-04-09 23:27:51 +0000 |
commit | d3f97f19718fa5890cb6cb3fd010f7b4a7bd3ae1 (patch) | |
tree | 2735da7518c2025bfdd6f08a09f10cccd33b7e1b | |
parent | 303dd28bb0120c8b12c886cadb2d25d1b8fea08b (diff) | |
download | busybox-d3f97f19718fa5890cb6cb3fd010f7b4a7bd3ae1.tar.gz |
Fix warning generated by pod2html about unterminated list.
-rw-r--r-- | docs/busybox.pod | 4 | ||||
-rw-r--r-- | docs/busybox_footer.pod | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 56a22b891..185d22c05 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -2407,6 +2407,8 @@ Uncompress to stdout. ------------------------------- +=back + =head1 LIBC NSS GNU Libc uses the Name Service Switch (NSS) to configure the behavior of the C @@ -2560,4 +2562,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.97 2001/04/09 22:48:11 andersen Exp $ +# $Id: busybox.pod,v 1.98 2001/04/09 23:27:51 kraai Exp $ diff --git a/docs/busybox_footer.pod b/docs/busybox_footer.pod index 759f127e5..d724dc8e8 100644 --- a/docs/busybox_footer.pod +++ b/docs/busybox_footer.pod @@ -1,3 +1,5 @@ +=back + =head1 LIBC NSS GNU Libc uses the Name Service Switch (NSS) to configure the behavior of the C @@ -151,4 +153,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox_footer.pod,v 1.2 2001/04/09 22:48:11 andersen Exp $ +# $Id: busybox_footer.pod,v 1.3 2001/04/09 23:27:51 kraai Exp $ |