Browse Source

Plan 9 from Bell Labs 2004-01-17

David du Colombier 20 years ago
parent
commit
bb201aa614
3 changed files with 7 additions and 6 deletions
  1. 3 3
      dist/replica/plan9.db
  2. 3 0
      dist/replica/plan9.log
  3. 1 3
      sys/man/1/jpg

+ 3 - 3
dist/replica/plan9.db

@@ -394,7 +394,7 @@
 386/bin/srvold9p - 775 sys sys 1064598316 130962
 386/bin/ssh - 775 sys sys 1071245349 210501
 386/bin/sshnet - 775 sys sys 1071245354 284821
-386/bin/stats - 775 sys sys 1071245355 188617
+386/bin/stats - 775 sys sys 1074237203 188651
 386/bin/strings - 775 sys sys 1064598320 60633
 386/bin/strip - 775 sys sys 1064598321 60583
 386/bin/sum - 775 sys sys 1064598321 40087
@@ -539,7 +539,7 @@
 386/lib/libmach.a - 664 sys sys 1073851272 746962
 386/lib/libmemdraw.a - 664 sys sys 1073851273 291288
 386/lib/libmemlayer.a - 664 sys sys 1073851273 47636
-386/lib/libmp.a - 664 sys sys 1074060976 78536
+386/lib/libmp.a - 664 sys sys 1074237203 77700
 386/lib/libndb.a - 664 sys sys 1073851273 54474
 386/lib/libplumb.a - 664 sys sys 1073851274 18876
 386/lib/libregexp.a - 664 sys sys 1073851274 37502
@@ -4645,7 +4645,7 @@ sys/man/1/history - 664 sys sys 1044909169 1709
 sys/man/1/hoc - 664 sys sys 944959676 2357
 sys/man/1/idiff - 664 sys sys 1018386774 927
 sys/man/1/join - 664 sys sys 957920006 2562
-sys/man/1/jpg - 664 sys sys 1072106983 4789
+sys/man/1/jpg - 664 sys sys 1074280543 4758
 sys/man/1/kill - 664 sys sys 1018369246 1193
 sys/man/1/ktrace - 664 sys sys 957920006 1330
 sys/man/1/leak - 664 sys sys 1017423522 2871

+ 3 - 0
dist/replica/plan9.log

@@ -13407,3 +13407,6 @@
 1074061920 0 c 386/lib/libmp.a - 664 sys sys 1074060976 78536
 1074087124 0 c sys/src/9/ip/devip.c - 664 sys sys 1074086743 24188
 1074087124 1 c sys/src/cmd/stats.c - 664 sys sys 1074086705 28191
+1074238290 0 c 386/bin/stats - 775 sys sys 1074237203 188651
+1074238290 1 c 386/lib/libmp.a - 664 sys sys 1074237203 77700
+1074281491 0 c sys/man/1/jpg - 664 sys sys 1074280543 4758

+ 1 - 3
sys/man/1/jpg

@@ -157,8 +157,7 @@ but force the image to RGB even if it is originally grey-scale.
 .PP
 .I Jpg
 has two extra options used to process the output of the LML
-video card (see
-.IR lml (1)):
+video card:
 .TP
 .B -f
 Merge two adjacent images, which represent the two fields of a video picture,
@@ -223,7 +222,6 @@ space in the image.  The icon file is written to standard output.
 .SH SOURCE
 .B /sys/src/cmd/jpg
 .SH "SEE ALSO"
-.IR lml (1),
 .IR page (1),
 .IR image (6).
 .SH BUGS