diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2000-05-15 09:38:13 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2000-05-15 09:38:13 +0000 |
commit | f64b8247dc6f710d47ba664801825a80236be8ef (patch) | |
tree | 065c58684d2e3e7772c466d0e90af44435754976 /share/man | |
parent | 9f8c769fa891c867843076780d9e4306333e12e2 (diff) |
Typo in quotes.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/packages.7 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index e2d30590d0b..37c19a12efa 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages.7,v 1.3 2000/05/02 20:18:05 espie Exp $ +.\" $OpenBSD: packages.7,v 1.4 2000/05/15 09:38:12 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -188,17 +188,17 @@ packages). .Pp Packages that are distinct but rely on a common subset of files usually install a basic -.Qs common +.Qq common package that holds those files, and is not useful as a stand-alone package. .Sh PACKAGE NAMING Most package names follow the pattern -.Qs name-version-flavor , +.Qq name-version-flavor , where -.Qs name +.Qq name is the actual package name, -.Qs version +.Qq version is the version number, and -.Qs flavor +.Qq flavor denotes some options that were used when creating the package. .Pp Packages with the same name will usually not coexist peacefully, as |