Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/doc/standards/xopen Add stub entries for a bunch more ...



details:   https://anonhg.NetBSD.org/src/rev/fe0003a7d7cd
branches:  trunk
changeset: 473395:fe0003a7d7cd
user:      jwise <jwise%NetBSD.org@localhost>
date:      Tue Jun 01 04:42:13 1999 +0000

description:
Add stub entries for a bunch more utilities.

diffstat:

 share/doc/standards/xopen/xcu5 |  460 ++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 459 insertions(+), 1 deletions(-)

diffs (truncated from 471 to 300 lines):

diff -r 386af8534fc8 -r fe0003a7d7cd share/doc/standards/xopen/xcu5
--- a/share/doc/standards/xopen/xcu5    Tue Jun 01 03:40:12 1999 +0000
+++ b/share/doc/standards/xopen/xcu5    Tue Jun 01 04:42:13 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: xcu5,v 1.1.1.1 1999/06/01 02:36:07 jwise Exp $
+.\" $NetBSD: xcu5,v 1.2 1999/06/01 04:42:13 jwise Exp $
 .de xopen
 .Tn X/Open
 ..
@@ -248,3 +248,461 @@
 .Ss cd - change the working directory
 .unfinished
 .
+.\" ---- cflow ----
+.Ss cflow - generate a C-language flowgraph (DEVELOPMENT)
+.unfinished
+.
+.\" ---- chgrp ----
+.Ss chgrp - change the file group ownership
+.unfinished
+.
+.\" ---- chmod ----
+.Ss chmod - change the file modes
+.unfinished
+.
+.\" ---- chown ----
+.Ss chown - change the file ownership
+.unfinished
+.
+.\" ---- cksum ----
+.Ss cksum - write file checksums and sizes
+.unfinished
+.
+.\" ---- cmp ----
+.Ss cmp - compare two files
+.unfinished
+.
+.\" ---- col ----
+.Ss col - filter reverse line-feeds (LEGACY)
+.unfinished
+.
+.\" ---- comm ----
+.Ss comm - select or reject lines common to two files
+.unfinished
+.
+.\" ---- command ----
+.Ss command - execute a simple command
+.unfinished
+.
+.\" ---- compress ----
+.Ss compress - compress data
+.unfinished
+.
+.\" ---- cp ----
+.Ss cp - copy files
+.unfinished
+.
+.\" ---- cpio ----
+.Ss cpio - copy file archives in and out (LEGACY)
+.unfinished
+.
+.\" ---- crontab ----
+.Ss crontab - schedule periodic background work
+.unfinished
+.
+.\" ---- csplit ----
+.Ss csplit - split files based on context
+.unfinished
+.
+.\" ---- ctags ----
+.Ss ctags - create a tags file (DEVELOPMENT, FORTRAN)
+.unfinished
+.
+.\" ---- cu ----
+.Ss cu - call another system (LEGACY)
+.unfinished
+.
+.\" ---- cut ----
+.Ss cut - cut out selected fields of each line of a file
+.unfinished
+.
+.\" ---- cxref ----
+.Ss cxref - generate a C-language program cross-reference table (DEVELOPMENT)
+.unfinished
+.
+.\" ---- date ----
+.Ss date - write the date and time
+.unfinished
+.
+.\" ---- dd ----
+.Ss dd - convert and copy a file
+.unfinished
+.
+.\" ---- delta ----
+.Ss delta - make a delta (change) to an SCCS file (DEVELOPMENT)
+.unfinished
+.
+.\" ---- df ----
+.Ss df - report free disk space
+.unfinished
+.
+.\" ---- diff ----
+.Ss diff - compare two files
+.unfinished
+.
+.\" ---- dircmp ----
+.Ss dircmp - directory comparison (LEGACY)
+.unfinished
+.
+.\" ---- dirname ----
+.Ss dirname - return the directory portion of pathname
+.unfinished
+.
+.\" ---- dis ----
+.Ss dis - disassembler (DEVELOPMENT, LEGACY)
+.unfinished
+.
+.\" ---- du ----
+.\" please note that corrigendum U025/3 removed the LEGACY designation from du
+.Ss du - estimate file space usage
+.unfinished
+.
+.\" ---- echo ----
+.Ss echo - write arguments to standard output
+.unfinished
+.
+.\" ---- ed ----
+.\" ed is the standard unix text editor!  ed is the way, the truth, and the light!
+.Ss ed - edit text
+.unfinished
+.
+.\" ---- egrep ----
+.Ss egrep - search a file with an ERE pattern (LEGACY)
+.unfinished
+.
+.\" ---- env ----
+.Ss env - set the environment for command invocation
+.unfinished
+.
+.\" ---- ex ----
+.Ss ex - text editor
+.unfinished
+.
+.\" ---- expand ----
+.Ss expand - convert tabs to spaces
+.unfinished
+.
+.\" ---- expr ----
+.Ss expr - evaluate arguments as an expression
+.unfinished
+.
+.\" ---- false ----
+.Ss false - return false value
+.unfinished
+.
+.\" ---- fc ----
+.Ss fc - process the command history list 
+.unfinished
+.
+.\" ---- fg ----
+.Ss fg - run jobs in the foreground
+.unfinished
+.
+.\" ---- fgrep ----
+.Ss fgrep - search a file for a fixed-string pattern (LEGACY)
+.unfinished
+.
+.\" ---- file ----
+.Ss file - determine file type
+.unfinished
+.
+.\" ---- find ----
+.Ss find - find files
+.unfinished
+.
+.\" ---- fold ----
+.Ss fold - filter for folding lines
+.unfinished
+.
+.\" ---- fort77 ----
+.Ss fort77 - FORTRAN compiler (FORTRAN)
+.unfinished
+.
+.\" ---- fuser ----
+.Ss fuser - list process IDs of all processes that have one or more files open
+.unfinished
+.
+.\" ---- gencat ----
+.Ss gencat - generate a formatted message catalogue
+.unfinished
+.
+.\" ---- get ----
+.Ss get - get a version of an SCCS file (DEVELOPMENT)
+.unfinished
+.
+.\" ---- getconf ----
+.Ss getconf - get configuration values
+.unfinished
+.
+.\" ---- getopts ----
+.Ss getopts - parse utility options
+.unfinished
+.
+.\" ---- grep ----
+.Ss grep - search a file for a pattern
+.unfinished
+.
+.\" ---- hash ----
+.Ss hash - remember or report utility locations
+.unfinished
+.
+.\" ---- head ----
+.Ss head - copy the first part of files
+.unfinished
+.
+.\" ---- iconv ----
+.Ss iconv - codeset conversion
+.unfinished
+.
+.\" ---- id ----
+.Ss id - return user identity
+.unfinished
+.
+.\" ---- ipcrm ----
+.Ss ipcrm - remove a message queue, semaphore set or shared memory segment identifier
+.unfinished
+.
+.\" ---- ipcs ----
+.Ss ipcs - report inter-process communication facilities status
+.unfinished
+.
+.\" ---- jobs ----
+.Ss jobs - display status of jobs in the current session
+.unfinished
+.
+.\" ---- join ----
+.Ss join - relational database operator
+.unfinished
+.
+.\" ---- kill ----
+.Ss kill - terminate or signal processes
+.unfinished
+.
+.\" ---- lex ----
+.Ss lex - generate programs for lexical tasks (DEVELOPMENT)
+.unfinished
+.
+.\" ---- line ----
+.Ss line - read one line (LEGACY)
+.unfinished
+.
+.\" ---- link ----
+.Ss link - call the link() function
+.unfinished
+.
+.\" ---- lint ----
+.Ss lint - check C-language programs (DEVELOPMENT, LEGACY)
+.unfinished
+.
+.\" ---- ln ----
+.Ss ln - link files
+.unfinished
+.
+.\" ---- locale ----
+.Ss locale - get locale-specific information
+.unfinished
+.
+.\" ---- localedef ----
+.Ss localedef - define locale environment
+.unfinished
+.
+.\" ---- logger ----
+.Ss logger - log messages
+.unfinished
+.
+.\" ---- logname ----
+.Ss logname - return the user's login name
+.unfinished
+.
+.\" ---- lp ----
+.Ss lp - send files to a printer
+.unfinished
+.
+.\" ---- lpstat ----
+.Ss lpstat - report printer status information (LEGACY)
+.unfinished
+.
+.\" ---- ls ----
+.Ss ls - list directory contents
+.unfinished
+.
+.\" ---- m4 ----
+.Ss m4 - macro processor (DEVELOPMENT)
+.unfinished
+.
+.\" ---- mail ----
+.Ss mail - send or read mail (LEGACY)
+.unfinished
+.
+.\" ---- mailx ----



Home | Main Index | Thread Index | Old Index