ソースを参照

Correct typo found by Isaac Wilcox
Author: jgg
Date: 2003-01-05 22:49:55 GMT
Correct typo found by Isaac Wilcox

Arch Librarian 22 年 前
コミット
2a65de6b20
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      doc/offline.sgml

+ 2 - 2
doc/offline.sgml

@@ -4,7 +4,7 @@
 <title>Using APT Offline</title>
 
 <author>Jason Gunthorpe <email>jgg@debian.org</email></author>
-<version>$Id: offline.sgml,v 1.5 2002/09/15 23:14:34 jgg Exp $</version>
+<version>$Id: offline.sgml,v 1.6 2003/01/05 22:49:55 jgg Exp $</version>
 
 <abstract>
 This document describes how to use APT in a non-networked environment, 
@@ -152,7 +152,7 @@ the Debian machine. Take the disc back and run:
   # export APT_CONFIG="/disc/apt.conf"
   # apt-get check
   [ APT generates a local copy of the cache files ]
-  # apt-get --no-d -o dir::etc::status=/var/lib/dpkg/status dist-upgrade
+  # apt-get --no-d -o dir::state::status=/var/lib/dpkg/status dist-upgrade
   [ Or any other APT command ]
 </example>