diff options
author | Karel Zak <kzak@redhat.com> | 2007-07-03 01:17:04 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-07-03 01:17:04 +0200 |
commit | 86d62711a92e36942f5dda9ba4a0b28578c64caa (patch) | |
tree | b945091026bdac0ae27818d02a4c5c3bef4078d7 /text-utils | |
parent | 2e039577c5eb895fab35aed136345a0c07d7a587 (diff) | |
download | util-linux-86d62711a92e36942f5dda9ba4a0b28578c64caa.tar.gz |
man pages: add "AVAILABILITY" section
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/col.1 | 3 | ||||
-rw-r--r-- | text-utils/colcrt.1 | 3 | ||||
-rw-r--r-- | text-utils/colrm.1 | 3 | ||||
-rw-r--r-- | text-utils/column.1 | 3 | ||||
-rw-r--r-- | text-utils/hexdump.1 | 3 | ||||
-rw-r--r-- | text-utils/line.1 | 3 | ||||
-rw-r--r-- | text-utils/more.1 | 3 | ||||
-rw-r--r-- | text-utils/od.1 | 5 | ||||
-rw-r--r-- | text-utils/pg.1 | 3 | ||||
-rw-r--r-- | text-utils/rev.1 | 3 | ||||
-rw-r--r-- | text-utils/tailf.1 | 3 | ||||
-rw-r--r-- | text-utils/ul.1 | 3 |
12 files changed, 37 insertions, 1 deletions
diff --git a/text-utils/col.1 b/text-utils/col.1 index 14151211..86afba3d 100644 --- a/text-utils/col.1 +++ b/text-utils/col.1 @@ -136,3 +136,6 @@ A .Nm col command appeared in Version 6 AT&T UNIX. +.Sh AVAILABILITY +The col command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/text-utils/colcrt.1 b/text-utils/colcrt.1 index a9447af6..f0eceb55 100644 --- a/text-utils/colcrt.1 +++ b/text-utils/colcrt.1 @@ -106,3 +106,6 @@ The .Nm command appeared in .Bx 3.0 . +.Sh AVAILABILITY +The colcrt command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/text-utils/colrm.1 b/text-utils/colrm.1 index 43153b95..d02167a1 100644 --- a/text-utils/colrm.1 +++ b/text-utils/colrm.1 @@ -61,3 +61,6 @@ The .Nm command appeared in .Bx 3.0 . +.Sh AVAILABILITY +The colrm command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/text-utils/column.1 b/text-utils/column.1 index 6c0230ae..1da59ccb 100644 --- a/text-utils/column.1 +++ b/text-utils/column.1 @@ -97,3 +97,6 @@ The .Nm command appeared in .Bx 4.3 Reno . +.Sh AVAILABILITY +The column command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/text-utils/hexdump.1 b/text-utils/hexdump.1 index 0a479f5e..a3500ea8 100644 --- a/text-utils/hexdump.1 +++ b/text-utils/hexdump.1 @@ -337,3 +337,6 @@ The utility is expected to be .St -p1003.2 compatible. +.Sh AVAILABILITY +The hexdump command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/text-utils/line.1 b/text-utils/line.1 index 2d8e6680..93081ea6 100644 --- a/text-utils/line.1 +++ b/text-utils/line.1 @@ -12,3 +12,6 @@ It always prints at least a newline and returns an exit status of 1 on EOF or read error. .SH "SEE ALSO" .BR read (1) +.SH AVAILABILITY +The line command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/text-utils/more.1 b/text-utils/more.1 index 145cba01..a7fe2b6d 100644 --- a/text-utils/more.1 +++ b/text-utils/more.1 @@ -200,3 +200,6 @@ This man page documents version 5.19 (Berkeley 6/29/88), which is currently in use in the Linux community. Documentation was produced using several other versions of the man page, and extensive inspection of the source code. +.Sh AVAILABILITY +The more command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/text-utils/od.1 b/text-utils/od.1 index 5eba652c..bacae1b7 100644 --- a/text-utils/od.1 +++ b/text-utils/od.1 @@ -50,7 +50,7 @@ .Ar file .Sh DESCRIPTION .Nm -has been deprecated in favor of + has been deprecated in favor of .Xr hexdump 1 . .Pp .Xr Hexdump , @@ -72,3 +72,6 @@ of the offset syntax. .Sh SEE ALSO .Xr hexdump 1 , .Xr strings 1 +.Sh AVAILABILITY +The od command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/text-utils/pg.1 b/text-utils/pg.1 index acb5aa74..ca728931 100644 --- a/text-utils/pg.1 +++ b/text-utils/pg.1 @@ -236,3 +236,6 @@ Files that include .SM NUL characters cannot be displayed by .IR pg . +.SH AVAILABILITY +The pg command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/text-utils/rev.1 b/text-utils/rev.1 index 8f66b731..55170eca 100644 --- a/text-utils/rev.1 +++ b/text-utils/rev.1 @@ -49,3 +49,6 @@ The utility copies the specified files to the standard output, reversing the order of characters in every line. If no files are specified, the standard input is read. +.Sh AVAILABILITY +The rev command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/text-utils/tailf.1 b/text-utils/tailf.1 index 33a000d1..ccce6628 100644 --- a/text-utils/tailf.1 +++ b/text-utils/tailf.1 @@ -50,3 +50,6 @@ distributed under the terms of the X11/MIT License. There is ABSOLUTELY NO WARRANTY for this program. .SH "SEE ALSO" .BR tail "(1), " less "(1)" +.SH AVAILABILITY +The tailf command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. diff --git a/text-utils/ul.1 b/text-utils/ul.1 index 9bd4e8ee..bf648132 100644 --- a/text-utils/ul.1 +++ b/text-utils/ul.1 @@ -105,3 +105,6 @@ The .Nm command appeared in .Bx 3.0 . +.SH AVAILABILITY +The ul command is part of the util-linux-ng package and is available from +ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/. |