+ wrap things in B<> to make pod2man happy
[oweals/busybox.git] / chroot.c
index 6a01be6034c749f1c989df60c91c200d0aaacd9f..63fa4d14602caa6461c23b4b6a6e0885db4ca328 100644 (file)
--- a/chroot.c
+++ b/chroot.c
@@ -3,7 +3,7 @@
  * Mini chroot implementation for busybox
  *
  *
- * Copyright (C) 1999 by Lineo, inc.
+ * Copyright (C) 1999,2000 by Lineo, inc.
  * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -65,3 +65,12 @@ int chroot_main(int argc, char **argv)
                        *argv, strerror(errno));
        exit(FALSE);
 }
+
+
+/*
+Local Variables:
+c-file-style: "linux"
+c-basic-offset: 4
+tab-width: 4
+End:
+*/