aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/pty.3
Commit message (Collapse)AuthorAgeFilesLines
* MFC r206622,207939,208593,208732,209031: mdoc cleanupUlrich Spörlein2010-08-271-1/+1
| | | | | | | | | | - order prologue by Dd/Dt/Os - fix prologue - remove empty lines and other garbage - uppercase document title Notes: svn path=/stable/8/; revision=211872
* Update the manpage for openpty(3) to account for the recent fixes.John Baldwin2008-01-141-18/+14
| | | | | | | | | | | | | Specifically, remove the BUGS section and note that openpty(3) now always does the various security-related steps. Also, update the error return value section. The PR below is for the original bug rather than the doc updates. MFC after: 1 week PR: bin/9770 Notes: svn path=/head/; revision=175336
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-6/+12
| | | | Notes: svn path=/head/; revision=131504
* The .Fn functionPhilippe Charnier2003-03-241-7/+10
| | | | Notes: svn path=/head/; revision=112541
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-4/+4
| | | | Notes: svn path=/head/; revision=84306
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
| | | | Notes: svn path=/head/; revision=79754
* Introduce .Lb macro to libutil manpagesAlexey Zelkin2000-04-221-6/+2
| | | | | | | | | Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now. Notes: svn path=/head/; revision=59516
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Bad reference of termios(3) changed to termios(4).Chris Costello1999-08-141-2/+2
| | | | Notes: svn path=/head/; revision=49751
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Minor mdoc style fixes.Mike Pritchard1997-01-091-10/+10
| | | | Notes: svn path=/head/; revision=21452
* Grammatical changes.Alexander Langer1997-01-011-4/+4
| | | | | | | Reviewed by: joerg Notes: svn path=/head/; revision=21153
* Spelling/mdoc police.Mike Pritchard1996-12-301-16/+17
| | | | Notes: svn path=/head/; revision=21111
* Finally document the interfaces found in libutil. While being here,Joerg Wunsch1996-12-291-0/+143
also add the missing declaration of forkpty() to libutil.h. Btw., the calling interface for login(3) is crude. Some better abstraction is needed, perhaps similar to logwtmp(3). 2.2 candidate, but i'll wait for the spelling police first. :) Notes: svn path=/head/; revision=21026