From e415034e60f7eaf4d240e9df0506bd028b9a3691 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Tue, 6 Jan 2009 12:31:11 +0000 Subject: [PATCH] Some small corrections of documentation --- xorriso/xorriso.c | 10 +++++----- xorriso/xorriso_eng.html | 4 ++-- xorriso/xorriso_timestamp.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/xorriso/xorriso.c b/xorriso/xorriso.c index e3d6c09d..74e090bb 100644 --- a/xorriso/xorriso.c +++ b/xorriso/xorriso.c @@ -25,7 +25,7 @@ or /* Command line oriented batch and dialog tool which creates, loads, manipulates and burns ISO 9660 filesystem images. - Copyright 2007-2008 Thomas Schmitt, + Copyright 2007-2009 Thomas Schmitt, Initial code of this program was derived from program src/askme.c out of scdbackup-0.8.8, Copyright 2007 Thomas Schmitt, BSD-License. @@ -9247,7 +9247,7 @@ no_volunteer:; /* Perform actions */ Xorriso_option_report_about(xorriso, "NOTE", 0); if(do_version) { - sprintf(xorriso->result_line, "Cdrecord 2.01-Emulation Copyright (C) 2008 see libburnia-project.org xorriso\n"); + sprintf(xorriso->result_line, "Cdrecord 2.01-Emulation Copyright (C) 2009 see libburnia-project.org xorriso\n"); Xorriso_result(xorriso, 1); Xorriso_option_version(xorriso, 0); ret= 1; goto ex; @@ -9484,7 +9484,7 @@ int Xorriso_genisofs(struct XorrisO *xorriso, char *whom, continue; if(strcmp(argv[i], "-version")==0) { sprintf(xorriso->result_line, -"mkisofs 2.01-Emulation Copyright (C) 2008 see libburnia-project.org xorriso\n" +"mkisofs 2.01-Emulation Copyright (C) 2009 see libburnia-project.org xorriso\n" ); fd= xorriso->dev_fd_1; if(fd<0) @@ -13335,7 +13335,7 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag) " -paste_in iso_rr_path disk_path byte_offset byte_count", " Copy ISO file content into a byte interval of a disk file.", " -mount drive entity id path", -" Like -mount_cmd but actually performing that command if it", +" Like -mount_cmd but actually performing that command if", " not setuid or setgid is active.", "", "Evaluation of readability:", @@ -15424,7 +15424,7 @@ int Xorriso_option_version(struct XorrisO *xorriso, int flag) "xorriso %s : RockRidge filesystem manipulator and burn program\n", Xorriso_program_versioN); sprintf(xorriso->result_line+strlen(xorriso->result_line), -"Copyright (C) 2008, Thomas Schmitt , libburnia project\n"); +"Copyright (C) 2009, Thomas Schmitt , libburnia project\n"); Xorriso_result(xorriso, 0); sprintf(xorriso->result_line, "xorriso version : %s\n", Xorriso_program_versioN); diff --git a/xorriso/xorriso_eng.html b/xorriso/xorriso_eng.html index 4bbb30ce..9c7d97a5 100644 --- a/xorriso/xorriso_eng.html +++ b/xorriso/xorriso_eng.html @@ -92,7 +92,7 @@ For ports to other usable systems contact us.

Special features:

  • -ISO 9660 formatter and burner for CD, DVD, BD-RE are fixely integrated. +ISO 9660 formatter and burner for CD, DVD, BD are fixely integrated.
  • Operates on an existing ISO image or creates a new one. @@ -130,7 +130,7 @@ Scans for optical drives, blanks re-useable optical media, formats media.
  • Suitable for: -CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R DL, DVD+RW, DVD-RAM, BD-RE. +CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R DL, DVD+RW, DVD-RAM, BD-R, BD-RE.
  • Reads its instructions from command line arguments, dialog, and batch files. diff --git a/xorriso/xorriso_timestamp.h b/xorriso/xorriso_timestamp.h index 414ac260..1377cc54 100644 --- a/xorriso/xorriso_timestamp.h +++ b/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2009.01.05.153105" +#define Xorriso_timestamP "2009.01.06.123047"