diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-28 14:17:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-01-28 14:17:00 +0000 |
commit | 5fabb402cb824f19b3709954b47d3fb1c9d34019 (patch) | |
tree | aaefd399adbc4dbf71fa19d13dec941b7da4917f /bin | |
parent | a8490cbc41ca23ba53f9b20f32cac3dc0660d28e (diff) |
update book references;
From: Jan Stary
tweaked a bit by myself
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/ksh.1 | 25 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 25 |
2 files changed, 28 insertions, 22 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 51cbb6bbd4e..b5f51a4186b 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.150 2014/01/20 05:07:48 schwarze Exp $ +.\" $OpenBSD: ksh.1,v 1.151 2014/01/28 14:16:59 jmc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: January 20 2014 $ +.Dd $Mdocdate: January 28 2014 $ .Dt KSH 1 .Os .Sh NAME @@ -5588,22 +5588,25 @@ Privileged shell profile. .Rs .%A Morris Bolsky .%A David Korn -.%T "The KornShell Command and Programming Language" -.%D 1983 -.%O "ISBN 0-13-516972-0" +.%B The KornShell Command and Programming Language, 2nd Edition +.%D 1995 +.%I Prentice Hall +.%O ISBN 0131827006 .Re .Rs .%A Stephen G. Kochan .%A Patrick H. Wood -.%T "UNIX Shell Programming" -.%O "Hayden" +.%B UNIX Shell Programming, 3rd Edition +.%D 2003 +.%I Sams +.%O ISBN 0672324903 .Re .Rs -.%A "IEEE Inc." -.%T "IEEE Standard for Information Technology \- Portable Operating " \ - "System Interface (POSIX) \- Part 2: Shell and Utilities" +.%A IEEE Inc. .%D 1993 -.%O "ISBN 1-55937-266-9" +.%O ISBN 1-55937-266-9 +.%T IEEE Standard for Information Technology \- Portable Operating \ + System Interface (POSIX) \- Part 2: Shell and Utilities .Re .Sh VERSION This page documents version @(#)PD KSH v5.2.14 99/07/13.2 of the public diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 2c7c82a1071..761ddb6a18f 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: sh.1,v 1.94 2013/06/13 19:43:09 millert Exp $ +.\" $OpenBSD: sh.1,v 1.95 2014/01/28 14:16:59 jmc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: June 13 2013 $ +.Dd $Mdocdate: January 28 2014 $ .Dt SH 1 .Os .Sh NAME @@ -3884,22 +3884,25 @@ Shell database. .Rs .%A Morris Bolsky .%A David Korn -.%T "The KornShell Command and Programming Language" -.%D 1983 -.%O "ISBN 0-13-516972-0" +.%B The KornShell Command and Programming Language, 2nd Edition +.%D 1995 +.%I Prentice Hall +.%O ISBN 0131827006 .Re .Rs .%A Stephen G. Kochan .%A Patrick H. Wood -.%T "UNIX Shell Programming" -.%O "Hayden" +.%B UNIX Shell Programming, 3rd Edition +.%D 2003 +.%I Sams +.%O ISBN 0672324903 .Re .Rs -.%A "IEEE Inc." -.%T "IEEE Standard for Information Technology \- Portable Operating " \ - "System Interface (POSIX) \- Part 2: Shell and Utilities" +.%A IEEE Inc. .%D 1993 -.%O "ISBN 1-55937-266-9" +.%O ISBN 1-55937-266-9 +.%T IEEE Standard for Information Technology \- Portable Operating \ + System Interface (POSIX) \- Part 2: Shell and Utilities .Re .Sh NOTES .Nm |