diff options
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 25 |
1 files changed, 14 insertions, 11 deletions
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 |