diff options
author | Eric Andersen | 2001-01-24 19:15:07 +0000 |
---|---|---|
committer | Eric Andersen | 2001-01-24 19:15:07 +0000 |
commit | 8c5cb31e1ba19ca1431d4cbe1d521cf3447dd0c6 (patch) | |
tree | 78f1462e7c49b381092ccc95851c54c853e1613f /docs/busybox.pod | |
parent | a18aaf1b6aa4464d09486a3b0ab34a791e63bc41 (diff) | |
download | busybox-8c5cb31e1ba19ca1431d4cbe1d521cf3447dd0c6.zip busybox-8c5cb31e1ba19ca1431d4cbe1d521cf3447dd0c6.tar.gz |
Fix up insmod usage info to mention -L
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r-- | docs/busybox.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 30f71e4..ba88bee 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod @@ -1012,6 +1012,7 @@ Options: -k Make module autoclean-able. -v verbose output -x do not export externs + -L Prevent simultaneous loads of the same module ------------------------------- @@ -2320,4 +2321,4 @@ Enrique Zanardi <ezanardi@ull.es> =cut -# $Id: busybox.pod,v 1.86 2001/01/03 01:06:30 bug1 Exp $ +# $Id: busybox.pod,v 1.87 2001/01/24 19:15:07 andersen Exp $ |